On 3/6/26 7:30 AM, Michal Luczaj wrote:
sock_map_sk_state_allowed() and sock_map_redirect_allowed() read af_unix socket sk_state locklessly. Use READ_ONCE(). Note that for sock_map_redirect_allowed() change affects not only af_unix, but all non-TCP sockets (UDP, af_vsock). Suggested-by: Kuniyuki Iwashima <[email protected]> Suggested-by: Martin KaFai Lau <[email protected]> Signed-off-by: Michal Luczaj <[email protected]>
Reviewed-by: Jiayuan Chen <[email protected]>

