[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220317030809.63672-1-kuniyu@amazon.co.jp>
Date: Thu, 17 Mar 2022 12:08:07 +0900
From: Kuniyuki Iwashima <kuniyu@...zon.co.jp>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Rao Shoaib <Rao.Shoaib@...cle.com>
CC: Kuniyuki Iwashima <kuniyu@...zon.co.jp>,
Kuniyuki Iwashima <kuni1840@...il.com>,
<netdev@...r.kernel.org>
Subject: [PATCH v4 net 0/2] af_unix: Fix some OOB implementation.
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(-)
--
2.30.2
Powered by blists - more mailing lists