8000 init/Kconfig: keep Expert users menu together · bsd-unix/linux@076501f · GitHub
[go: up one dir, main page]

Skip to content

Commit 076501f

Browse files
rddunlaptorvalds
authored andcommitted
init/Kconfig: keep Expert users menu together
The "expert" menu was broken (split) such that all entries in it after KALLSYMS were displayed in the "General setup" area instead of in the "Expert users" area. Fix this by adding one kconfig dependency. Yes, the Expert users menu is fragile. Problems like this have happened several times in the past. I will attempt to isolate the Expert users menu if there is interest in that. Fixes: 4d5d566 ("x86: kallsyms: disable absolute percpu symbols on !SMP") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: stable@vger.kernel.org # 4.6 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent bc86765 commit 076501f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,7 @@ config KALLSYMS_ALL
14581458

14591459
config KALLSYMS_ABSOLUTE_PERCPU
14601460
bool
1461+
depends on KALLSYMS
14611462
default X86_64 && SMP
14621463

14631464
config KALLSYMS_BASE_RELATIVE

0 commit comments

Comments
 (0)
0