* [merged mm-hotfixes-stable] radix-tree-add-missing-cleanuph.patch removed from -mm tree
@ 2025-04-12 0:33 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-04-12 0:33 UTC (permalink / raw)
To: mm-commits, willy, sidhartha.kumar, ravi.bangoria, peterz, mingo,
mcgrof, liam.howlett, da.gomez, akpm
The quilt patch titled
Subject: radix-tree: add missing cleanup.h
has been removed from the -mm tree. Its filename was
radix-tree-add-missing-cleanuph.patch
This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Daniel Gomez <da.gomez@samsung.com>
Subject: radix-tree: add missing cleanup.h
Date: Fri, 21 Mar 2025 20:24:33 +0000
Add shared cleanup.h header for radix-tree testing tools.
Fixes build error found with kdevops [1]:
cc -I../shared -I. -I../../include -I../../../lib -g -Og -Wall
-D_LGPL_SOURCE -fsanitize=address -fsanitize=undefined -c -o
radix-tree.o radix-tree.c
In file included from ../shared/linux/idr.h:1,
from radix-tree.c:18:
../shared/linux/../../../../include/linux/idr.h:18:10: fatal error:
linux/cleanup.h: No such file or directory
18 | #include <linux/cleanup.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: radix-tree.o] Error 1
[1] https://github.com/linux-kdevops/kdevops
https://github.com/linux-kdevops/linux-mm-kpd/
actions/runs/13971648496/job/39114756401
[akpm@linux-foundation.org: remove unneeded header guards, per Sidhartha]
Link: https://lkml.kernel.org/r/20250321-fix-radix-tree-build-v1-1-838a1e6540e2@samsung.com
Fixes: 6c8b0b835f00 ("perf/core: Simplify perf_pmu_register()")
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
Cc: Daniel Gomez <da.gomez@samsung.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Luis Chamberalin <mcgrof@kernel.org>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
tools/testing/shared/linux/cleanup.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/shared/linux/cleanup.h a/tools/testing/shared/linux/cleanup.h
new file mode 100644
--- /dev/null
+++ a/tools/testing/shared/linux/cleanup.h
@@ -0,0 +1,2 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#include "../../../../include/linux/cleanup.h"
_
Patches currently in -mm which might be from da.gomez@samsung.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-12 0:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12 0:33 [merged mm-hotfixes-stable] radix-tree-add-missing-cleanuph.patch removed from -mm tree Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox