]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 9 Oct 2025 09:18:48 +0000 (11:18 +0200)
committerPaul Walmsley <pjw@kernel.org>
Fri, 10 Oct 2025 01:39:05 +0000 (19:39 -0600)
commit7882d2c45ccba538cddb0615a893a008dd2efcde
treed1635bcb5651126b637b9ae03bfe48e1e566da13
parent69a8b62a7aa1e54ff7623064f6507fa29c1d0d4e
riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS

This kconfig symbol has dependencies and is only selectable if those
dependencies are also enabled.

Respect the dependencies.

Fixes the following warning when configuring an 'allnoconfig':

WARNING: unmet direct dependencies detected for ARCH_HAS_ELF_CORE_EFLAGS
  Depends on [n]: BINFMT_ELF [=n] && ELF_CORE [=y]
  Selected by [y]:
  - RISCV [=y]

Fixes: 8c94db0ae97c ("binfmt_elf: preserve original ELF e_flags for core dumps")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://lore.kernel.org/r/20251009-riscv-elf-core-eflags-v1-1-e9b45ab6b36d@linutronix.de
Signed-off-by: Paul Walmsley <pjw@kernel.org>
arch/riscv/Kconfig