From: David S. Miller Date: Fri, 18 Mar 2022 13:30:53 +0000 (+0000) Subject: Merge branch 'af_unix-OOB-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9905eed48e82dfe265e2b9e57f19f8e0d1b7d0d7;p=linux.git 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 314001f0bf92 ("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 --- 9905eed48e82dfe265e2b9e57f19f8e0d1b7d0d7