reproduce: # https://github.com/miquelraynal/linux-0day/commit/3a117622bcdd9cc7e4747224858f669a5209a35d git remote add miquelraynal https://github.com/miquelraynal/linux-0day.git git fetch --no-tags miquelraynal macronix/nand-next/spi-nand-cont-read git checkout 3a117622bcdd9cc7e4747224858f669a5209a35d # 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_COMMON_CLK_XLNX_CLKWZRD --selectors CONFIG_SPI_MXIC_UEFC -a=i386 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=i386 olddefconfig