Run Linux kernel patches: ========================== 1. Download the source code for the required Linux kernel from kernel.org 2. extract kernel source package and .patch file packages. 3. Copy .patch files to root of Linux source directory 4. Run command: for i in *.patch; do patch -p1 < $i; done 5. All files should be patched. ------------------------------------------------------------------------------------------ sources: https://superuser.com/questions/324968/how-do-i-apply-a-patch-to-my-linux-kernel#324972 https://superuser.com/questions/324968/how-do-i-apply-a-patch-to-my-linux-kernel#324972 Date: October 5th 2023