From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935065AbdGTMgj (ORCPT ); Thu, 20 Jul 2017 08:36:39 -0400 Received: from asavdk3.altibox.net ([109.247.116.14]:55766 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934643AbdGTMgi (ORCPT ); Thu, 20 Jul 2017 08:36:38 -0400 Date: Thu, 20 Jul 2017 14:36:33 +0200 From: Sam Ravnborg To: Krzysztof Kozlowski Cc: linux-kernel@vger.kernel.org, "David S. Miller" , sparclinux@vger.kernel.org Subject: Re: [RESEND PATCH] sparc: defconfig: Cleanup from old Kconfig options Message-ID: <20170720123633.GA7465@ravnborg.org> References: <1500526855-4132-1-git-send-email-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500526855-4132-1-git-send-email-krzk@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.2 cv=WJY9ZTkR c=1 sm=1 tr=0 a=Ij76tQDYWdb01v2+RnYW5w==:117 a=Ij76tQDYWdb01v2+RnYW5w==:17 a=kj9zAlcOel0A:10 a=VwQbUJbxAAAA:8 a=J1Y8HTJGAAAA:8 a=w6jPctmjjjRnrfTUlJMA:9 a=CjuIK1q_8ugA:10 a=AjGcO6oz07-iQ99wixmX:22 a=y1Q9-5lHfBjTkpIzbSAN:22 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 20, 2017 at 07:00:55AM +0200, Krzysztof Kozlowski wrote: > Remove old, dead Kconfig options (in order appearing in this commit): > - EXPERIMENTAL is gone since v3.9; > - INET_LRO: commit 7bbf3cae65b6 ("ipv4: Remove inet_lro library"); > - AUTOFS_FS: commit 561c5cf9236a ("staging: Remove autofs3"); > - RCU_CPU_STALL_DETECTOR: commit a00e0d714fbd ("rcu: Remove conditional > compilation for RCU CPU stall warnings"); > - USB_DEVICE_CLASS: commit 007bab91324e ("USB: remove > CONFIG_USB_DEVICE_CLASS"); > - SYSCTL_SYSCALL_CHECK: commit 7c60c48f58a7 ("sysctl: Improve the > sysctl sanity checks"); > > Signed-off-by: Krzysztof Kozlowski > Acked-by: David S. Miller Hi Krzysztof. This looks like a manually edited defconfig. A better approch would be to do: $ make ARCH=sparc64 sparc64_defconfig $ make ARCH=sparc64 savedefconfig And then to check the generated defconfig. Same for sparc32. This is more or less how the defconfig filws are generated in the first place. Diffstat when I do the above: defconfig | 62 ++++++++++++++++---------------------------------------------- 1 file changed, 16 insertions(+), 46 deletions(-) Sam