Message ID | 20230908061950.20287-1-hbh25y@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix possible OOB write when using rule_buf | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 8 Sep 2023 14:19:47 +0800 you wrote: > ADD bounds checks in bcmasp_netfilt_get_all_active and > mvpp2_ethtool_get_rxnfc and mtk_hwlro_get_fdir_all when > using rule_buf from ethtool_get_rxnfc. > > v2: > [PATCH v2 1/3]: use -EMSGSIZE instead of truncating the list sliently. > [PATCH v2 3/3]: drop the brackets. > > [...] Here is the summary with links: - [v2,1/3] net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active() https://git.kernel.org/netdev/net/c/9b90aca97f6d - [v2,2/3] net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() https://git.kernel.org/netdev/net/c/51fe0a470543 - [v2,3/3] net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() https://git.kernel.org/netdev/net/c/e4c79810755f You are awesome, thank you!