linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
@ 2018-11-25 21:21 Otavio Salvador
  2018-11-25 21:21 ` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Otavio Salvador @ 2018-11-25 21:21 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Otavio Salvador, Fabio Estevam, Pengutronix Kernel Team,
	Sascha Hauer, Russell King, Shawn Guo, NXP Linux Team

CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
selected by the Kconfig logic.  This is done in preparation to making
further changes to this defconfig cleaner.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2:
- rework commit log (Fabio Estevam)

 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 aa02d18f44d1..0c887a059df3 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -445,4 +445,3 @@ CONFIG_MAGIC_SYSRQ=y
 CONFIG_PROVE_LOCKING=y
 # CONFIG_DEBUG_BUGVERBOSE is not set
 # CONFIG_FTRACE is not set
-# CONFIG_ARM_UNWIND is not set
-- 
2.19.1


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

* [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
  2018-11-25 21:21 [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Otavio Salvador
@ 2018-11-25 21:21 ` Otavio Salvador
  2018-11-25 21:21 ` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES Otavio Salvador
  2018-11-25 21:35 ` [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Arnd Bergmann
  2 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2018-11-25 21:21 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Andreas Müller, Otavio Salvador, Fabio Estevam,
	Pengutronix Kernel Team, Sascha Hauer, Russell King, Shawn Guo,
	NXP Linux Team

From: Andreas Müller <schnitzeltony@gmail.com>

This is necessary to support network over bluetooth:

| Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: kernel lacks bnep-protocol support
| Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: System does not support network plugin

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2: None

 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 0c887a059df3..22ad2d7a1cf2 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -81,6 +81,7 @@ CONFIG_NETFILTER=y
 CONFIG_CAN=y
 CONFIG_CAN_FLEXCAN=y
 CONFIG_BT=y
+CONFIG_BT_BNEP=m
 CONFIG_BT_HCIUART=y
 CONFIG_BT_HCIUART_LL=y
 CONFIG_CFG80211=y
-- 
2.19.1


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

* [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES
  2018-11-25 21:21 [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Otavio Salvador
  2018-11-25 21:21 ` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP Otavio Salvador
@ 2018-11-25 21:21 ` Otavio Salvador
  2018-11-25 21:35 ` [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Arnd Bergmann
  2 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2018-11-25 21:21 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: Andreas Müller, Otavio Salvador, Fabio Estevam,
	Pengutronix Kernel Team, Sascha Hauer, Russell King, Shawn Guo,
	NXP Linux Team

From: Andreas Müller <schnitzeltony@gmail.com>

This is very helpful debugging USB issues.

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2: None

 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 22ad2d7a1cf2..d339913845fa 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -305,6 +305,7 @@ CONFIG_SND_SOC_WM8962=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_HID_MULTITOUCH=y
 CONFIG_USB=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_MXC=y
 CONFIG_USB_STORAGE=y
-- 
2.19.1


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

* Re: [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
  2018-11-25 21:21 [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Otavio Salvador
  2018-11-25 21:21 ` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP Otavio Salvador
  2018-11-25 21:21 ` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES Otavio Salvador
@ 2018-11-25 21:35 ` Arnd Bergmann
  2018-11-25 21:45   ` Otavio Salvador
  2 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2018-11-25 21:35 UTC (permalink / raw)
  To: otavio
  Cc: Linux ARM, Linux Kernel Mailing List, Fabio Estevam,
	Sascha Hauer, Sascha Hauer, Russell King - ARM Linux, Shawn Guo,
	linux-imx

On Sun, Nov 25, 2018 at 10:24 PM Otavio Salvador
<otavio@ossystems.com.br> wrote:
>
> CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
> selected by the Kconfig logic.  This is done in preparation to making
> further changes to this defconfig cleaner.
>

Does this mean we no longer get the unwinder, or there is some other
config (which?) that unconditionally selects it?

      Arnd

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

* Re: [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
  2018-11-25 21:35 ` [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Arnd Bergmann
@ 2018-11-25 21:45   ` Otavio Salvador
  2018-11-25 21:47     ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2018-11-25 21:45 UTC (permalink / raw)
  To: arnd
  Cc: Otavio Salvador, Sascha Hauer, Russell King,
	Kernel development list, NXP Linux Team, Sascha Hauer,
	Fabio Estevam, Shawn Guo, linux-arm-kernel

On Sun, Nov 25, 2018 at 7:35 PM Arnd Bergmann <arnd@arndb.de> wrote:
> On Sun, Nov 25, 2018 at 10:24 PM Otavio Salvador
> <otavio@ossystems.com.br> wrote:
> >
> > CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
> > selected by the Kconfig logic.  This is done in preparation to making
> > further changes to this defconfig cleaner.
> >
>
> Does this mean we no longer get the unwinder, or there is some other
> config (which?) that unconditionally selects it?

It is selected. Before changing the defconfig I did a savedefconfig to
avoid unrelated changes to be included on the subsequent patches and
then I found it was now selected.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

* Re: [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
  2018-11-25 21:45   ` Otavio Salvador
@ 2018-11-25 21:47     ` Arnd Bergmann
  2018-11-25 22:21       ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2018-11-25 21:47 UTC (permalink / raw)
  To: otavio.salvador
  Cc: otavio, Sascha Hauer, Russell King - ARM Linux,
	Linux Kernel Mailing List, linux-imx, Sascha Hauer,
	Fabio Estevam, Shawn Guo, Linux ARM

On Sun, Nov 25, 2018 at 10:45 PM Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
>
> On Sun, Nov 25, 2018 at 7:35 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > On Sun, Nov 25, 2018 at 10:24 PM Otavio Salvador
> > <otavio@ossystems.com.br> wrote:
> > >
> > > CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
> > > selected by the Kconfig logic.  This is done in preparation to making
> > > further changes to this defconfig cleaner.
> > >
> >
> > Does this mean we no longer get the unwinder, or there is some other
> > config (which?) that unconditionally selects it?
>
> It is selected. Before changing the defconfig I did a savedefconfig to
> avoid unrelated changes to be included on the subsequent patches and
> then I found it was now selected.

Ok, then please mention in the changelog which other option selects it,
as I said.

Aside from that, your series looks fine to me.

      Arnd

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

* Re: [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
  2018-11-25 21:47     ` Arnd Bergmann
@ 2018-11-25 22:21       ` Otavio Salvador
  0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2018-11-25 22:21 UTC (permalink / raw)
  To: arnd
  Cc: Otavio Salvador, Sascha Hauer, Russell King,
	Kernel development list, NXP Linux Team, Sascha Hauer,
	Fabio Estevam, Shawn Guo, linux-arm-kernel

Hello Arnd,

On Sun, Nov 25, 2018 at 7:48 PM Arnd Bergmann <arnd@arndb.de> wrote:
> On Sun, Nov 25, 2018 at 10:45 PM Otavio Salvador
> <otavio.salvador@ossystems.com.br> wrote:
> >
> > On Sun, Nov 25, 2018 at 7:35 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > > On Sun, Nov 25, 2018 at 10:24 PM Otavio Salvador
> > > <otavio@ossystems.com.br> wrote:
> > > >
> > > > CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
> > > > selected by the Kconfig logic.  This is done in preparation to making
> > > > further changes to this defconfig cleaner.
> > > >
> > >
> > > Does this mean we no longer get the unwinder, or there is some other
> > > config (which?) that unconditionally selects it?
> >
> > It is selected. Before changing the defconfig I did a savedefconfig to
> > avoid unrelated changes to be included on the subsequent patches and
> > then I found it was now selected.
>
> Ok, then please mention in the changelog which other option selects it,
> as I said.
>
> Aside from that, your series looks fine to me.

Thank you for reviewing it. I sent a v3 mentioning it.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

end of thread, other threads:[~2018-11-25 22:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-25 21:21 [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Otavio Salvador
2018-11-25 21:21 ` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP Otavio Salvador
2018-11-25 21:21 ` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES Otavio Salvador
2018-11-25 21:35 ` [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable Arnd Bergmann
2018-11-25 21:45   ` Otavio Salvador
2018-11-25 21:47     ` Arnd Bergmann
2018-11-25 22:21       ` Otavio Salvador

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).