[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230902002708.91816-1-kuniyu@amazon.com>
Date: Fri, 1 Sep 2023 17:27:04 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>
CC: Kuniyuki Iwashima <kuniyu@...zon.com>, Kuniyuki Iwashima
<kuni1840@...il.com>, <netdev@...r.kernel.org>
Subject: [PATCH v1 net 0/4] af_unix: Fix four data-races.
While running syzkaller, KCSAN reported 3 data-races with
systemd-coredump using AF_UNIX sockets.
This series fixes the three and another one inspiered by
one of the reports.
Kuniyuki Iwashima (4):
af_unix: Fix data-races around user->unix_inflight.
af_unix: Fix data-race around unix_tot_inflight.
af_unix: Fix data-races around sk->sk_shutdown.
af_unix: Fix data race around sk->sk_err.
net/core/sock.c | 6 +++---
net/unix/af_unix.c | 2 +-
net/unix/scm.c | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
--
2.30.2
Powered by blists - more mailing lists