[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250325214049.87817-1-sidhartha.kumar@oracle.com>
Date: Tue, 25 Mar 2025 17:40:49 -0400
From: Sidhartha Kumar <sidhartha.kumar@...cle.com>
To: mingo@...nel.org, peterz@...radead.org, lucas.demarchi@...el.com
Cc: linux-kernel@...r.kernel.org, ravi.bangoria@....com,
lorenzo.stoakes@...cle.com, liam.howlett@...cle.com,
Sidhartha Kumar <sidhartha.kumar@...cle.com>
Subject: [PATCH] testing/radix-tree: add cleanup.h to shared/linux
Create a cleanup.h implementation in tools/testing/shared/linux to build
the idr code within userspace. This is needed after commit 6c8b0b835f00
added #include <linux/cleanup.h> to include/linux/idr.h to build the
userpsace radix-tree testsuite.
Fixes: 6c8b0b835f00 ("perf/core: Simplify perf_pmu_register()")
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@...cle.com>
---
Once 6.14 is stable after the merge window this will have to be CCed to
the 6.14 stable branch
tools/testing/shared/linux/cleanup.h | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/shared/linux/cleanup.h
diff --git a/tools/testing/shared/linux/cleanup.h b/tools/testing/shared/linux/cleanup.h
new file mode 100644
index 000000000000..7c811dbb956c
--- /dev/null
+++ b/tools/testing/shared/linux/cleanup.h
@@ -0,0 +1 @@
+#include "../../../../include/linux/cleanup.h"
--
2.39.5
Powered by blists - more mailing lists