Closed kittokin closed 2 years ago
Thanks for pointing that out. Interestingly, patch -p1 -i ../more-uarches-for-kernel-5.15+.patch
does not throw an error but rebasing was easy enough.
% patch -p1 -i /home/stuff/my_pkgbuild_files/kernel_compiler_patch/more-uarches-for-kernel-5.15-5.16.patch
patching file arch/x86/Kconfig.cpu
Hunk #9 succeeded at 644 with fuzz 2.
Hunk #10 succeeded at 664 (offset -4 lines).
patching file arch/x86/Makefile
Hunk #1 succeeded at 131 (offset 12 lines).
patching file arch/x86/include/asm/vermagic.h
% echo $?
0
when trying to use the
more-uarches-for-kernel-5.15+.patch
on 5.17 it errors out because it can't findconfig X86_USE_3DNOW
since it was removed fromarch/x86/Kconfig.cpu
in the following commit