OSDN Git Service

Merge branch 'af_unix-data-races'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2023 10:06:16 +0000 (11:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2023 10:06:16 +0000 (11:06 +0100)
commit2861f09c11122127ac2fadc85c735844b7bb6d49
tree332b4a89cd819ad45d81d5465c093852942323af
parent718e6b51298e0f254baca0d40ab52a00e004e014
parentb192812905e4b134f7b7994b079eb647e9d2d37e
Merge branch 'af_unix-data-races'

Kuniyuki Iwashima says:

====================
af_unix: Fix four data-races.

While running syzkaller, KCSAN reported 3 data-races with
systemd-coredump using AF_UNIX sockets.

This series fixes the three and another one inspiered by
one of the reports.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>