Linux v4.11.7

Make CONFIG_SERIAL_8250_PCI builtin (rhbz 1464709)
This commit is contained in:
Laura Abbott 2017-06-26 07:19:32 -07:00
commit caa7dd86bd
25 changed files with 28 additions and 970 deletions

View file

@ -42,7 +42,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 101
%global baserelease 100
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -54,7 +54,7 @@ Summary: The Linux kernel
%if 0%{?released_kernel}
# Do we have a -stable update to apply?
%define stable_update 6
%define stable_update 7
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev %{stable_update}
@ -635,10 +635,6 @@ Patch681: 0002-platform-x86-thinkpad_acpi-add-mapping-for-new-hotke.patch
# rhbz 1459326
Patch683: RFC-audit-fix-a-race-condition-with-the-auditd-tracking-code.patch
# CVE-2017-1000364 rhbz 1462819 1461333
Patch684: mm-larger-stack-guard-gap-between-vmas.patch
Patch685: mm-fix-new-crash-in-unmapped_area_topdown.patch
# rhbz 1459676
Patch686: 0001-netfilter-xtables-zero-padding-in-data_to_user.patch
Patch687: 0002-netfilter-xtables-fix-build-failure-from-COMPAT_XT_A.patch
@ -2208,6 +2204,10 @@ fi
#
#
%changelog
* Mon Jun 26 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.7-100
- Linux v4.11.7
- Make CONFIG_SERIAL_8250_PCI builtin (rhbz 1464709)
* Tue Jun 20 2017 Laura Abbott <labbott@fedoraproject.org>
- Add fix for iptables (rhbz 1459676)