aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Audia <graysky@archlinux.us>2021-01-23 11:09:03 -0500
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-26 00:49:53 +0100
commit9ad912d159f8a6a2907d6cd6c55082765ba2364b (patch)
treeb8ad5bf9c59c9b4ce719a880ca4166d88916bae3 /include
parent23be333401f06a49d7081b051b2cdf84f8a75149 (diff)
downloadupstream-9ad912d159f8a6a2907d6cd6c55082765ba2364b.tar.gz
upstream-9ad912d159f8a6a2907d6cd6c55082765ba2364b.tar.bz2
upstream-9ad912d159f8a6a2907d6cd6c55082765ba2364b.zip
kernel: bump 5.4 to 5.4.92
All modification made by update_kernel.sh in a fresh clone without existing toolchains. Build system: x86_64 Build-tested: ipq806x/R7800, bcm27xx/bcm2711 Run-tested: ipq806x/R7800 Compile-tested [*]: ath79/{tiny,generic}, ipq40xx, octeon, ramips/mt7621, realtek, x86/64. Run-tested [*]: ath79/generic, octeon, ramips/mt7621, realtek. No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> Tested-by: Stijn Segers <foss@volatilesystems.org> [*]
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 5f8614f060..4a61601ce5 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 = .91
+LINUX_VERSION-5.4 = .92
-LINUX_KERNEL_HASH-5.4.91 = 0e0161bb034b9ba59e58a20985e49ecfb38104586602f53f37b382f508fc5c17
+LINUX_KERNEL_HASH-5.4.92 = c0937ff98824c4b14cfea68a04340e0beb3c00f1cc02984daf2f3bdf542394fd
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))