mbox series

[kvm-unit-tests,0/3] A few miscellaneous fixes

Message ID 20201014191444.136782-1-drjones@redhat.com (mailing list archive)
Headers show
Series A few miscellaneous fixes | expand

Message

Andrew Jones Oct. 14, 2020, 7:14 p.m. UTC
While recently working on kvm-unit-tests I found a few bugs.
Posting the patches now since the series I'm working on may
not get merged for awhile.


Andrew Jones (3):
  lib/string: Fix getenv name matching
  scripts: Save rematch before calling out of for_each_unittest
  arm/arm64: Change dcache_line_size to ulong

 lib/arm/asm/processor.h   | 2 +-
 lib/arm/setup.c           | 2 +-
 lib/arm64/asm/processor.h | 2 +-
 lib/string.c              | 5 ++++-
 scripts/common.bash       | 4 +++-
 5 files changed, 10 insertions(+), 5 deletions(-)