Files
Kuniyuki Iwashima b21e48a494 af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
[ Upstream commit 97af84a6bb ]

When touching unix_sk(sk)->inflight, we are always under
spin_lock(&unix_gc_lock).

Let's convert unix_sk(sk)->inflight to the normal unsigned long.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240123170856.41348-3-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Stable-dep-of: 47d8ac011f ("af_unix: Fix garbage collector racing against connect()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-04-17 11:23:34 +02:00
..
2023-12-29 07:46:38 +00:00
2024-01-02 12:41:16 +00:00
2023-10-24 13:08:14 -07:00
2023-10-25 18:04:29 -07:00
2023-11-02 09:31:02 +01:00
2024-01-21 18:09:30 +00:00
2023-12-12 14:24:14 +01:00
2024-01-02 12:41:16 +00:00
2023-10-23 15:01:53 -07:00
2023-12-14 16:38:59 +01:00