This series adds exception handling support to kvm-unit-tests/arm, and is based on v2 of the arm initial drop series. A vector support patch was also posted with the v1 of the arm initial drop series, but not with the v2. This series is its v2. v2: - use pt_regs as the kernel does [Christoffer Dall] Andrew Jones (3): printf: support field padding arm: add useful headers from the linux kernel arm: vectors support arm/boot.c | 128 +++++++++++++++++++++++++++++++++-- arm/cstart.S | 168 ++++++++++++++++++++++++++++++++++++++++++++-- arm/flat.lds | 7 +- arm/unittests.cfg | 19 ++++++ config/config-arm.mak | 18 +++-- lib/arm/asm-offsets.h | 27 ++++++++ lib/arm/cp15.h | 36 ++++++++++ lib/arm/processor.c | 97 ++++++++++++++++++++++++++ lib/arm/processor.h | 29 ++++++++ lib/arm/ptrace.h | 100 +++++++++++++++++++++++++++ lib/arm/sysinfo.h | 4 ++ lib/libcflat.h | 2 + lib/printf.c | 84 +++++++++++++++++++---- scripts/arm/asm-offsets.c | 40 +++++++++++ 14 files changed, 729 insertions(+), 30 deletions(-) create mode 100644 lib/arm/asm-offsets.h create mode 100644 lib/arm/cp15.h create mode 100644 lib/arm/processor.c create mode 100644 lib/arm/processor.h create mode 100644 lib/arm/ptrace.h create mode 100644 scripts/arm/asm-offsets.c -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html