]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2018 08:58:39 +0000 (09:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2018 08:58:39 +0000 (09:58 +0100)
added patches:
make-dst_cache-a-silent-config-option.patch

queue-4.4/make-dst_cache-a-silent-config-option.patch [new file with mode: 0644]
queue-4.4/series

diff --git a/queue-4.4/make-dst_cache-a-silent-config-option.patch b/queue-4.4/make-dst_cache-a-silent-config-option.patch
new file mode 100644 (file)
index 0000000..408c87f
--- /dev/null
@@ -0,0 +1,36 @@
+From 9b246841f4041f85265dec5f769c017fc36a0d33 Mon Sep 17 00:00:00 2001
+From: Dave Jones <davej@codemonkey.org.uk>
+Date: Mon, 21 Mar 2016 18:37:22 -0400
+Subject: Make DST_CACHE a silent config option
+
+From: Dave Jones <davej@codemonkey.org.uk>
+
+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 <davej@codemonkey.org.uk>
+Signed-off-by: David S. Miller <davem@davemloft.net>
+Cc: Paolo Abeni <pabeni@redhat.com>
+Cc: <manojboopathi@google.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ 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
index 7897983c9b33ec79c24416fb747580618da0b7cb..0061231f4fc80ff0426173ad1e889d830506788b 100644 (file)
@@ -21,3 +21,4 @@ net-avoid-skb_warn_bad_offload-on-is_err.patch
 asoc-ux500-add-module_license-tag.patch
 video-fbdev-mmp-add-module_license.patch
 arm64-dts-add-cooling-cells-to-cpu-nodes.patch
+make-dst_cache-a-silent-config-option.patch