diff options
author | John Audia <graysky@archlinux.us> | 2021-10-31 07:08:40 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-06 14:48:20 +0100 |
commit | 30b0bd69fd57d6179d1d8825710d3bf2a40bd98b (patch) | |
tree | 37d78070d20c43ea1a1cd637ebb8870e7eed5b0f /include | |
parent | 4b26ba4155db8403beb5de42bcff5bd04800a67f (diff) | |
download | upstream-30b0bd69fd57d6179d1d8825710d3bf2a40bd98b.tar.gz upstream-30b0bd69fd57d6179d1d8825710d3bf2a40bd98b.tar.bz2 upstream-30b0bd69fd57d6179d1d8825710d3bf2a40bd98b.zip |
kernel: bump 5.4 to 5.4.156
Removed upstreamed:
backport-5.4/790-v5.7-net-switchdev-do-not-propagate-bridge-updates-across.patch
All other 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 17cb009f3c..cb4d195588 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 = .155 +LINUX_VERSION-5.4 = .156 LINUX_VERSION-5.10 = .77 -LINUX_KERNEL_HASH-5.4.155 = cc0c0f902748d251cb22d0e69e3b8d260c447eb0072ef853da15da6cce775038 +LINUX_KERNEL_HASH-5.4.156 = 06fe73e4623fcf1b3c0d0e1983d8286a2ff5b8fffbcb2163f4c01696a1c377fe LINUX_KERNEL_HASH-5.10.77 = d3b64edfc1dd7212e62ed733aeeb73d64ffd6d9658d322d44cddf1b41d5b8fc3 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |