[Bridge] [PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries

2023-10-16 Thread Johannes Nixdorf via Bridge
Introduce a limit on the amount of learned FDB entries on a bridge, configured by netlink with a build time default on bridge creation in the kernel config. For backwards compatibility the kernel config default is disabling the limit (0). Without any limit a malicious actor may OOM a kernel by sp

Re: [Bridge] [PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries

2023-10-17 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 16 Oct 2023 15:27:19 +0200 you wrote: > Introduce a limit on the amount of learned FDB entries on a bridge, > configured by netlink with a build time default on bridge creation in > the kernel config. > > Fo