reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=236ee083f1b9128fd5bd266054c5b8868f803cee git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 236ee083f1b9128fd5bd266054c5b8868f803cee # 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_FB_DEFERRED_IO --selectors CONFIG_FB_SH_MOBILE_LCDC -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