[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZFuX1GtbvzsI97aZ@localhost.localdomain>
Date: Wed, 10 May 2023 15:10:44 +0200
From: Michal Kubiak <michal.kubiak@...el.com>
To: Kuniyuki Iwashima <kuniyu@...zon.com>
CC: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>, Kuniyuki Iwashima <kuni1840@...il.com>,
<netdev@...r.kernel.org>
Subject: Re: [PATCH v1 net 0/2] af_unix: Fix two data races reported by KCSAN.
On Tue, May 09, 2023 at 05:34:54PM -0700, Kuniyuki Iwashima wrote:
> KCSAN reported data races around these two fields for AF_UNIX sockets.
>
> * sk->sk_receive_queue->qlen
> * sk->sk_shutdown
>
> Let's annotate them properly.
>
>
> Kuniyuki Iwashima (2):
> af_unix: Fix a data race of sk->sk_receive_queue->qlen.
> af_unix: Fix data races around sk->sk_shutdown.
>
> net/unix/af_unix.c | 22 +++++++++++++---------
> 1 file changed, 13 insertions(+), 9 deletions(-)
>
For the series.
Reviewed-by: Michal Kubiak <michal.kubiak@...el.com>
Powered by blists - more mailing lists