diff options
author | John Audia <graysky@archlinux.us> | 2021-12-08 06:14:30 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-17 15:10:22 +0100 |
commit | 187c8f9153bee5deb8a1163ba2abcbc7bc9e229c (patch) | |
tree | edf5aaed5e7cba74070591797ef5a7ce764eb957 /include | |
parent | d4b25007ea14a9772545e70191aa41e25f75ce19 (diff) | |
download | upstream-187c8f9153bee5deb8a1163ba2abcbc7bc9e229c.tar.gz upstream-187c8f9153bee5deb8a1163ba2abcbc7bc9e229c.tar.bz2 upstream-187c8f9153bee5deb8a1163ba2abcbc7bc9e229c.zip |
kernel: bump 5.10 to 5.10.84
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 caae49b9d6..9d5d278e86 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .167 -LINUX_VERSION-5.10 = .83 +LINUX_VERSION-5.10 = .84 LINUX_KERNEL_HASH-5.4.167 = b4e43116217ee02009aba7eab3081e64560b81ce42bc6096fcd81257f470a5a7 -LINUX_KERNEL_HASH-5.10.83 = ef259a43f33ddb56001283f4f4e50af29b8a48fa066aed7371a90ebf38c29b70 +LINUX_KERNEL_HASH-5.10.84 = 6e96271d72dd106c4bd83931ca16fda622413b34c5649e2916116c38c12e233d remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |