]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'af_unix-OOB-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Mar 2022 13:30:53 +0000 (13:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Mar 2022 13:30:53 +0000 (13:30 +0000)
commit1ba19f7fc5b73815e2fa69a58a96bb0b2e396aae
treee3b8f4e40775f0b6d0c8113991565c7d77bee4f7
parente273f34d57b6ee6c4802e231ca89ef917c17565a
parentfdb1942defbdc1e9bc84d7da737393cb1fcdc71f
Merge branch 'af_unix-OOB-fixes'

Kuniyuki Iwashima says:

====================
af_unix: Fix some OOB implementation.

This series fixes some data-races and adds a missing feature around the
commit 9231f8b18ef0 ("af_unix: Add OOB support").

Changelog:
  - v3:
    - Add the first patch

  - v2: https://lore.kernel.org/netdev/20220315054801.72035-1-kuniyu@amazon.co.jp/
    - Add READ_ONCE() to avoid a race reported by KCSAN (Eric)
    - Add IS_ENABLED(CONFIG_AF_UNIX_OOB) (Shoaib)

  - v1: https://lore.kernel.org/netdev/20220314052110.53634-1-kuniyu@amazon.co.jp/
====================

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