Message ID | 20200113130043.30851-1-drjones@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | arm/arm64: selftest for pabt | expand |
On 13/01/20 14:00, Andrew Jones wrote: > Patch 3/3 is a rework of Alexandru's pabt test on top of a couple of > framework changes allowing it to be more simply and robustly implemented. > > Andrew Jones (3): > arm/arm64: Improve memory region management > arm/arm64: selftest: Allow test_exception clobber list to be extended > arm/arm64: selftest: Add prefetch abort test > > arm/selftest.c | 199 ++++++++++++++++++++++++++++++++------------ > lib/arm/asm/setup.h | 8 +- > lib/arm/mmu.c | 24 ++---- > lib/arm/setup.c | 56 +++++++++---- > lib/arm64/asm/esr.h | 3 + > 5 files changed, 203 insertions(+), 87 deletions(-) > Looks good, are you going to send a pull request for this? Paolo
On Tue, Jan 21, 2020 at 01:24:31PM +0100, Paolo Bonzini wrote: > On 13/01/20 14:00, Andrew Jones wrote: > > Patch 3/3 is a rework of Alexandru's pabt test on top of a couple of > > framework changes allowing it to be more simply and robustly implemented. > > > > Andrew Jones (3): > > arm/arm64: Improve memory region management > > arm/arm64: selftest: Allow test_exception clobber list to be extended > > arm/arm64: selftest: Add prefetch abort test > > > > arm/selftest.c | 199 ++++++++++++++++++++++++++++++++------------ > > lib/arm/asm/setup.h | 8 +- > > lib/arm/mmu.c | 24 ++---- > > lib/arm/setup.c | 56 +++++++++---- > > lib/arm64/asm/esr.h | 3 + > > 5 files changed, 203 insertions(+), 87 deletions(-) > > > > Looks good, are you going to send a pull request for this? > Sure. I'll send in a few minutes. Thanks, drew