reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?id=7bb79aecbdd2f137650685ee1171575c0daa4ff9 git remote add jic23-iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git git fetch --no-tags jic23-iio testing git checkout 7bb79aecbdd2f137650685ee1171575c0daa4ff9 # 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_ADI_AXI_DAC --selectors CONFIG_AD3552R_HS -a=x86_64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=x86_64 olddefconfig