From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755913AbcGFXG6 (ORCPT ); Wed, 6 Jul 2016 19:06:58 -0400 Received: from merlin.infradead.org ([205.233.59.134]:35131 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755793AbcGFXG5 (ORCPT ); Wed, 6 Jul 2016 19:06:57 -0400 To: LKML , Andrew Morton From: Randy Dunlap Subject: [PATCH] init/Kconfig: keep Expert users menu together Cc: Ard Biesheuvel , Linus Torvalds Message-ID: <577D8F0D.5050309@infradead.org> Date: Wed, 6 Jul 2016 16:06:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap 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 Cc: Ard Biesheuvel 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