reproduce: git remote add android-common https://android.googlesource.com/kernel/common git fetch --no-tags android-common android11-5.4 git checkout 33931f4741d1b477edb647eafd4b03d7aacabf50 # 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_GPIOLIB_IRQCHIP --selectors CONFIG_PINCTRL_MSM -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