Received: by 10.223.185.116 with SMTP id b49csp1142571wrg; Fri, 23 Feb 2018 12:41:57 -0800 (PST) X-Google-Smtp-Source: AH8x224eY1KpEAvqloolBf1QQ+TNv/Q2Q7HqoQiEpz3X9WJF5SsFPxzL+buYpFquI95oDTy1AJKk X-Received: by 10.98.60.15 with SMTP id j15mr2952890pfa.7.1519418517473; Fri, 23 Feb 2018 12:41:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519418517; cv=none; d=google.com; s=arc-20160816; b=RH15lxNxpQFHyWkcQSHjCgACImMEZIfdb8RgRa7T7Q85ZicvNcXBSntC1WZmtaoRv2 0EpDfuE3TtRX/lV7vqNam8uP/IBfr0tkpqyece1hFb23kKNc4Iarwny1HJWDetORrb9Q M1AwuEbFmtb/f7pm4G/jm1WOJXkcmqcw3B8BEBA63pMxhPvzzCxEHlVSAwy8uJcqtYA7 ilvD72hBOj2qXmGFmqQlZMnr8qKySNQEIQHlegq4HSwlIQtbFHZYNGZZnWqfUzEq4n8K PFUNnvtaIukC45lwYyE+v7HMCxS/JrRB84LK2TPpa1J8NRnf9I//slo8NFpCrQNz5ww/ Fppg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=jdLeZVcmmBDlxoaAnKDB5JROL4mHfppyrOoJPZRkWPc=; b=LzQsUHlB+0GgeJjwfWLSlXEnnjgLaQqmBssnmPH3/DysWdbSfYmCR/Uc7h1NZOqdbm 8wBxGmSTgqFm17LrdtvQTboRdw5tfRxNuk+zeLIZ4XF+8TQuE8lPYqVPpBsYtjIiYRbh mdkViBVRCDW+Vh7DpSYFXxNF5BcOPf7hnk4A3lh+8UGBf4QrSaVGv0JqoX0/47nrk5YO hiio2lokchzhLOj5PgcKgnjrVp34IqmOl9sd+sVtxBsSDp9QBPnZ/G0MJvobYmlDIv+q kINbHITWHKf0uyo2MqD4I90NM++WBSvUcAtPOt4mo3oQfxexvJmFk17PD+O5KuRM3uDK +Jhw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j193si400844pfc.408.2018.02.23.12.41.43; Fri, 23 Feb 2018 12:41:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753293AbeBWSdl (ORCPT + 99 others); Fri, 23 Feb 2018 13:33:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36632 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753191AbeBWSdj (ORCPT ); Fri, 23 Feb 2018 13:33:39 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C05641164; Fri, 23 Feb 2018 18:33:38 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Dave Jones , "David S. Miller" , Paolo Abeni , manojboopathi@google.com Subject: [PATCH 4.4 024/193] Make DST_CACHE a silent config option Date: Fri, 23 Feb 2018 19:24:17 +0100 Message-Id: <20180223170329.845420743@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170325.997716448@linuxfoundation.org> References: <20180223170325.997716448@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Dave Jones commit 9b246841f4041f85265dec5f769c017fc36a0d33 upstream. commit 911362c70d ("net: add dst_cache support") added a new kconfig option that gets selected by other networking options. It seems the intent wasn't to offer this as a user-selectable option given the lack of help text, so this patch converts it to a silent option. Signed-off-by: Dave Jones Signed-off-by: David S. Miller Cc: Paolo Abeni Cc: Signed-off-by: Greg Kroah-Hartman --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/Kconfig +++ b/net/Kconfig @@ -384,7 +384,7 @@ config LWTUNNEL with light weight tunnel state associated with fib routes. config DST_CACHE - bool "dst cache" + bool default n endif # if NET