All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES
@ 2021-07-24 13:23 Fabio Estevam
  2021-07-24 13:23 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: Let CONFIG_SCSI_LOWLEVEL be selected Fabio Estevam
  2021-08-04  9:02 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2021-07-24 13:23 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, otavio, Fabio Estevam

Building lttng-modules without CONFIG_KPROBES selected gives a build
error.

Select CONFIG_KPROBES by default.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 079fcd8d1d11..ba4a6e6c1860 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -53,6 +53,7 @@ CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_PM_DEBUG=y
 CONFIG_PM_TEST_SUSPEND=y
+CONFIG_KPROBES=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_MODVERSIONS=y
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-08-04  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 13:23 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Fabio Estevam
2021-07-24 13:23 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: Let CONFIG_SCSI_LOWLEVEL be selected Fabio Estevam
2021-08-04  9:02 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Shawn Guo

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.