diff options
author | Wen Gu <[email protected]> | 2022-04-22 15:56:19 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-04-25 11:03:48 -0700 |
commit | 0558226cebee256aa3f8ec0cc5a800a10bf120a6 (patch) | |
tree | e30751d6e6b40913f4033d436e606fb2888a2bbe /scripts/bpf_doc.py | |
parent | 97b9af7a70936e331170c79040cc9bf20071b566 (diff) |
net/smc: Fix slab-out-of-bounds issue in fallback
syzbot reported a slab-out-of-bounds/use-after-free issue,
which was caused by accessing an already freed smc sock in
fallback-specific callback functions of clcsock.
This patch fixes the issue by restoring fallback-specific
callback functions to original ones and resetting clcsock
sk_user_data to NULL before freeing smc sock.
Meanwhile, this patch introduces sk_callback_lock to make
the access and assignment to sk_user_data mutually exclusive.
Reported-by: [email protected]
Fixes: 341adeec9ada ("net/smc: Forward wakeup to smc socket waitqueue after fallback")
Link: https://lore.kernel.org/r/[email protected]/
Signed-off-by: Wen Gu <[email protected]>
Acked-by: Karsten Graul <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions