mbox series

[v2,net,0/2] af_unix: Fix MSG_OOB bugs with MSG_PEEK.

Message ID 20240410171016.7621-1-kuniyu@amazon.com (mailing list archive)
Headers show
Series af_unix: Fix MSG_OOB bugs with MSG_PEEK. | expand

Message

Kuniyuki Iwashima April 10, 2024, 5:10 p.m. UTC
Currently, OOB data can be read without MSG_OOB accidentally
in two cases, and this seris fixes the bugs.


Changes:
  v2:
    Drop patch 3

  v1: https://lore.kernel.org/netdev/20240409225209.58102-1-kuniyu@amazon.com/


Kuniyuki Iwashima (2):
  af_unix: Call manage_oob() for every skb in
    unix_stream_read_generic().
  af_unix: Don't peek OOB data without MSG_OOB.

 net/unix/af_unix.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 13, 2024, 2:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 10 Apr 2024 10:10:14 -0700 you wrote:
> Currently, OOB data can be read without MSG_OOB accidentally
> in two cases, and this seris fixes the bugs.
> 
> 
> Changes:
>   v2:
>     Drop patch 3
> 
> [...]

Here is the summary with links:
  - [v2,net,1/2] af_unix: Call manage_oob() for every skb in unix_stream_read_generic().
    https://git.kernel.org/netdev/net/c/283454c8a123
  - [v2,net,2/2] af_unix: Don't peek OOB data without MSG_OOB.
    https://git.kernel.org/netdev/net/c/22dd70eb2c3d

You are awesome, thank you!