From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751495AbdFHSIk (ORCPT ); Thu, 8 Jun 2017 14:08:40 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:33574 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbdFHSIi (ORCPT ); Thu, 8 Jun 2017 14:08:38 -0400 Date: Thu, 08 Jun 2017 14:08:34 -0400 (EDT) Message-Id: <20170608.140834.1461008991403588496.davem@davemloft.net> To: krzk@kernel.org Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, sparclinux@vger.kernel.org Subject: Re: [PATCH 10/35] sparc: defconfig: Cleanup from old Kconfig options From: David Miller In-Reply-To: <20170608161049.12421-10-krzk@kernel.org> References: <20170608160836.12196-1-krzk@kernel.org> <20170608161049.12421-10-krzk@kernel.org> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 08 Jun 2017 10:26:58 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Krzysztof Kozlowski Date: Thu, 8 Jun 2017 18:10:21 +0200 > 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