linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] mpls: fix af_mpls dependencies
@ 2019-06-08 12:50 Matteo Croce
  2019-06-10  2:57 ` David Miller
  0 siblings, 1 reply; 10+ messages in thread
From: Matteo Croce @ 2019-06-08 12:50 UTC (permalink / raw)
  To: netdev, linux-next, akpm, Randy Dunlap, David Ahern
  Cc: linux-kernel, linux-fsdevel

MPLS routing code relies on sysctl to work, so let it select PROC_SYSCTL.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 net/mpls/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig
index d9391beea980..2b802a48d5a6 100644
--- a/net/mpls/Kconfig
+++ b/net/mpls/Kconfig
@@ -26,6 +26,7 @@ config NET_MPLS_GSO
 config MPLS_ROUTING
 	tristate "MPLS: routing support"
 	depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
+	select PROC_SYSCTL
 	---help---
 	 Add support for forwarding of mpls packets.
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-14 15:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-08 12:50 [PATCH net] mpls: fix af_mpls dependencies Matteo Croce
2019-06-10  2:57 ` David Miller
2019-06-11 23:06   ` Randy Dunlap
2019-06-12  0:08     ` Matteo Croce
2019-06-12  2:39       ` Randy Dunlap
2019-06-14 14:01         ` Arnd Bergmann
2019-06-14 14:07           ` David Ahern
2019-06-14 14:26             ` Arnd Bergmann
2019-06-14 14:54               ` Eric W. Biederman
2019-06-14 15:10               ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).