All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] add kprobes for 32-bit kernels
@ 2026-03-26 13:06 Trevor Woerner
  2026-03-26 14:08 ` [yocto-patches] " Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Trevor Woerner @ 2026-03-26 13:06 UTC (permalink / raw)
  To: yocto-patches

While building the modules for linux-yocto for 32-bit machines, the
following error occurs:

	| probes/Kbuild:236: CONFIG_KALLSYMS_ALL is disabled, therefore probe "writeback" is disabled. Rebuild your kernel with this configuration option enabled in order to trace this subsystem.
	| wrapper/kallsyms.c:20:3: error: #error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
	|    20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-kernel/linux/linux-rockchip.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-rockchip.inc b/recipes-kernel/linux/linux-rockchip.inc
index 6c62e849834c..4e67ff14f6e6 100644
--- a/recipes-kernel/linux/linux-rockchip.inc
+++ b/recipes-kernel/linux/linux-rockchip.inc
@@ -34,5 +34,8 @@ COMPATIBLE_MACHINE:soquartz = "soquartz"
 SRC_URI:append:rockchip = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
 SRC_URI:append:nanopi-r4s = " file://realtek-r8169.cfg"
 
-KERNEL_FEATURES:append:rockchip:arm = " bsp/rockchip/remove-non-rockchip-arch-arm.scc"
+KERNEL_FEATURES:append:rockchip:arm = " \
+    bsp/rockchip/remove-non-rockchip-arch-arm.scc \
+    features/kprobes/kprobes.scc \
+    "
 KERNEL_FEATURES:append:rockchip:aarch64 = " bsp/rockchip/remove-non-rockchip-arch-arm64.scc"
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-27 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 13:06 [meta-rockchip][PATCH] add kprobes for 32-bit kernels Trevor Woerner
2026-03-26 14:08 ` [yocto-patches] " Quentin Schulz
2026-03-26 20:08   ` Bruce Ashfield
2026-03-26 23:35     ` Trevor Woerner
2026-03-27 17:06       ` Bruce Ashfield

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.