Message ID | cover.1643343397.git.duoming@zju.edu.cn (mailing list archive) |
---|---|
Headers | show |
Series | ax25: fix NPD and UAF bugs when detaching ax25 device | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 28 Jan 2022 12:47:14 +0800 you wrote: > There are NPD and UAF bugs when detaching ax25 device, we > use lock and refcount to mitigate these bugs. > > Duoming Zhou (2): > ax25: improve the incomplete fix to avoid UAF and NPD bugs > ax25: add refcount in ax25_dev to avoid UAF bugs > > [...] Here is the summary with links: - [1/2] ax25: improve the incomplete fix to avoid UAF and NPD bugs https://git.kernel.org/netdev/net/c/4e0f718daf97 - [2/2] ax25: add refcount in ax25_dev to avoid UAF bugs https://git.kernel.org/netdev/net/c/d01ffb9eee4a You are awesome, thank you!