kernel-5.14.18-1
* Fri Nov 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.18-1] - usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko) - Input: i8042 - Add quirk for Fujitsu Lifebook T725 (Takashi Iwai) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
eba0cac9a1
commit
43aeb595f4
4 changed files with 145 additions and 16 deletions
18
kernel.spec
18
kernel.spec
|
|
@ -80,7 +80,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 301
|
||||
%global distro_build 300
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -123,15 +123,15 @@ Summary: The Linux kernel
|
|||
# The kernel tarball/base version
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.17
|
||||
%define rpmversion 5.14.18
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 301
|
||||
%define pkgrelease 300
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 301%{?buildid}%{?dist}
|
||||
%define specrelease 300%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -672,7 +672,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14.17.tar.xz
|
||||
Source0: linux-5.14.18.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1358,8 +1358,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.17 -c
|
||||
mv linux-5.14.17 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.18 -c
|
||||
mv linux-5.14.18 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2958,6 +2958,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Nov 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.18-1]
|
||||
- usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko)
|
||||
- Input: i8042 - Add quirk for Fujitsu Lifebook T725 (Takashi Iwai)
|
||||
|
||||
* Mon Nov 08 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.17-1]
|
||||
- btrfs: fix memory ordering between normal and ordered work functions (Nikolay Borisov)
|
||||
- Turn on COMMON_CLK_AXG_AUDIO for Fedora rhbz 2020481 (Justin M. Forbes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue