kernel: fix dependencies of the sock_diag debloat patch (#20544)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 18 Sep 2015 09:05:01 +0000 (09:05 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 18 Sep 2015 09:05:01 +0000 (09:05 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46997

target/linux/generic/patches-3.18/901-debloat_sock_diag.patch
target/linux/generic/patches-4.1/901-debloat_sock_diag.patch

index d172d1b8c25599146a1e4954be984c71dd772660..99f23a027e286db4b8bc34bcece7b32ac15a786c 100644 (file)
        default n
        ---help---
          Support for UNIX socket monitoring interface used by the ss tool.
+--- a/net/netlink/Kconfig
++++ b/net/netlink/Kconfig
+@@ -13,6 +13,7 @@ config NETLINK_MMAP
+ config NETLINK_DIAG
+       tristate "NETLINK: socket monitoring interface"
++      select SOCK_DIAG
+       default n
+       ---help---
+         Support for NETLINK socket monitoring interface used by the ss tool.
+--- a/net/packet/Kconfig
++++ b/net/packet/Kconfig
+@@ -18,6 +18,7 @@ config PACKET
+ config PACKET_DIAG
+       tristate "Packet: sockets monitoring interface"
+       depends on PACKET
++      select SOCK_DIAG
+       default n
+       ---help---
+         Support for PF_PACKET sockets monitoring interface used by the ss tool.
index 9208d6bfc96beffd4f08e3847a3ec660a2b98364..071616942f16fb0821f009736b4d7e190c982057 100644 (file)
        default n
        ---help---
          Support for UNIX socket monitoring interface used by the ss tool.
+--- a/net/netlink/Kconfig
++++ b/net/netlink/Kconfig
+@@ -13,6 +13,7 @@ config NETLINK_MMAP
+ config NETLINK_DIAG
+       tristate "NETLINK: socket monitoring interface"
++      select SOCK_DIAG
+       default n
+       ---help---
+         Support for NETLINK socket monitoring interface used by the ss tool.
+--- a/net/packet/Kconfig
++++ b/net/packet/Kconfig
+@@ -18,6 +18,7 @@ config PACKET
+ config PACKET_DIAG
+       tristate "Packet: sockets monitoring interface"
+       depends on PACKET
++      select SOCK_DIAG
+       default n
+       ---help---
+         Support for PF_PACKET sockets monitoring interface used by the ss tool.