[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220322002653.33865-1-kuniyu@amazon.co.jp>
Date: Tue, 22 Mar 2022 09:26:51 +0900
From: Kuniyuki Iwashima <kuniyu@...zon.co.jp>
To: Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>
CC: Kuniyuki Iwashima <kuniyu@...zon.co.jp>,
Kuniyuki Iwashima <kuni1840@...il.com>,
<linux-fsdevel@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] Fix data-races around epoll reported by KCSAN.
This series suppresses a false positive KCSAN's message and fixes a real
data-race.
Kuniyuki Iwashima (2):
pipe: Make poll_usage boolean and annotate its access.
list: Fix a data-race around ep->rdllist.
fs/pipe.c | 2 +-
include/linux/list.h | 6 +++---
include/linux/pipe_fs_i.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
--
2.30.2
Powered by blists - more mailing lists