reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git/commit/?id=84c9d2a968c8276f1ceddaa1526c803263eae2b4 git remote add hid https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git git fetch --no-tags hid for-6.14/lenovo git checkout 84c9d2a968c8276f1ceddaa1526c803263eae2b4 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash