diff options
author | John Audia <graysky@archlinux.us> | 2021-11-06 12:34:16 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-07 19:58:08 +0100 |
commit | a50565157e61bb3e570b5b23dd6ff4c2e88ffee4 (patch) | |
tree | 0f94d9f5b12a87798d587efb0a70e9c63dffcb07 /include | |
parent | 71af55ae2a9f5de71041936502c6a631349f33a7 (diff) | |
download | upstream-a50565157e61bb3e570b5b23dd6ff4c2e88ffee4.tar.gz upstream-a50565157e61bb3e570b5b23dd6ff4c2e88ffee4.tar.bz2 upstream-a50565157e61bb3e570b5b23dd6ff4c2e88ffee4.zip |
kernel: bump 5.4 to 5.4.158
All patches automatically rebased.
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 cb4d195588..246fa46542 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 = .156 +LINUX_VERSION-5.4 = .158 LINUX_VERSION-5.10 = .77 -LINUX_KERNEL_HASH-5.4.156 = 06fe73e4623fcf1b3c0d0e1983d8286a2ff5b8fffbcb2163f4c01696a1c377fe +LINUX_KERNEL_HASH-5.4.158 = 6e018fecdc8fc24553756e582d83b82d65b10a6b03ef36262a24911f839b8d59 LINUX_KERNEL_HASH-5.10.77 = d3b64edfc1dd7212e62ed733aeeb73d64ffd6d9658d322d44cddf1b41d5b8fc3 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |