When starting the network (systemd-networkd), I get the following null pointer dereference. After that, network is broken, e.g. `ip a` hangs forever.
Created attachment 305777 [details] dmesg, when reproducing the deref
Created attachment 305778 [details] another dmesg, when reproducing the deref
This is still reproducible with 6.7.2, 6.6.14 is not affected.
6.7.5 still affected
It also happens on 6.7.9, when debugfs=off
Created attachment 305984 [details] patch to fix this
Created attachment 305985 [details] patch to fix this sorry, that patch had a small bug wrt. buffer sizes
Great, thank you very very much!