From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Landley Date: Sat, 09 Dec 2017 02:18:40 +0000 Subject: Re: [PATCH/RFC 5/5] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED Message-Id: <1ad0fcaa-5edf-9206-4729-d1940842a31a@landley.net> List-Id: References: <1512047522-16312-1-git-send-email-geert+renesas@glider.be> <1512047522-16312-6-git-send-email-geert+renesas@glider.be> <20171201083305.5vhvr6dfrbzemqgc@verge.net.au> <20171205082833.fqwuyvlmupwektny@verge.net.au> In-Reply-To: <20171205082833.fqwuyvlmupwektny@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman , Geert Uytterhoeven Cc: Geert Uytterhoeven , Greg Kroah-Hartman , Magnus Damm , Yoshinori Sato , Rich Felker , Jiri Slaby , "linux-serial@vger.kernel.org" , Linux-Renesas , "moderated list:H8/300 ARCHITECTURE" , Linux-sh list On 12/05/2017 02:28 AM, Simon Horman wrote: > On Mon, Dec 04, 2017 at 10:46:22AM +0100, Geert Uytterhoeven wrote: >> Hi Simon, >> >> On Fri, Dec 1, 2017 at 9:33 AM, Simon Horman wrote: >>> On Thu, Nov 30, 2017 at 02:12:02PM +0100, Geert Uytterhoeven wrote: >>>> CONFIG_EXPERT exposes too many config options that do not matter for >>>> development. However, CONFIG_EMBEDDED selects CONFIG_EXPERT, so it >>>> cannot be disabled. >>>> >>>> Hence disable CONFIG_EMBEDDED, and compensate for the loss of >>>> CONFIG_DEBUG_KERNEL by enabling the latter. Didn't I already submit a patch to fix this in 2015? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?idV0b8c0ed45a If it came back, it's a regression. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot0-f195.google.com ([74.125.82.195]:46826 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753882AbdLICSn (ORCPT ); Fri, 8 Dec 2017 21:18:43 -0500 Received: by mail-ot0-f195.google.com with SMTP id j2so10633337ota.13 for ; Fri, 08 Dec 2017 18:18:42 -0800 (PST) Subject: Re: [PATCH/RFC 5/5] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED To: Simon Horman , Geert Uytterhoeven Cc: Geert Uytterhoeven , Greg Kroah-Hartman , Magnus Damm , Yoshinori Sato , Rich Felker , Jiri Slaby , "linux-serial@vger.kernel.org" , Linux-Renesas , "moderated list:H8/300 ARCHITECTURE" , Linux-sh list References: <1512047522-16312-1-git-send-email-geert+renesas@glider.be> <1512047522-16312-6-git-send-email-geert+renesas@glider.be> <20171201083305.5vhvr6dfrbzemqgc@verge.net.au> <20171205082833.fqwuyvlmupwektny@verge.net.au> From: Rob Landley Message-ID: <1ad0fcaa-5edf-9206-4729-d1940842a31a@landley.net> Date: Fri, 8 Dec 2017 20:18:40 -0600 MIME-Version: 1.0 In-Reply-To: <20171205082833.fqwuyvlmupwektny@verge.net.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On 12/05/2017 02:28 AM, Simon Horman wrote: > On Mon, Dec 04, 2017 at 10:46:22AM +0100, Geert Uytterhoeven wrote: >> Hi Simon, >> >> On Fri, Dec 1, 2017 at 9:33 AM, Simon Horman wrote: >>> On Thu, Nov 30, 2017 at 02:12:02PM +0100, Geert Uytterhoeven wrote: >>>> CONFIG_EXPERT exposes too many config options that do not matter for >>>> development. However, CONFIG_EMBEDDED selects CONFIG_EXPERT, so it >>>> cannot be disabled. >>>> >>>> Hence disable CONFIG_EMBEDDED, and compensate for the loss of >>>> CONFIG_DEBUG_KERNEL by enabling the latter. Didn't I already submit a patch to fix this in 2015? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=560b8c0ed45a If it came back, it's a regression. Rob