Update to kernel 5.10.7

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
This commit is contained in:
Dorian Stoll 2021-01-16 08:32:51 +01:00
parent cdbe9d7e5a
commit 1e78a7f134
No known key found for this signature in database
GPG key ID: F1DACD02C619442A
3 changed files with 5 additions and 12 deletions

View file

@ -7,7 +7,7 @@ name: Debian
env:
GPG_KEY_ID: 56C464BAAC421453
KERNEL_VERSION: 5.10.6
KERNEL_VERSION: 5.10.7
KERNEL_REVISION: 1
LOCALVERSION: -surface
MAINLINE_REPO: git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack

View file

@ -2,7 +2,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgbase=linux-surface
pkgver=5.10.6.arch1
pkgver=5.10.7.arch1
pkgrel=1
pkgdesc='Linux'
_shortver=${pkgver%.*}
@ -42,7 +42,7 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'A2FF3A36AAA56654109064AB19802F8B0D70FC30' # Jan Alexander Steffens (heftig)
)
sha256sums=('a7756153abaff9107bb626a273aa252df65cc96a2800e4886bf6722c506feea7'
sha256sums=('930b3ec314df96644c77cf434096e016fd73a36e8ae1dc73a136203ce7bbbeff'
'458d1ca195f3fee5501683a4b61ef0ed0cfa7e5219eccab3390fb40c0289898a'
'1d5a8adeccac83eba0c86fa553b7907add1c5b343e45a8b92daf654e07ccd299'
'8cd2b019aac6d3807a5cdcbbbe0aad81e63193ff3e8dffd7a79d4a1421b858f6'

View file

@ -2,8 +2,8 @@
# Definitions to configure the kernel we want to build
#
%global kernel_tag_fc33 kernel-5.10.6-200.fc33
%global kernel_tag_fc32 kernel-5.9.16-100.fc32
%global kernel_tag_fc33 kernel-5.10.7-200.fc33
%global kernel_tag_fc32 kernel-5.10.7-100.fc32
%global kernel_release_fc33 1
%global kernel_release_fc32 1
@ -92,10 +92,7 @@ Patch4: %{surface_source}/%{kernel_patches}/0005-surface-sam-over-hid.patch
Patch5: %{surface_source}/%{kernel_patches}/0006-surface-sam.patch
Patch6: %{surface_source}/%{kernel_patches}/0007-surface-hotplug.patch
Patch7: %{surface_source}/%{kernel_patches}/0008-surface-typecover.patch
%if "%{kernel_majorver}" == "5.10"
Patch8: %{surface_source}/%{kernel_patches}/0009-cameras.patch
%endif
Patch100: 0001-Add-secureboot-pre-signing-to-the-kernel.patch
@ -156,11 +153,7 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}" -p -n \
tools/perf/scripts/python/stat-cpi.py \
tools/perf/scripts/python/sched-migration.py \
Documentation \
%if "%{kernel_majorver}" == "5.10"
scripts/clang-tools
%else
scripts/gen_compile_commands.py
%endif
%build