[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1418774579.9773.69.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Tue, 16 Dec 2014 16:02:59 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: tgraf@...g.ch, dborkman@...hat.com, luto@...capital.net,
torvalds@...ux-foundation.org, kaber@...sh.net,
netdev@...r.kernel.org
Subject: Re: Netlink mmap tx security?
On Tue, 2014-12-16 at 17:58 -0500, David Miller wrote:
> + __skb_put(skb, nm_len);
> + memcpy(skb->data, (void *)hdr + NL_MMAP_HDRLEN, nm_len);
> + netlink_set_status(hdr, NL_MMAP_STATUS_UNUSED);
>
Not related to this patch, but it looks like netlink_set_status()
barrier is wrong ?
It seems we need smp_wmb() after the memcpy() and before the
hdr->nm_status = status;
--
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