reproduce: git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel git fetch --no-tags chrome-os chromeos-6.1 git checkout 5cd0ae9700e0a1483b2fd161c7d7f120b643d953 # 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_MEDIA_CONTROLLER_REQUEST_API --selectors CONFIG_VIDEO_MTK_AIE -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