reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android14-kiwi-6.1 git checkout bc4d82ee40515f0c770b28d0dc4fa532a2b1850e # choose either of the following two methods to reproduce the issue # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_NETFILTER_FAMILY_BRIDGE --selectors CONFIG_GKI_HIDDEN_NET_CONFIGS -a=x86_64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=x86_64 olddefconfig