reproduce: # https://github.com/intel/linux-intel-lts/commit/123826108e51794c3922a0f8eba95e0375ffa36b git remote add intel-lts https://github.com/intel/linux-intel-lts.git git fetch --no-tags intel-lts 4.19/android_s git checkout 123826108e51794c3922a0f8eba95e0375ffa36b # 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_X86_DEV_DMA_OPS --selectors CONFIG_VIDEO_INTEL_IPU -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