The patch titled Subject: mm-security-introduce-init_on_alloc=1-and-init_on_free=1-boot-options-fix has been removed from the -mm tree. Its filename was mm-security-introduce-init_on_alloc=1-and-init_on_free=1-boot-options-fix.patch This patch was dropped because it was folded into mm-security-introduce-init_on_alloc=1-and-init_on_free=1-boot-options-v9.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-security-introduce-init_on_alloc=1-and-init_on_free=1-boot-options-fix export init_on_alloc to modules ERROR: "init_on_alloc" [drivers/infiniband/core/ib_uverbs.ko] undefined! Cc: Alexander Potapenko <glider@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 ++ 1 file changed, 2 insertions(+) --- a/mm/page_alloc.c~mm-security-introduce-init_on_alloc=1-and-init_on_free=1-boot-options-fix +++ a/mm/page_alloc.c @@ -140,6 +140,8 @@ DEFINE_STATIC_KEY_TRUE(init_on_alloc); #else DEFINE_STATIC_KEY_FALSE(init_on_alloc); #endif +EXPORT_SYMBOL(init_on_alloc); + #ifdef CONFIG_INIT_ON_FREE_DEFAULT_ON DEFINE_STATIC_KEY_TRUE(init_on_free); #else _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmalloc-avoid-bogus-wmaybe-uninitialized-warning-fix.patch linux-kernelh-fix-overflow-for-div_round_up_ull-fix.patch scripts-spellingtxt-drop-sepc-from-the-misspelling-list-fix.patch ocfs2-add-locking-filter-debugfs-file-fix.patch ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch include-linux-pfn_th-remove-pfn_t_to_virt.patch mm-swap-use-rbtree-for-swap_extent-fix.patch mm-section-numbers-use-the-type-unsigned-long-fix.patch mm-sparsemem-cleanup-section-number-data-types-fix.patch mm-vmscanc-add-checks-for-incorrect-handling-of-current-reclaim_state.patch proc-use-down_read_killable-mmap_sem-for-proc-pid-map_files-fix.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch mm-thp-make-transhuge_vma_suitable-available-for-anonymous-thp-fix.patch vmcore-add-a-kernel-parameter-novmcoredd-fix.patch vmcore-add-a-kernel-parameter-novmcoredd-fix-fix.patch coda-add-hinting-support-for-partial-file-caching-fix.patch selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes.patch resource-fix-locking-in-find_next_iomem_res-fix.patch linux-next-rejects.patch proc-sysctl-add-shared-variables-for-range-check-fix-2-fix.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch