Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1265913
| From | Yang Shi <yang.shi@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it |
| Date | 2015-11-09 19:10 +0100 |
| Message-ID | <qsZ3c-1rz-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
According to the discussion on the mailing list, this version adds a new patch
to force select FRAME_POINTER for ARM64.
Change v2 --> v1:
1. Adds a new patch to force select FRAME_POINTER
2. Notes that this change adds a dependency on DEBUG_KERNEL for building with
frame pointers
Yang Shi (2):
arm64: remove redundant FRAME_POINTER kconfig option
arm64: force to select FRAME_POINTER
arch/arm64/Kconfig | 1 +
arch/arm64/Kconfig.debug | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it Yang Shi <yang.shi@linaro.org> - 2015-11-09 19:10 +0100
[PATCH 1/2] arm64: remove redundant FRAME_POINTER kconfig option Yang Shi <yang.shi@linaro.org> - 2015-11-09 19:10 +0100
Re: [PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it "Shi, Yang" <yang.shi@linaro.org> - 2015-11-09 19:20 +0100
Re: [PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it Catalin Marinas <catalin.marinas@arm.com> - 2015-11-09 19:30 +0100
Re: [PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it Catalin Marinas <catalin.marinas@arm.com> - 2015-11-09 19:20 +0100
csiph-web