From: Matteo Croce <mcroce@redhat.com>
To: netdev@vger.kernel.org, linux-next@vger.kernel.org,
akpm@linux-foundation.org, Randy Dunlap <rdunlap@infradead.org>,
David Ahern <dsahern@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [PATCH net] mpls: fix af_mpls dependencies
Date: Sat, 8 Jun 2019 14:50:19 +0200 [thread overview]
Message-ID: <20190608125019.417-1-mcroce@redhat.com> (raw)
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
next reply other threads:[~2019-06-08 12:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-08 12:50 Matteo Croce [this message]
2019-06-10 2:57 ` [PATCH net] mpls: fix af_mpls dependencies 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190608125019.417-1-mcroce@redhat.com \
--to=mcroce@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=dsahern@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rdunlap@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.