From: Anisse Astier <anisse@astier.eu>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Eric Dumazet <eric.dumazet@gmail.com>,
Pavel Emelyanov <xemul@parallels.com>
Subject: Re: [PATCH] net: Default UDP and UNIX diag to 'n'.
Date: Tue, 7 Feb 2012 12:12:56 +0100 [thread overview]
Message-ID: <20120207121256.50667809@destiny.ordissimo> (raw)
In-Reply-To: <20120107.121339.633839797125273714.davem@davemloft.net>
Hi,
On Sat, 07 Jan 2012 12:13:39 -0800 (PST), David Miller <davem@davemloft.net> wrote :
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
> ---
> net/ipv4/Kconfig | 6 +++++-
> net/unix/Kconfig | 2 +-
> 2 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
> index 1a8f93b..43e1439 100644
> --- a/net/ipv4/Kconfig
> +++ b/net/ipv4/Kconfig
> @@ -410,8 +410,12 @@ config INET_TCP_DIAG
> def_tristate INET_DIAG
>
> config INET_UDP_DIAG
> + tristate "UDP: socket monitoring interface"
> depends on INET_DIAG
> - def_tristate INET_DIAG && IPV6
This broke earlier patch
b872a2371ffd13e6d83423ef621a707df4c158ac "udp_diag: Make it module when ipv6 is a module",
which brings back the compilation error when compiling linus master (v3.3-rc2+):
net/built-in.o: In function `udp_dump_one':
udp_diag.c:(.text+0x59852): undefined reference to `__udp6_lib_lookup'
> + default n
> + ---help---
> + Support for UDP socket monitoring interface used by the ss tool.
> + If unsure, say Y.
>
Regards,
Anisse
next prev parent reply other threads:[~2012-02-07 11:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-07 20:13 [PATCH] net: Default UDP and UNIX diag to 'n' David Miller
2012-02-07 11:12 ` Anisse Astier [this message]
2012-02-07 13:37 ` Pavel Emelyanov
2012-02-07 13:51 ` Anisse Astier
2012-02-07 17:29 ` David Miller
2012-02-07 17:29 ` David Miller
2012-02-07 17:39 ` Anisse Astier
2012-02-07 18:36 ` David Miller
2012-02-07 21:01 ` Anisse Astier
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=20120207121256.50667809@destiny.ordissimo \
--to=anisse@astier.eu \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=xemul@parallels.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox