reproduce: # https://github.com/bvanassche/linux/commit/feac31245eaf458048d88903bdae76aa8ba59ee3 git remote add bvanassche https://github.com/bvanassche/linux git fetch --no-tags bvanassche scsi-remove-slave-configure git checkout feac31245eaf458048d88903bdae76aa8ba59ee3 # 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_TIMER_OF --selectors CONFIG_ARM -a=arm # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm olddefconfig