aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-06-23 03:00:02 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-26 12:49:15 +0200
commitd8dc9f108a9267a1783269d59e8afcf2ebe7e6db (patch)
tree4a287e6ce97ae551ca41ef8aeed80afcf4df353c /include
parent697e80d12b776f424448bded5e4ed3a06517ddfc (diff)
downloadupstream-d8dc9f108a9267a1783269d59e8afcf2ebe7e6db.tar.gz
upstream-d8dc9f108a9267a1783269d59e8afcf2ebe7e6db.tar.bz2
upstream-d8dc9f108a9267a1783269d59e8afcf2ebe7e6db.zip
kernel: bump 5.4 to 5.4.126
Manually rebased: bcm27xx/patches-5.4/950-0089-cgroup-Disable-cgroup-memory-by-default.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 4bd243663c..d3d08a6d33 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 = .125
+LINUX_VERSION-5.4 = .126
LINUX_VERSION-5.10 = .46
-LINUX_KERNEL_HASH-5.4.125 = 17ee750a4aeb1c883d721e730d1f7e2855124585e2f47766864a1359a7ebe33c
+LINUX_KERNEL_HASH-5.4.126 = c7fd7998ab36b574326bbd67bcc2b74e4c58e81581a5f8a7a71af5185f635277
LINUX_KERNEL_HASH-5.10.46 = 569122a39c6b325befb9ac1c07da0c53e6363b3baacd82081d131b06c1dc1415
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))