reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/commit/?id=2a8926c5c8560e0188a237145b9e95146e1d112f git remote add ebiggers https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git git fetch --no-tags ebiggers wip-libcrypto-conversions git checkout 2a8926c5c8560e0188a237145b9e95146e1d112f # 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_CRYPTO_RSA --selectors CONFIG_INTEGRITY_ASYMMETRIC_KEYS -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