Hello:
This patch was applied to netdev/net.git (master) by Simon Wunderlich sw@simonwunderlich.de:
On Fri, 16 Sep 2022 18:09:31 +0200 you wrote:
From: Shigeru Yoshida syoshida@redhat.com
The system hangs up when batman-adv soft-interface is created on hard-interface with small MTU. For example, the following commands create batman-adv soft-interface on dummy interface with zero MTU:
# ip link add name dummy0 type dummy # ip link set mtu 0 dev dummy0 # ip link set up dev dummy0 # ip link add name bat0 type batadv # ip link set dev dummy0 master bat0
[...]
Here is the summary with links: - [1/1] batman-adv: Fix hang up with small MTU hard-interface https://git.kernel.org/netdev/net/c/b1cb8a71f1ea
You are awesome, thank you!