The patch titled Subject: arm64-mm-support-arch_mmap_rnd_bits-v5 has been added to the -mm tree. Its filename is arm64-mm-support-arch_mmap_rnd_bits-v5.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arm64-mm-support-arch_mmap_rnd_bits-v5.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arm64-mm-support-arch_mmap_rnd_bits-v5.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Daniel Cashman <dcashman@xxxxxxxxxxx> Subject: arm64-mm-support-arch_mmap_rnd_bits-v5 Signed-off-by: Daniel Cashman <dcashman@xxxxxxxxxxx> Cc: Russell King <linux@xxxxxxxxxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Will Deacon <will.deacon@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm64/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/arm64/Kconfig~arm64-mm-support-arch_mmap_rnd_bits-v5 arch/arm64/Kconfig --- a/arch/arm64/Kconfig~arm64-mm-support-arch_mmap_rnd_bits-v5 +++ a/arch/arm64/Kconfig @@ -51,8 +51,8 @@ config ARM64 select HAVE_ARCH_JUMP_LABEL select HAVE_ARCH_KASAN if SPARSEMEM_VMEMMAP && !(ARM64_16K_PAGES && ARM64_VA_BITS_48) select HAVE_ARCH_KGDB - select HAVE_ARCH_MMAP_RND_BITS - select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT + select HAVE_ARCH_MMAP_RND_BITS if MMU + select HAVE_ARCH_MMAP_RND_COMPAT_BITS if MMU && COMPAT select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK select HAVE_BPF_JIT _ Patches currently in -mm which might be from dcashman@xxxxxxxxxxx are mm-mmap-add-new-proc-tunable-for-mmap_base-aslr-v4.patch mm-mmap-add-new-proc-tunable-for-mmap_base-aslr-v5.patch arm-mm-support-arch_mmap_rnd_bits-v5.patch arm64-mm-support-arch_mmap_rnd_bits-v4.patch arm64-mm-support-arch_mmap_rnd_bits-v5.patch x86-mm-support-arch_mmap_rnd_bits-v5.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html