kernel-5.12.0-0.rc1.20210305git280d542f6ffa.164
* Fri Mar 05 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.12.0-0.rc1.20210305git280d542f6ffa.164] - Revert "ARM: fix __get_user_check() in case uaccess_* calls are not inlined" (Herton R. Krzesinski) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
8072928de6
commit
edde820683
28 changed files with 410 additions and 72 deletions
15
kernel.spec
15
kernel.spec
|
|
@ -64,7 +64,7 @@ Summary: The Linux kernel
|
|||
# For a stable, released kernel, released_kernel should be 1.
|
||||
%global released_kernel 0
|
||||
|
||||
%global distro_build 0.rc1.20210304gitf69d02e37a85.163
|
||||
%global distro_build 0.rc1.20210305git280d542f6ffa.164
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -105,13 +105,13 @@ Summary: The Linux kernel
|
|||
%endif
|
||||
|
||||
%define rpmversion 5.12.0
|
||||
%define pkgrelease 0.rc1.20210304gitf69d02e37a85.163
|
||||
%define pkgrelease 0.rc1.20210305git280d542f6ffa.164
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc1.20210304gitf69d02e37a85.163%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc1.20210305git280d542f6ffa.164%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -602,7 +602,7 @@ BuildRequires: asciidoc
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-20210304gitf69d02e37a85.tar.xz
|
||||
Source0: linux-20210305git280d542f6ffa.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1250,8 +1250,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-20210304gitf69d02e37a85 -c
|
||||
mv linux-20210304gitf69d02e37a85 linux-%{KVERREL}
|
||||
%setup -q -n kernel-20210305git280d542f6ffa -c
|
||||
mv linux-20210305git280d542f6ffa linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2762,6 +2762,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Mar 05 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.12.0-0.rc1.20210305git280d542f6ffa.164]
|
||||
- Revert "ARM: fix __get_user_check() in case uaccess_* calls are not inlined" (Herton R. Krzesinski)
|
||||
|
||||
* Thu Mar 04 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.12.0-0.rc1.20210304gitf69d02e37a85.163]
|
||||
- Revert "dt-bindings: panel: add binding for Xingbangda XBD599 panel" (Herton R. Krzesinski)
|
||||
- redhat: remove CONFIG_DRM_PANEL_XINGBANGDA_XBD599 (Herton R. Krzesinski)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue