The quilt patch titled Subject: tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix has been removed from the -mm tree. Its filename was tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix.patch This patch was dropped because it was folded into tmpfs-fix-undefined-behaviour-in-shmem_reconfigure.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix Date: Fri May 13 02:17:20 PM PDT 2022 Cc: Luo Meng <luomeng12@xxxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Yu Kuai <yukuai3@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/shmem.c~tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix +++ a/mm/shmem.c @@ -3477,7 +3477,7 @@ static int shmem_reconfigure(struct fs_c raw_spin_lock(&sbinfo->stat_lock); inodes = sbinfo->max_inodes - sbinfo->free_inodes; if (ctx->blocks > S64_MAX) { - err = "The number of blocks too large"; + err = "Number of blocks too large"; goto out; } if ((ctx->seen & SHMEM_SEEN_BLOCKS) && ctx->blocks) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are tmpfs-fix-undefined-behaviour-in-shmem_reconfigure.patch mm-page_alloc-remotely-drain-per-cpu-lists-checkpatch-fixes.patch kexec_file-drop-weak-attribute-from-arch_kexec_apply_relocations-fix.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch