[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1358277295.2865.6.camel@bwh-desktop.uk.solarflarecom.com>
Date: Tue, 15 Jan 2013 19:14:55 +0000
From: Ben Hutchings <bhutchings@...arflare.com>
To: Stephen Hemminger <stephen@...workplumber.org>
CC: Tom Herbert <therbert@...gle.com>, <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 Tue, 2013-01-15 at 07:58 -0800, Stephen Hemminger wrote:
> 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);
Right, and the comparison has to be done with uid_eq().
Ben.
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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