* [folded-merged] samples-add-hung_task-detector-mutex-blocking-sample-fix.patch removed from -mm tree
@ 2025-03-22 5:08 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-03-22 5:08 UTC (permalink / raw)
To: mm-commits, mhiramat, lkp, akpm, akpm
The quilt patch titled
Subject: samples-add-hung_task-detector-mutex-blocking-sample-fix
has been removed from the -mm tree. Its filename was
samples-add-hung_task-detector-mutex-blocking-sample-fix.patch
This patch was dropped because it was folded into samples-add-hung_task-detector-mutex-blocking-sample.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: samples-add-hung_task-detector-mutex-blocking-sample-fix
Date: Mon Mar 17 07:53:34 PM PDT 2025
make `hung_task_dir' static
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503180827.4StpuFrD-lkp@intel.com/
Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
samples/hung_task/Makefile | 2 +-
samples/hung_task/hung_task_mutex.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/samples/hung_task/hung_task_mutex.c~samples-add-hung_task-detector-mutex-blocking-sample-fix
+++ a/samples/hung_task/hung_task_mutex.c
@@ -22,7 +22,7 @@
static const char dummy_string[] = "This is a dummy string.";
static DEFINE_MUTEX(dummy_mutex);
-struct dentry *hung_task_dir;
+static struct dentry *hung_task_dir;
static ssize_t read_dummy(struct file *file, char __user *user_buf,
size_t count, loff_t *ppos)
--- a/samples/hung_task/Makefile~samples-add-hung_task-detector-mutex-blocking-sample-fix
+++ a/samples/hung_task/Makefile
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_SAMPLE_HUNG_TASK) += hung_task_mutex.o
\ No newline at end of file
+obj-$(CONFIG_SAMPLE_HUNG_TASK) += hung_task_mutex.o
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
maintainers-add-myself-as-userfaultfd-reviewer-checkpatch-fixes.patch
mm-pgtable-convert-some-architectures-to-use-tlb_remove_ptdesc-v2-fix.patch
samples-add-hung_task-detector-mutex-blocking-sample.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-22 5:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 5:08 [folded-merged] samples-add-hung_task-detector-mutex-blocking-sample-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.