Skip to content
Commit f556a352 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Greg Kroah-Hartman
Browse files

phonet: take correct lock to peek at the RX queue



[ Upstream commit 3b2d9bc4 ]

The receive queue is protected by its embedded spin-lock, not the
socket lock, so we need the former lock here (and only that one).

Fixes: 107d0d9b ("Phonet: Phonet datagram transport protocol")
Reported-by: default avatarLuosili <rootlab@huawei.com>
Signed-off-by: default avatarRémi Denis-Courmont <courmisch@gmail.com>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20240218081214.4806-1-remi@remlab.net


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1623161f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment