diff options
author | John Audia <graysky@archlinux.us> | 2021-10-09 12:22:14 -0400 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-10-10 00:09:22 +0100 |
commit | e672d1b387604b71058b5c9edc9234fc7efebb25 (patch) | |
tree | 825466d4e3e55f18d2c9edcfe6a85c1a1a1c0e80 /include | |
parent | 20bc4507714fbc5dfbe3632afeb260b071591acb (diff) | |
download | upstream-e672d1b387604b71058b5c9edc9234fc7efebb25.tar.gz upstream-e672d1b387604b71058b5c9edc9234fc7efebb25.tar.bz2 upstream-e672d1b387604b71058b5c9edc9234fc7efebb25.zip |
kernel: bump 5.10 to 5.10.72
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index caca1d6411..0325cf318d 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .150 -LINUX_VERSION-5.10 = .71 +LINUX_VERSION-5.10 = .72 LINUX_KERNEL_HASH-5.4.150 = f424a9bbb05007f04c17f96a2e4f041a8001554a9060d2c291606e8a97c62aa2 -LINUX_KERNEL_HASH-5.10.71 = 02e688d27d963f0325f5cd30e383329cf00ab23db46d1586d6e848e3f992a497 +LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |