Hello:
This series was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Mon, 27 Dec 2021 19:21:14 +0200 you wrote:
Hi, This set adds and enforces 1 second minimum value for bridge multicast query and startup query intervals in order to avoid rearming the timers too often which could lock and crash the host. I doubt anyone is using such low values or anything lower than 1 second, so it seems like a good minimum. In order to be compatible if the value is lower then it is overwritten and a log message is emitted, since we can't return an error at this point.
[...]
Here is the summary with links: - [net,1/2] net: bridge: mcast: add and enforce query interval minimum https://git.kernel.org/netdev/net/c/99b40610956a - [net,2/2] net: bridge: mcast: add and enforce startup query interval minimum https://git.kernel.org/netdev/net/c/f83a112bd91a
You are awesome, thank you!