Message ID | cover.1670421354.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | fix possible deadlock during WED attach | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 7 Dec 2022 15:04:53 +0100 you wrote: > Fix a possible deadlock in mtk_wed_attach if mtk_wed_wo_init routine fails. > Check wo pointer is properly allocated before running mtk_wed_wo_reset() and > mtk_wed_wo_deinit(). > > Changes sice v2: > - add WARN_ON in mtk_wed_mcu_msg_update() > - split in two patches > Changes since v1: > - move wo pointer checks in __mtk_wed_detach() > > [...] Here is the summary with links: - [v3,net-next,1/2] net: ethernet: mtk_wed: fix some possible NULL pointer dereferences https://git.kernel.org/netdev/net-next/c/c79e0af5ae5e - [v3,net-next,2/2] net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init fails https://git.kernel.org/netdev/net-next/c/587585e1bbeb You are awesome, thank you!