All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cleanup FRAME_POINTER kconfig option use
@ 2015-11-09 19:21 Yang Shi
  2015-11-09 19:21 ` [PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option Yang Shi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yang Shi @ 2015-11-09 19:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: uclinux-h8-devel, ysato, hskinnemoen, egtvedt, linux-hexagon,
	rkuo, mingo, yang.shi


When I cleanup FRME_POINTER use for arm64 arch, I found some other
architectures need the similar cleanup. So, I came up with the patch series
for them.

Yang Shi (4):
      m32r: remove redundant FRAME_POINTER kconfig option
      hexagon: select ARCH_WANT_FRAME_POINTERS instead of defining FRAME_POINTER
      avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs
      h8300: set DEBUG_KERNEL in defconfigs

 arch/avr32/Kconfig                                  | 1 +
 arch/avr32/configs/atngw100_defconfig               | 1 +
 arch/avr32/configs/atngw100_evklcd100_defconfig     | 1 +
 arch/avr32/configs/atngw100_evklcd101_defconfig     | 1 +
 arch/avr32/configs/atngw100_mrmt_defconfig          | 1 +
 arch/avr32/configs/atngw100mkii_defconfig           | 1 +
 arch/avr32/configs/atngw100mkii_evklcd100_defconfig | 1 +
 arch/avr32/configs/atngw100mkii_evklcd101_defconfig | 1 +
 arch/avr32/configs/atstk1002_defconfig              | 1 +
 arch/avr32/configs/atstk1003_defconfig              | 1 +
 arch/avr32/configs/atstk1004_defconfig              | 1 +
 arch/avr32/configs/atstk1006_defconfig              | 1 +
 arch/avr32/configs/favr-32_defconfig                | 1 +
 arch/avr32/configs/hammerhead_defconfig             | 1 +
 arch/avr32/configs/mimc200_defconfig                | 1 +
 arch/h8300/configs/edosk2674_defconfig              | 1 +
 arch/h8300/configs/h8300h-sim_defconfig             | 1 +
 arch/h8300/configs/h8s-sim_defconfig                | 1 +
 arch/hexagon/Kconfig                                | 4 +---
 arch/m32r/Kconfig.debug                             | 8 --------
 20 files changed, 19 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2015-11-10  6:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 19:21 [PATCH 0/4] cleanup FRAME_POINTER kconfig option use Yang Shi
2015-11-09 19:21 ` [PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option Yang Shi
2015-11-09 19:21 ` [PATCH 2/4] hexagon: select ARCH_WANT_FRAME_POINTERS instead of defining FRAME_POINTER Yang Shi
2015-11-09 19:21 ` [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs Yang Shi
2015-11-10  6:43   ` Hans-Christian Noren Egtvedt
2015-11-09 19:21 ` [PATCH 4/4] h8300: " Yang Shi

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.