linux-arm-kernel.lists.infradead.org archive mirror
 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

* [PATCH 2/2] ARM: imx_v6_v7_defconfig: Let CONFIG_SCSI_LOWLEVEL be selected
  2021-07-24 13:23 [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Fabio Estevam
@ 2021-07-24 13:23 ` Fabio Estevam
  2021-08-04  9:02 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES Shawn Guo
  1 sibling, 0 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

When using Yocto's Ptest DISTRO_FEATURE the CONFIG_SCSI_DEBUG=m option
is added, but it cannot be selected as it depends on CONFIG_SCSI_LOWLEVEL.

This generates a build warning saying that the CONFIG_SCSI_DEBUG=m option
is discarded.

Fix this by letting CONFIG_SCSI_LOWLEVEL to be selected.

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

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index ba4a6e6c1860..e3af463ea063 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -120,7 +120,6 @@ CONFIG_BLK_DEV_SD=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_LOGGING=y
 CONFIG_SCSI_SCAN_ASYNC=y
-# CONFIG_SCSI_LOWLEVEL is not set
 CONFIG_ATA=y
 CONFIG_SATA_AHCI_PLATFORM=y
 CONFIG_AHCI_IMX=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

* Re: [PATCH 1/2] ARM: imx_v6_v7_defconfig: Select CONFIG_KPROBES
  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 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2021-08-04  9:02 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, otavio

On Sat, Jul 24, 2021 at 10:23:50AM -0300, Fabio Estevam wrote:
> Building lttng-modules without CONFIG_KPROBES selected gives a build
> error.
> 
> Select CONFIG_KPROBES by default.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied both, thanks!

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

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).