All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
@ 2020-02-23 13:02 ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2020-02-23 13:02 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli, Ray Jui, Scott Branden
  Cc: linux-arm-kernel, bcm-kernel-feedback-list, devicetree,
	linux-rpi-kernel, Stefan Wahren

The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
accidentally dropped the DEBUG FS support in bcm2835_defconfig. So
restore the config as before the commit.

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 arch/arm/configs/bcm2835_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 3843754..8e7a3ed 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -183,6 +183,7 @@ CONFIG_SCHED_TRACER=y
 CONFIG_STACK_TRACER=y
 CONFIG_FUNCTION_PROFILER=y
 CONFIG_TEST_KSTRTOX=y
+CONFIG_DEBUG_FS=y
 CONFIG_KGDB=y
 CONFIG_KGDB_KDB=y
 CONFIG_STRICT_DEVMEM=y
-- 
2.7.4


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

* [PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
@ 2020-02-23 13:02 ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2020-02-23 13:02 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Florian Fainelli, Ray Jui, Scott Branden
  Cc: Stefan Wahren, devicetree, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel

The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
accidentally dropped the DEBUG FS support in bcm2835_defconfig. So
restore the config as before the commit.

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 arch/arm/configs/bcm2835_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 3843754..8e7a3ed 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -183,6 +183,7 @@ CONFIG_SCHED_TRACER=y
 CONFIG_STACK_TRACER=y
 CONFIG_FUNCTION_PROFILER=y
 CONFIG_TEST_KSTRTOX=y
+CONFIG_DEBUG_FS=y
 CONFIG_KGDB=y
 CONFIG_KGDB_KDB=y
 CONFIG_STRICT_DEVMEM=y
-- 
2.7.4


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
  2020-02-23 13:02 ` Stefan Wahren
@ 2020-02-27 19:28   ` Florian Fainelli
  -1 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-02-27 19:28 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Stefan Wahren, Nicolas Saenz Julienne,
	Ray Jui, Scott Branden
  Cc: linux-arm-kernel, devicetree, linux-rpi-kernel

On Sun, 23 Feb 2020 14:02:56 +0100, Stefan Wahren <stefan.wahren@i2se.com> wrote:
> The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
> accidentally dropped the DEBUG FS support in bcm2835_defconfig. So
> restore the config as before the commit.
> 
> Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
> Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

Applied to defconfig/next, thanks!
--
Florian

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

* Re: [PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
@ 2020-02-27 19:28   ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-02-27 19:28 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Stefan Wahren, Nicolas Saenz Julienne,
	Ray Jui, Scott Branden
  Cc: devicetree, linux-rpi-kernel, linux-arm-kernel

On Sun, 23 Feb 2020 14:02:56 +0100, Stefan Wahren <stefan.wahren@i2se.com> wrote:
> The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
> accidentally dropped the DEBUG FS support in bcm2835_defconfig. So
> restore the config as before the commit.
> 
> Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
> Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

Applied to defconfig/next, thanks!
--
Florian

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2020-02-27 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23 13:02 [PATCH] ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS Stefan Wahren
2020-02-23 13:02 ` Stefan Wahren
2020-02-27 19:28 ` Florian Fainelli
2020-02-27 19:28   ` Florian Fainelli

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.