On Thu, May 14, 2020 at 9:18 AM Daniel Borkmann <dan...@iogearbox.net> wrote: > > However, their use should be restricted to archs with non-overlapping > address ranges where they are working in their current form. Therefore, > move this behind a CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE and > have x86, arm64, arm select it (other archs supporting it can follow-up > on it as well).
Ack, looks sane to me. Linus