aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-08-29 21:27:20 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-29 21:30:32 +0200
commit085c67762ddac7133b47c6e3825d944c41a5e174 (patch)
tree1a1ea9692ab0a35dbc98a69bbd68bda6957a7270 /include/kernel-version.mk
parentff31cfb8569f87195a20450aa11e3bdcae59e25c (diff)
downloadupstream-085c67762ddac7133b47c6e3825d944c41a5e174.tar.gz
upstream-085c67762ddac7133b47c6e3825d944c41a5e174.tar.bz2
upstream-085c67762ddac7133b47c6e3825d944c41a5e174.zip
kernel: bump 5.4 to 5.4.143
Manually rebased: bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch Removed upstreamed: mvebu/patches-5.4/100-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch All others updated automatically. Compile-tested on: lantiq/xrx200, armvirt/64 Runtime-tested on: lantiq/xrx200, armvirt/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include/kernel-version.mk')
-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 fe81dbf603..d010136142 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-5.4 = .142
+LINUX_VERSION-5.4 = .143
-LINUX_KERNEL_HASH-5.4.142 = 99785728968564ba27c7e552d024b560072dcbc885540912eabb5c021e231451
+LINUX_KERNEL_HASH-5.4.143 = 0953650b05a5f806d76c5691583e94e141f4f691bc0ba75a60b643740f021d24
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))