The patch titled Subject: mm/secretmem: secretmem_iops can be static has been removed from the -mm tree. Its filename was mm-secretmem-fix-panic-when-growing-a-memfd_secret-fix.patch This patch was dropped because it was folded into mm-secretmem-fix-panic-when-growing-a-memfd_secret.patch ------------------------------------------------------ From: kernel test robot <lkp@xxxxxxxxx> Subject: mm/secretmem: secretmem_iops can be static mm/secretmem.c:173:31: warning: symbol 'secretmem_iops' was not declared. Should it be static? Link: https://lkml.kernel.org/r/YkXc0RjJYQoGZZ8A@57de4820519d Fixes: 24209f2f4d62 ("mm/secretmem: fix panic when growing a memfd_secret") Signed-off-by: kernel test robot <lkp@xxxxxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: Axel Rasmussen <axelrasmussen@xxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/secretmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/secretmem.c~mm-secretmem-fix-panic-when-growing-a-memfd_secret-fix +++ a/mm/secretmem.c @@ -170,7 +170,7 @@ static int secretmem_setattr(struct user return simple_setattr(mnt_userns, dentry, iattr); } -const struct inode_operations secretmem_iops = { +static const struct inode_operations secretmem_iops = { .setattr = secretmem_setattr, }; _ Patches currently in -mm which might be from lkp@xxxxxxxxx are mm-secretmem-fix-panic-when-growing-a-memfd_secret.patch mm-shmem-handle-uffd-wp-during-fork-fix.patch