The patch titled Subject: mm-treewide-rename-kzfree-to-kfree_sensitive-fix has been removed from the -mm tree. Its filename was mm-treewide-rename-kzfree-to-kfree_sensitive-fix.patch This patch was dropped because it was folded into mm-treewide-rename-kzfree-to-kfree_sensitive.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-treewide-rename-kzfree-to-kfree_sensitive-fix fs/crypto/inline_crypt.c needs linux/slab.h Cc: Waiman Long <longman@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/crypto/inline_crypt.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/crypto/inline_crypt.c~mm-treewide-rename-kzfree-to-kfree_sensitive-fix +++ a/fs/crypto/inline_crypt.c @@ -16,6 +16,7 @@ #include <linux/blkdev.h> #include <linux/buffer_head.h> #include <linux/sched/mm.h> +#include <linux/slab.h> #include "fscrypt_private.h" _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-treewide-rename-kzfree-to-kfree_sensitive.patch mm-treewide-rename-kzfree-to-kfree_sensitive-fix-fix.patch mm-handle-page-mapping-better-in-dump_page-fix.patch mm-thp-replace-http-links-with-https-ones-fix.patch mm.patch mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix.patch mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix-fix.patch mm-hugetlb-add-mempolicy-check-in-the-reservation-routine-fix.patch mm-vmstat-add-events-for-thp-migration-without-split-fix.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch mm-migrate-clear-__gfp_reclaim-to-make-the-migration-callback-consistent-with-regular-thp-allocations-fix.patch mm-migrate-make-a-standard-migration-target-allocation-function-fix.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch