diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-01-05 13:27:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-07 22:30:40 +0100 |
commit | 536f051b971c8b3aada21c35ca7deefb94e7dd74 (patch) | |
tree | ad9ea9602c3aa4f733eb732cf0655f6f616edad9 /include | |
parent | 9f08557649a733b236bb7fd111f6113549a18558 (diff) | |
download | upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.tar.gz upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.tar.bz2 upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.zip |
kernel: bump 5.10 to 5.10.90
Add and enable a new kconfig knob to disable unprivileged eBPF by default.
Patches automatically rebased.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
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 5d462f7b06..677693ad08 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .170 -LINUX_VERSION-5.10 = .89 +LINUX_VERSION-5.10 = .90 LINUX_KERNEL_HASH-5.4.170 = b09f74e0cf5fc7cf5de6aa932fe654c962cb10118bdbbdddb397022c6e6d382c -LINUX_KERNEL_HASH-5.10.89 = 92218b1a4a18f1cb9ec07d2b7fce41577452aa552c54c25b6d5fe9b4b543bb30 +LINUX_KERNEL_HASH-5.10.90 = 945e4264c014a3d9dfc0a4639309dd1ec2fb545416556421f931b95da78c2725 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |