* [folded-merged] tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4.patch removed from -mm tree
@ 2025-09-21 19:52 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-09-21 19:52 UTC (permalink / raw)
To: mm-commits, kaushlendra.kumar, akpm
The quilt patch titled
Subject: tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4
has been removed from the -mm tree. Its filename was
tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4.patch
This patch was dropped because it was folded into tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary.patch
------------------------------------------------------
From: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Subject: tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4
Date: Mon, 1 Sep 2025 10:19:55 +0530
remove unnecessary blank line
Link: https://lkml.kernel.org/r/20250901044955.3902815-1-kaushlendra.kumar@intel.com
Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/mm/slabinfo.c | 1 -
1 file changed, 1 deletion(-)
--- a/tools/mm/slabinfo.c~tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4
+++ a/tools/mm/slabinfo.c
@@ -156,7 +156,6 @@ static void usage(void)
static unsigned long read_obj(const char *name)
{
size_t len;
-
FILE *f = fopen(name, "r");
if (!f) {
_
Patches currently in -mm which might be from kaushlendra.kumar@intel.com are
tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-21 19:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-21 19:52 [folded-merged] tools-mm-slabinfo-fix-access-to-null-terminator-in-string-boundary-v4.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.