]> 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)
commit226a03e306b502f29e50f117ffc81897591cf861
treee3b8f4e40775f0b6d0c8113991565c7d77bee4f7
parent35a5eb1c66833277d82132807669cbb336754083
parent835a338d35fc4852ce45ab3cbd761a73637efd7e
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 2f7dae2aa515 ("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>