reproduce: # https://github.com/linux-chenxing/linux/commit/88c3adc69c81ffc51dcc5902ec2f4b50e72ce948 git remote add chenxing https://github.com/linux-chenxing/linux.git git fetch --no-tags chenxing mstar_v6_5_reorder git checkout 88c3adc69c81ffc51dcc5902ec2f4b50e72ce948 # 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_GENERIC_PINCTRL_GROUPS --selectors CONFIG_MSC313E_SAR -a=alpha # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=alpha olddefconfig