Message ID | 20231005011201.14368-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | ravb: Fix use-after-free issues | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 5 Oct 2023 10:11:59 +0900 you wrote: > This patch series fixes use-after-free issues in ravb_remove(). > The original patch is made by Zheng Wang [1]. And, I made the patch > 1/2 which I found other issue in the ravb_remove(). > > [1] > https://lore.kernel.org/netdev/20230725030026.1664873-1-zyytlz.wz@163.com/ > > [...] Here is the summary with links: - [net,v2,1/2] ravb: Fix up dma_free_coherent() call in ravb_remove() https://git.kernel.org/netdev/net/c/e6864af61493 - [net,v2,2/2] ravb: Fix use-after-free issue in ravb_tx_timeout_work() https://git.kernel.org/netdev/net/c/397144287071 You are awesome, thank you!