[PATCH] Add a VMSPLIT_2G_OPT config option.

Arnd Bergmann arnd at kernel.org
Wed Nov 4 03:29:32 EST 2020


On Wed, Nov 4, 2020 at 9:20 AM Arnd Bergmann <arnd at kernel.org> wrote:
> On Tue, Nov 3, 2020 at 11:56 PM Ard Biesheuvel <ardb at kernel.org> wrote:
>
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -300,6 +300,7 @@ config ARCH_MMAP_RND_BITS_MIN
>  config ARCH_MMAP_RND_BITS_MAX
>         default 14 if PAGE_OFFSET=0x40000000
>         default 15 if PAGE_OFFSET=0x80000000
> +       default 15 if PAGE_OFFSET=0xB0000000
>         default 16

Sorry I mixed up the numbers, that should have been 0x70000000,
not 0xB0000000.

      Arnd



More information about the linux-arm-kernel mailing list