reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git/commit/?id=c19a59419df8d5af5c8ca7c54c94143e3584a04d git remote add gerg-m68knommu https://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git git fetch --no-tags gerg-m68knommu dt git checkout c19a59419df8d5af5c8ca7c54c94143e3584a04d # 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_OF_EARLY_FLATTREE --selectors CONFIG_BUILTIN_DTB -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