]> git.baikalelectronics.ru Git - kernel.git/commit
tls: rx: release the sock lock on locking timeout
authorJakub Kicinski <kuba@kernel.org>
Wed, 20 Jul 2022 20:37:00 +0000 (13:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Jul 2022 01:58:11 +0000 (18:58 -0700)
commit293533ac35ebd05cfed5284f6a240295fc4ce337
tree5b7d8dc86d710679cd29f44003d5c962939e485c
parent70033bb8aaf4df2fac774019d0a8a792a8d045ff
tls: rx: release the sock lock on locking timeout

Eric reports we should release the socket lock if the entire
"grab reader lock" operation has failed. The callers assume
they don't have to release it or otherwise unwind.

Reported-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot+16e72110feb2b653ef27@syzkaller.appspotmail.com
Fixes: 8122c1f4cff4 ("tls: rx: allow only one reader at a time")
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220720203701.2179034-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tls/tls_sw.c