* [PATCH] arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set
@ 2017-01-26 3:19 Kefeng Wang
2017-01-26 12:20 ` Will Deacon
0 siblings, 1 reply; 2+ messages in thread
From: Kefeng Wang @ 2017-01-26 3:19 UTC (permalink / raw)
To: linux-arm-kernel
Fix warning:
"(COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies
(COMPAT && BINFMT_ELF)"
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 1117421..4428673 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1010,7 +1010,7 @@ source "fs/Kconfig.binfmt"
config COMPAT
bool "Kernel support for 32-bit EL0"
depends on ARM64_4K_PAGES || EXPERT
- select COMPAT_BINFMT_ELF
+ select COMPAT_BINFMT_ELF if BINFMT_ELF
select HAVE_UID16
select OLD_SIGSUSPEND3
select COMPAT_OLD_SIGACTION
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set
2017-01-26 3:19 [PATCH] arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set Kefeng Wang
@ 2017-01-26 12:20 ` Will Deacon
0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2017-01-26 12:20 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 26, 2017 at 11:19:55AM +0800, Kefeng Wang wrote:
> Fix warning:
> "(COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies
> (COMPAT && BINFMT_ELF)"
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
> arch/arm64/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied for 4.11.
Will
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-26 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 3:19 [PATCH] arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set Kefeng Wang
2017-01-26 12:20 ` Will Deacon
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).