aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-06-16 17:22:50 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-22 23:23:00 +0200
commit79481c71dcb9426878b9738755027c994d4d2273 (patch)
tree719a4e596b1ace3be6dc50a9a84d6d39d4e12a9e /include
parentc1927f4108e9c6ad33d270db217cb59253743650 (diff)
downloadupstream-79481c71dcb9426878b9738755027c994d4d2273.tar.gz
upstream-79481c71dcb9426878b9738755027c994d4d2273.tar.bz2
upstream-79481c71dcb9426878b9738755027c994d4d2273.zip
kernel: bump 5.10 to 5.10.44
Add the new symbol to the generic kconfig. No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
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 fb18167cfe..1224eccd32 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-5.4 = .124
-LINUX_VERSION-5.10 = .43
+LINUX_VERSION-5.10 = .44
LINUX_KERNEL_HASH-5.4.124 = f7f29dda2b042d7b5986d18274413131cf70e17288c05e9a683df1f46c507d82
-LINUX_KERNEL_HASH-5.10.43 = 83b81e433ba2f8ee143064fb163699ee857e26dd789006bc1e9edf1ccd0bd403
+LINUX_KERNEL_HASH-5.10.44 = 77beefa59c854ce1e8353db947a71a8a91f2a907aed45c1335ac1f209983c767
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))