[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130115075803.17ed2bc5@nehalam.linuxnetplumber.net>
Date: Tue, 15 Jan 2013 07:58:03 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Tom Herbert <therbert@...gle.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
netdev@...kandruth.co.uk, eric.dumazet@...il.com
Subject: Re: [PATCH 3/5] soreuseport: UDP/IPv4 implementation
On Mon, 14 Jan 2013 12:00:23 -0800 (PST)
Tom Herbert <therbert@...gle.com> wrote:
> diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
> index 79c8dbe..1dd1e93 100644
> --- a/net/ipv4/udp.c
> +++ b/net/ipv4/udp.c
> @@ -139,6 +139,7 @@ static int udp_lib_lport_inuse(struct net *net, __u16 num,
> {
> struct sock *sk2;
> struct hlist_nulls_node *node;
> + int uid = sock_i_uid(sk);
>
I am not a namespace expert, but it looks like this might have
to use from_kuid_munged(). At a minimum it should be:
kuid_t uid = sock_i_uid(sk);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists