Message ID | 20190814132848.24295-1-mark.rutland@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: memory: VA_START fixups | expand |
On Wed, Aug 14, 2019 at 02:28:46PM +0100, Mark Rutland wrote: > Hi all, Hi Mark, > > These patches address my concerns with the new VA_START semantic as I > spotted while reviewing Will's 52-bit VA cleanup. The first patch > corrects the newly broken usage of VA_START, and the second renames > VA_START to PAGE_END to make the new semantic clearer. > > Both patches are based on the arm64 for-next/52-bit-kva branch, and I've > given a 52-bit VA configuration a build+boot test (on HW without 52-bit > VA support). > A big thank you for this! I have applied this series and tested it with CONFIG_DEBUG_VIRTUAL, CONFIG_DEBUG_VM and KASAN SW TAGS. I've tested this with 52-bit and have given the kernel page table dumper a go too. FWIW: Tested-by: Steve Capper <steve.capper@arm.com> Cheers,