All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix data-races around epoll reported by KCSAN.
@ 2022-03-22  0:26 Kuniyuki Iwashima
  2022-03-22  0:26 ` [PATCH 1/2] pipe: Make poll_usage boolean and annotate its access Kuniyuki Iwashima
  2022-03-22  0:26 ` [PATCH 2/2] list: Fix a data-race around ep->rdllist Kuniyuki Iwashima
  0 siblings, 2 replies; 4+ messages in thread
From: Kuniyuki Iwashima @ 2022-03-22  0:26 UTC (permalink / raw)
  To: Al Viro, Andrew Morton
  Cc: Kuniyuki Iwashima, Kuniyuki Iwashima, linux-fsdevel, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-29 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  0:26 [PATCH 0/2] Fix data-races around epoll reported by KCSAN Kuniyuki Iwashima
2022-03-22  0:26 ` [PATCH 1/2] pipe: Make poll_usage boolean and annotate its access Kuniyuki Iwashima
2022-03-29 17:03   ` Marco Elver
2022-03-22  0:26 ` [PATCH 2/2] list: Fix a data-race around ep->rdllist Kuniyuki Iwashima

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.