From: Jakub Kicinski Date: Thu, 11 May 2023 02:06:55 +0000 (-0700) Subject: Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=33dcee99e0e6d37b4ac84b3ffdfe18b64bbca0c9;p=people%2Fjgross%2Flinux.git Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan' Kuniyuki Iwashima says: ==================== af_unix: Fix two data races reported by KCSAN. 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. ==================== Link: https://lore.kernel.org/r/20230510003456.42357-1-kuniyu@amazon.com Signed-off-by: Jakub Kicinski --- 33dcee99e0e6d37b4ac84b3ffdfe18b64bbca0c9