Linux kernel incremental patch

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)

Posted

in

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *