[PATCH 0/2] Fix data-races around epoll reported by KCSAN.

Kuniyuki Iwashima posted 2 patches 4 years, 3 months ago
fs/pipe.c                 | 2 +-
include/linux/list.h      | 6 +++---
include/linux/pipe_fs_i.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/2] Fix data-races around epoll reported by KCSAN.
Posted by Kuniyuki Iwashima 4 years, 3 months ago
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