aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-10-13 15:14:17 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2021-10-21 00:17:36 +0200
commit9ad3ef27b9ce75f1c5265976183375ee9678db99 (patch)
tree055d02fbac90fb9105e117a10f844aaca174296a /include
parentbe3e260f92643a841f4f83b03cbb07b9a26cff66 (diff)
downloadupstream-9ad3ef27b9ce75f1c5265976183375ee9678db99.tar.gz
upstream-9ad3ef27b9ce75f1c5265976183375ee9678db99.tar.bz2
upstream-9ad3ef27b9ce75f1c5265976183375ee9678db99.zip
kernel: bump 5.4 to 5.4.153
Removed upstreamed: backport-5.4/070-v5.5-MIPS-BPF-Restore-MIPS32-cBPF-JIT.patch All other patches automatically rebased. Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 734dbeda92..46aa185525 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,10 +6,10 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-5.4 = .152
+LINUX_VERSION-5.4 = .153
LINUX_VERSION-5.10 = .72
-LINUX_KERNEL_HASH-5.4.152 = 8044c7134c5eed21af9662f1c5399a5d8781b5bc2d8979e9ad06b4435a0a5ed5
+LINUX_KERNEL_HASH-5.4.153 = 6d9f07c9d611e5a7317eb6d5114880bad5c2dc1ac48d89f861b887d2f4295f49
LINUX_KERNEL_HASH-5.10.72 = b4d635afe7646ac6a6617c738e747ba0a6006675cd9735d18f672f8b1fba4c7c
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))