mbox series

[v4,net,0/2] af_unix: Fix some OOB implementation.

Message ID 20220317030809.63672-1-kuniyu@amazon.co.jp (mailing list archive)
Headers show
Series af_unix: Fix some OOB implementation. | expand

Message

Iwashima, Kuniyuki March 17, 2022, 3:08 a.m. UTC
This series fixes some data-races and adds a missing feature around the
commit 314001f0bf92 ("af_unix: Add OOB support").

Changelog:
  - v4:
    - Separate nit changes from this series for net-next

  - v3: https://lore.kernel.org/netdev/20220315183855.15190-1-kuniyu@amazon.co.jp/
    - Add the first patch

  - v2: https://lore.kernel.org/netdev/20220315054801.72035-1-kuniyu@amazon.co.jp/
    - Add READ_ONCE() to avoid syzbot warning (Eric)
    - Add IS_ENABLED(CONFIG_AF_UNIX_OOB) (Shoaib)

  - v1: https://lore.kernel.org/netdev/20220314052110.53634-1-kuniyu@amazon.co.jp/

Kuniyuki Iwashima (2):
  af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
  af_unix: Support POLLPRI for OOB.

 net/unix/af_unix.c                               | 16 +++++++++-------
 .../selftests/net/af_unix/test_unix_oob.c        |  6 +++---
 2 files changed, 12 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 18, 2022, 1:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 17 Mar 2022 12:08:07 +0900 you wrote:
> This series fixes some data-races and adds a missing feature around the
> commit 314001f0bf92 ("af_unix: Add OOB support").
> 
> Changelog:
>   - v4:
>     - Separate nit changes from this series for net-next
> 
> [...]

Here is the summary with links:
  - [v4,net,1/2] af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
    https://git.kernel.org/netdev/net/c/e82025c623e2
  - [v4,net,2/2] af_unix: Support POLLPRI for OOB.
    https://git.kernel.org/netdev/net/c/d9a232d435dc

You are awesome, thank you!