Message ID | 1650614179-11529-1-git-send-email-guwen@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | net/smc: Two fixes for smc fallback | expand |
On 22/04/2022 09:56, Wen Gu wrote: > This patch set includes two fixes for smc fallback: > > Patch 1/2 introduces some simple helpers to wrap the replacement > and restore of clcsock's callback functions. Make sure that only > the original callbacks will be saved and not overwritten. > > Patch 2/2 fixes a syzbot reporting slab-out-of-bound issue where > smc_fback_error_report() accesses the already freed smc sock (see > https://lore.kernel.org/r/00000000000013ca8105d7ae3ada@google.com/). > The patch fixes it by resetting sk_user_data and restoring clcsock > callback functions timely in fallback situation. Thank you for the analysis and the fix! For the series: Acked-by: Karsten Graul <kgraul@linux.ibm.com>
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 22 Apr 2022 15:56:17 +0800 you wrote: > This patch set includes two fixes for smc fallback: > > Patch 1/2 introduces some simple helpers to wrap the replacement > and restore of clcsock's callback functions. Make sure that only > the original callbacks will be saved and not overwritten. > > Patch 2/2 fixes a syzbot reporting slab-out-of-bound issue where > smc_fback_error_report() accesses the already freed smc sock (see > https://lore.kernel.org/r/00000000000013ca8105d7ae3ada@google.com/). > The patch fixes it by resetting sk_user_data and restoring clcsock > callback functions timely in fallback situation. > > [...] Here is the summary with links: - [net,1/2] net/smc: Only save the original clcsock callback functions https://git.kernel.org/netdev/net/c/97b9af7a7093 - [net,2/2] net/smc: Fix slab-out-of-bounds issue in fallback https://git.kernel.org/netdev/net/c/0558226cebee You are awesome, thank you!