In order to download incremental patch to Linux kernel from any version to any version, simply download: https://git.kernel.org/stable/p/v[new version]/v[old version]
Example:
$ VER="6.1.18"; wget -O v$VER.patch https://git.kernel.org/stable/p/v$VER/v$(uname -r)
Leave a Reply