reproduce: # https://github.com/rclaveau-tech/linux-khadas/commit/330de5bf7f7e571e825653a31a5a788aeb17086e git remote add rclaveau https://github.com/rclaveau-tech/linux-khadas.git git fetch --no-tags rclaveau b4/add-adla_npu-t7-vim4 git checkout 330de5bf7f7e571e825653a31a5a788aeb17086e # 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_DRM_GEM_SHMEM_HELPER --selectors CONFIG_DRM_ACCEL_ADLA -a=m68k # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=m68k olddefconfig