* [merged mm-stable] samples-damon-mtier-rename-to-have-damon_sample_-prefix.patch removed from -mm tree
@ 2025-07-20 2:01 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-07-20 2:01 UTC (permalink / raw)
To: mm-commits, sj, akpm
The quilt patch titled
Subject: samples/damon/mtier: rename to have damon_sample_ prefix
has been removed from the -mm tree. Its filename was
samples-damon-mtier-rename-to-have-damon_sample_-prefix.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: SeongJae Park <sj@kernel.org>
Subject: samples/damon/mtier: rename to have damon_sample_ prefix
Date: Sat, 5 Jul 2025 10:49:57 -0700
DAMON sample module, mtier has its name 'mtier'. It could conflict with
future modules, and not very easy to identify it by name. Use a prefix,
"damon_sample_" for the name.
Note that this could break users if they depend on the old name. But it
is just a sample, so no such usage is expected, or known. Even if such
usage exists, updating it for the new name should be straightforward.
Link: https://lkml.kernel.org/r/20250705175000.56259-4-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
samples/damon/mtier.c | 5 +++++
1 file changed, 5 insertions(+)
--- a/samples/damon/mtier.c~samples-damon-mtier-rename-to-have-damon_sample_-prefix
+++ a/samples/damon/mtier.c
@@ -12,6 +12,11 @@
#include <linux/kernel.h>
#include <linux/module.h>
+#ifdef MODULE_PARAM_PREFIX
+#undef MODULE_PARAM_PREFIX
+#endif
+#define MODULE_PARAM_PREFIX "damon_sample_mtier."
+
static unsigned long node0_start_addr __read_mostly;
module_param(node0_start_addr, ulong, 0600);
_
Patches currently in -mm which might be from sj@kernel.org are
mm-damon-core-commit-damos_quota_goal-nid.patch
mm-damon-sysfs-implement-refresh_ms-file-under-kdamond-directory.patch
mm-damon-sysfs-implement-refresh_ms-file-internal-work.patch
docs-admin-guide-mm-damon-usage-document-refresh_ms-file.patch
docs-abi-damon-update-for-refresh_ms.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-20 2:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-20 2:01 [merged mm-stable] samples-damon-mtier-rename-to-have-damon_sample_-prefix.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.