diff options
author | John Audia <graysky@archlinux.us> | 2021-08-26 14:09:35 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-08-29 16:31:02 +0200 |
commit | be7e0091feb32f579818825a36e28bfe3acdf930 (patch) | |
tree | 1f97769e90225ba6e506ff7ccce1cbd718d126b5 /include | |
parent | 6b1cd3e3451ab1057dd3b27fd3f9834e1765d20c (diff) | |
download | upstream-be7e0091feb32f579818825a36e28bfe3acdf930.tar.gz upstream-be7e0091feb32f579818825a36e28bfe3acdf930.tar.bz2 upstream-be7e0091feb32f579818825a36e28bfe3acdf930.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 other patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
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 a746ed1432..601058ef6a 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 = .142 +LINUX_VERSION-5.4 = .143 LINUX_VERSION-5.10 = .61 -LINUX_KERNEL_HASH-5.4.142 = 99785728968564ba27c7e552d024b560072dcbc885540912eabb5c021e231451 +LINUX_KERNEL_HASH-5.4.143 = 0953650b05a5f806d76c5691583e94e141f4f691bc0ba75a60b643740f021d24 LINUX_KERNEL_HASH-5.10.61 = 82eae38cc5cd11dd6aaac91c02ff0d006c7bafd6d4cf5c6a791930820a3a91d1 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |