All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] init/Kconfig: keep Expert users menu together
@ 2016-07-06 23:06 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2016-07-06 23:06 UTC (permalink / raw)
  To: LKML, Andrew Morton; +Cc: Ard Biesheuvel, Linus Torvalds

From: Randy Dunlap <rdunlap@infradead.org>

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 4d5d5664c9008c30ade92a56f722223d251883d7:
  x86: kallsyms: disable absolute percpu symbols on !SMP
Applies-to: Linux 4.7 and 4.6

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: stable@vger.kernel.org
---
 init/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- lnx-47-rc6.orig/init/Kconfig
+++ lnx-47-rc6/init/Kconfig
@@ -1458,6 +1458,7 @@ config KALLSYMS_ALL
 
 config KALLSYMS_ABSOLUTE_PERCPU
 	bool
+	depends on KALLSYMS
 	default X86_64 && SMP
 
 config KALLSYMS_BASE_RELATIVE

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-06 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 23:06 [PATCH] init/Kconfig: keep Expert users menu together Randy Dunlap

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.