All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix.patch removed from -mm tree
@ 2022-05-19 21:03 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-05-19 21:03 UTC (permalink / raw)
  To: mm-commits, yukuai3, luomeng12, hughd, akpm, akpm


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@linux-foundation.org>
Subject: tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix
Date: Fri May 13 02:17:20 PM PDT 2022

Cc: Luo Meng <luomeng12@huawei.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Yu Kuai <yukuai3@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@linux-foundation.org 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-19 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 21:03 [folded-merged] tmpfs-fix-undefined-behaviour-in-shmem_reconfigure-fix.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.