lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 04 Apr 2016 17:49:47 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	willemdebruijn.kernel@...il.com
Cc:	netdev@...r.kernel.org, samanthakumar@...gle.com,
	edumazet@...gle.com, willemb@...gle.com
Subject: Re: [PATCH net-next 0/4] udp: support SO_PEEK_OFFSET

From: Willem de Bruijn <willemdebruijn.kernel@...il.com>
Date: Sun,  3 Apr 2016 19:29:49 -0400

> From: Willem de Bruijn <willemb@...gle.com>
> 
> Support peeking at a non-zero offset for UDP sockets. Match the
> existing behavior on Unix datagram sockets.
> 
> 1/4 makes the sk_peek_offset functions safe to use outside locks
> 2/4 removes udp headers before enqueue, to simplify offset arithmetic
> 3/4 introduces SO_PEEK_OFFSET support
> 4/4 moves sk->sk_peek_off on read, to match Unix socket semantics.

I don't see how you can separate patches #3 and #4.

Once you hook up the socket operation, the user can successfully use
the feature and therefore must receive the full set of semantics.

You hook up the op in patch #3 but only give the full proper semantics
in #4.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ