reproduce: # https://github.com/lunn/linux/commit/9e2d85243a79cbf10ea6538b605260e3199fda1a git remote add lunn https://github.com/lunn/linux.git git fetch --no-tags lunn v6.15-rc1-next-next-inband git checkout 9e2d85243a79cbf10ea6538b605260e3199fda1a # 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_USB_SERIAL_FTDI_SIO --selectors CONFIG_ZII_RAP -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