diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2019-05-11 08:17:27 +0200 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2019-05-11 08:17:27 +0200 |
commit | f4378e08e859b69c65ddecca8c860db9d9f67131 (patch) | |
tree | 8d9685208820449179e55a6c0b4f8772e02f74f9 /kernel.spec | |
parent | 45b5f6d3056805626154f40d9dfc6d43bf43e936 (diff) | |
parent | 46d554b218abd67b9670498cf54cac499c9f826d (diff) | |
download | kernel-f4378e08e859b69c65ddecca8c860db9d9f67131.tar.gz kernel-f4378e08e859b69c65ddecca8c860db9d9f67131.tar.xz kernel-f4378e08e859b69c65ddecca8c860db9d9f67131.zip |
merge origin
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 811 |
1 files changed, 167 insertions, 644 deletions
diff --git a/kernel.spec b/kernel.spec index ac39924fd..ec1b2431e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -50,7 +50,7 @@ Summary: The Linux kernel # base_sublevel is the kernel version we're starting with and patching # on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base, # which yields a base_sublevel of 0. -%define base_sublevel 0 +%define base_sublevel 1 ## If this is a released kernel ## %if 0%{?released_kernel} @@ -58,7 +58,7 @@ Summary: The Linux kernel %define stable_rc 0 # Do we have a -stable update to apply? -%define stable_update 4 +%define stable_update 0 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -74,8 +74,6 @@ Summary: The Linux kernel %else # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) -# Work around for major version bump -%define upstream_sublevel 0 # The rc snapshot level %global rcrev 0 # The git snapshot level @@ -96,7 +94,7 @@ Summary: The Linux kernel # # standard kernel %define with_up %{?_without_up: 0} %{?!_without_up: 1} -# kernel PAE (only valid for i686 (PAE) and ARM (lpae)) +# kernel PAE (only valid for ARM (lpae)) %define with_pae %{?_without_pae: 0} %{?!_without_pae: 1} # kernel-debug %define with_debug %{?_with_debug: 1} %{?!_with_debug: 0} @@ -210,9 +208,7 @@ Summary: The Linux kernel # and debuginfo generation. Currently we rely on the old alldebug setting. %global _build_id_links alldebug -# kernel PAE is only built on ARMv7 in rawhide. -# Fedora 27 and earlier still support PAE, so change this on rebases. -# %ifnarch i686 armv7hl +# kernel PAE is only built on ARMv7 %ifnarch armv7hl %define with_pae 0 %endif @@ -260,7 +256,7 @@ Summary: The Linux kernel %endif # sparse blows up on ppc -%ifnarch %{power64} +%ifnarch ppc64le %define with_sparse 0 %endif @@ -269,7 +265,6 @@ Summary: The Linux kernel %ifarch %{all_x86} %define asmarch x86 %define hdrarch i386 -%define pae PAE %define all_arch_configs kernel-%{version}-i?86*.config %define kernel_image arch/x86/boot/bzImage %endif @@ -280,7 +275,7 @@ Summary: The Linux kernel %define kernel_image arch/x86/boot/bzImage %endif -%ifarch %{power64} +%ifarch ppc64le %define asmarch powerpc %define hdrarch powerpc %define make_target vmlinux @@ -303,7 +298,6 @@ Summary: The Linux kernel %define skip_nonpae_vdso 1 %define asmarch arm %define hdrarch arm -%define pae lpae %define make_target bzImage %define kernel_image arch/arm/boot/zImage # http://lists.infradead.org/pipermail/linux-arm-kernel/2012-March/091404.html @@ -351,13 +345,8 @@ Summary: The Linux kernel %define _enable_debug_packages 0 %endif -%define with_pae_debug 0 -%if %{with_pae} -%define with_pae_debug %{with_debug} -%endif - # Architectures we build tools/cpupower on -%define cpupowerarchs %{ix86} x86_64 %{power64} %{arm} aarch64 +%define cpupowerarchs %{ix86} x86_64 ppc64le %{arm} aarch64 %if %{use_vdso} @@ -421,7 +410,6 @@ BuildConflicts: rpm < 4.13.0.1-19 %undefine _unique_debug_srcs %undefine _debugsource_packages %undefine _debuginfo_subpackages -%undefine _include_gdb_index %global _find_debuginfo_opts -r %global _missing_build_ids_terminate_build 1 %global _no_recompute_build_ids 1 @@ -515,9 +503,6 @@ Source5000: patch-5.%{base_sublevel}-git%{gitrev}.xz ## compile fixes -# ongoing complaint, full discussion delayed until ksummit/plumbers -Patch002: 0001-iio-Use-event-header-from-kernel-tree.patch - %if !%{nopatches} # Git trees. @@ -533,8 +518,6 @@ Patch112: die-floppy-die.patch Patch113: no-pcspkr-modalias.patch -Patch114: silence-fbcon-logo.patch - Patch115: Kbuild-Add-an-option-to-enable-GCC-VTA.patch Patch116: crash-driver.patch @@ -547,8 +530,6 @@ Patch119: namespaces-no-expert.patch Patch120: ath9k-rx-dma-stop-check.patch -Patch121: xen-pciback-Don-t-disable-PCI_COMMAND-on-PCI-device-.patch - Patch122: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch # This no longer applies, let's see if it needs to be updated @@ -558,8 +539,6 @@ Patch122: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch Patch201: efi-lockdown.patch -Patch202: KEYS-Allow-unrestricted-boot-time-addition-of-keys-t.patch - # bz 1497559 - Make kernel MODSIGN code not error on missing variables Patch207: 0001-Make-get_cert_list-not-complain-about-cert-lists-tha.patch Patch208: 0002-Add-efi_status_to_str-and-rework-efi_status_to_err.patch @@ -590,27 +569,15 @@ Patch305: qcom-msm89xx-fixes.patch # https://patchwork.kernel.org/project/linux-mmc/list/?submitter=71861 Patch306: arm-sdhci-esdhc-imx-fixes.patch -# https://patchwork.kernel.org/patch/10778815/ -Patch308: drm-enable-uncached-DMA-optimization-for-ARM-and-arm64.patch - -Patch310: arm64-rock960-enable-hdmi-audio.patch -Patch311: arm64-rock960-add-onboard-wifi-bt.patch Patch312: arm64-rock960-enable-tsadc.patch -# Initall support for the 3A+ -Patch330: bcm2837-dts-add-Raspberry-Pi-3-A.patch - -# https://www.spinics.net/lists/arm-kernel/msg699583.html -Patch331: ARM-dts-bcm283x-Several-DTS-improvements.patch - -# https://patchwork.freedesktop.org/patch/290632/ -Patch332: drm-vc4-Use-16bpp-by-default-for-the-fbdev-buffer.patch - Patch339: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch -# Fix for AllWinner A64 Timer Errata, still not final -# https://www.spinics.net/lists/arm-kernel/msg699622.html -Patch350: Allwinner-A64-timer-workaround.patch +# Tegra bits +Patch340: arm64-tegra-jetson-tx1-fixes.patch + +# https://patchwork.kernel.org/patch/10858639/ +Patch341: arm64-tegra-Add-NVIDIA-Jetson-Nano-Developer-Kit-support.patch # 400 - IBM (ppc/s390x) patches @@ -619,21 +586,19 @@ Patch350: Allwinner-A64-timer-workaround.patch # rhbz 1431375 Patch501: input-rmi4-remove-the-need-for-artifical-IRQ.patch -# https://patchwork.kernel.org/patch/10752253/ -Patch504: efi-use-32-bit-alignment-for-efi_guid_t.patch - # gcc9 fixes Patch506: 0001-s390-jump_label-Correct-asm-contraint.patch Patch507: 0001-Drop-that-for-now.patch -# patches for https://fedoraproject.org/wiki/Changes/FlickerFreeBoot -# fixes, queued in -next for merging into 5.1 -Patch508: i915-fixes-for-fastboot.patch -# fastboot by default on Skylake and newer, queued in -next for merging into 5.1 -Patch509: i915-enable-fastboot-on-skylake.patch -# fastboot by default on VLV/CHV (BYT/CHT), queued in -next for merging into 5.1 -Patch510: i915-enable-fastboot-on-vlv-chv.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=1701096 +# Submitted upstream at https://lkml.org/lkml/2019/4/23/89 +Patch508: KEYS-Make-use-of-platform-keyring-for-module-signature.patch + +# CVE-2019-3900 rhbz 1698757 1702940 +Patch524: net-vhost_net-fix-possible-infinite-loop.patch +# Fix wifi on various ideapad models not working (rhbz#1703338) +Patch526: 0001-platform-x86-ideapad-laptop-Remove-no_hw_rfkill_list.patch # END OF PATCH DEFINITIONS @@ -802,7 +767,7 @@ The meta-package for the %{1} kernel\ Summary: %{variant_summary}\ Provides: kernel-%{?1:%{1}-}core-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\ Provides: installonlypkg(kernel)\ -%ifarch %{power64}\ +%ifarch ppc64le\ Obsoletes: kernel-bootwrapper\ %endif\ %{expand:%%kernel_reqprovconf}\ @@ -818,37 +783,13 @@ Obsoletes: kernel-bootwrapper\ # Now, each variant package. %if %{with_pae} -%ifnarch armv7hl -%define variant_summary The Linux kernel compiled for PAE capable machines -%kernel_variant_package %{pae} -%description %{pae}-core -This package includes a version of the Linux kernel with support for up to -64GB of high memory. It requires a CPU with Physical Address Extensions (PAE). -The non-PAE kernel can only address up to 4GB of memory. -Install the kernel-PAE package if your machine has more than 4GB of memory. -%else %define variant_summary The Linux kernel compiled for Cortex-A15 -%kernel_variant_package %{pae} -%description %{pae}-core +%kernel_variant_package lpae +%description lpae-core This package includes a version of the Linux kernel with support for Cortex-A15 devices with LPAE and HW virtualisation support %endif - -%define variant_summary The Linux kernel compiled with extra debugging enabled for PAE capable machines -%kernel_variant_package %{pae}debug -Obsoletes: kernel-PAE-debug -%description %{pae}debug-core -This package includes a version of the Linux kernel with support for up to -64GB of high memory. It requires a CPU with Physical Address Extensions (PAE). -The non-PAE kernel can only address up to 4GB of memory. -Install the kernel-PAE package if your machine has more than 4GB of memory. - -This variant of the kernel has numerous debugging options enabled. -It should only be installed when trying to gather additional information -on kernel bugs, as some of these options impact performance noticably. -%endif - %define variant_summary The Linux kernel compiled with extra debugging enabled %kernel_variant_package debug %description debug-core @@ -1404,7 +1345,7 @@ BuildKernel() { fi rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*.o rm -f $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts/*/*.o -%ifarch %{power64} +%ifarch ppc64le cp -a --parents arch/powerpc/lib/crtsavres.[So] $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ %endif if [ -d arch/%{asmarch}/include ]; then @@ -1603,12 +1544,8 @@ cd linux-%{KVERREL} BuildKernel %make_target %kernel_image %{_use_vdso} debug %endif -%if %{with_pae_debug} -BuildKernel %make_target %kernel_image %{use_vdso} %{pae}debug -%endif - %if %{with_pae} -BuildKernel %make_target %kernel_image %{use_vdso} %{pae} +BuildKernel %make_target %kernel_image %{use_vdso} lpae %endif %if %{with_up} @@ -1629,14 +1566,11 @@ BuildKernel %make_target %kernel_image %{_use_vdso} %define __modsign_install_post \ if [ "%{signmodules}" -eq "1" ]; then \ if [ "%{with_pae}" -ne "0" ]; then \ - %{modsign_cmd} certs/signing_key.pem.sign+%{pae} certs/signing_key.x509.sign+%{pae} $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+%{pae}/ \ + %{modsign_cmd} certs/signing_key.pem.sign+lpae certs/signing_key.x509.sign+lpae $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+lpae/ \ fi \ if [ "%{with_debug}" -ne "0" ]; then \ %{modsign_cmd} certs/signing_key.pem.sign+debug certs/signing_key.x509.sign+debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+debug/ \ fi \ - if [ "%{with_pae_debug}" -ne "0" ]; then \ - %{modsign_cmd} certs/signing_key.pem.sign+%{pae}debug certs/signing_key.x509.sign+%{pae}debug $RPM_BUILD_ROOT/lib/modules/%{KVERREL}+%{pae}debug/ \ - fi \ if [ "%{with_up}" -ne "0" ]; then \ %{modsign_cmd} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \ fi \ @@ -1815,11 +1749,8 @@ fi}\ %kernel_variant_post -r kernel-smp %if %{with_pae} -%kernel_variant_preun %{pae} -%kernel_variant_post -v %{pae} -r (kernel|kernel-smp) - -%kernel_variant_post -v %{pae}debug -r (kernel|kernel-smp) -%kernel_variant_preun %{pae}debug +%kernel_variant_preun lpae +%kernel_variant_post -v lpae -r (kernel|kernel-smp) %endif %kernel_variant_preun debug @@ -1903,644 +1834,236 @@ fi %kernel_variant_files %{_use_vdso} %{with_up} %kernel_variant_files %{_use_vdso} %{with_debug} debug -%kernel_variant_files %{use_vdso} %{with_pae} %{pae} -%kernel_variant_files %{use_vdso} %{with_pae_debug} %{pae}debug +%kernel_variant_files %{use_vdso} %{with_pae} lpae # plz don't put in a version string unless you're going to tag # and build. # # %changelog -* Mon Mar 11 2019 Laura Abbott <labbott@redhat.com> - 5.0.1-300 -- Linux v5.0.1 - -* Wed Jan 16 2019 Jeremy Cline <jeremy@jcline.org> -- Fix CVE-2019-3459 and CVE-2019-3460 (rhbz 1663176 1663179 1665925) - -* Wed Jan 16 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.3-200 -- Linux v4.20.3 - -* Mon Jan 14 2019 Peter Robinson <pbrobinson@fedoraproject.org> 4.20.2-200 -- Linux v4.20.2 -- DT updates for Raspbery Pi -- Update to AllWinner A64 SoC timer errata - -* Wed Jan 9 2019 Peter Robinson <pbrobinson@fedoraproject.org> -- Updates for Raspberry Pi - -* Wed Jan 09 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.1-200 -- Linux v4.20.1 - -* Wed Jan 09 2019 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix CVE-2019-3701 (rhbz 1663729 1663730) - -* Wed Jan 02 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-200 -- Linux v4.20.0 - -* Sun Nov 11 2018 Hans de Goede <hdegoede@redhat.com> -- Add patch fixing touchpads on some Apollo Lake devices not working (#1526312) - -* Sun Nov 04 2018 Jeremy Cline <jcline@redhat.com> - 4.19.1-300 -- Linux v4.19.1 - -* Tue Oct 23 2018 Laura Abbott <labbott@redhat.com> -- Add i915 eDP fixes - -* Sat Oct 20 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.18.16-300 -- Linux v4.18.16 -- Fix network on some i.MX6 devices (rhbz 1628209) - -* Thu Oct 18 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.18.15-300 -- Linux v4.18.15 - -* Thu Oct 18 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add patch to fix mSD on 96boards Hikey - -* Tue Oct 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fixes to Rock960 series of devices, improves stability considerably -- Raspberry Pi graphics fix - -* Mon Oct 15 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.18.14-300 -- Linux v4.18.14 - -* Fri Oct 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Rebase device specific NVRAM files on brcm WiFi devices to latest - -* Fri Oct 12 2018 Jeremy Cline <jeremy@jcline.org> -- Fix the microphone on Lenovo G50-30s (rhbz 1249364) - -* Wed Oct 10 2018 Laura Abbott <labbott@redhat.com> - 4.18.13-300 -- Linux v4.18.13 - -* Mon Oct 08 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Revert drm/amd/pp: Send khz clock values to DC for smu7/8 (rhbz 1636249) - -* Thu Oct 04 2018 Laura Abbott <labbott@redhat.com> - 4.18.12-300 -- Linux v4.18.12 - -* Wed Oct 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fixes for Ampere platforms - -* Wed Oct 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix arm64 kvm priv escalation (rhbz 1635475 1635476) - -* Mon Oct 01 2018 Laura Abbott <labbott@redhat.com> -- Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242) - -* Mon Oct 1 2018 Laura Abbott <labbott@redhat.com> -- Fix for Intel Sensor Hub (rhbz 1634250) - -* Mon Oct 1 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.18.11-301 -- Support loading device specific NVRAM files on brcm WiFi devices - -* Sun Sep 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fixes for AllWinner A64 NICs - -* Sun Sep 30 2018 Laura Abbott <labbott@redhat.com> - 4.18.11-300 -- Linux v4.18.11 - -* Wed Sep 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add thermal trip to bcm283x (Raspberry Pi) cpufreq -- Add initial RockPro64 DT support -- Add Pine64-LTS support and some other AllWinner-A64 fixes - -* Wed Sep 26 2018 Laura Abbott <labbott@redhat.com> - 4.18.10-300 -- Linux v4.18.10 - -* Wed Sep 26 2018 Laura Abbott <labbott@redhat.com> -- Fix powerpc IPv6 (rhbz 1628394) - -* Mon Sep 24 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix CVE-2018-14633 (rhbz 1626035 1632185) - -* Thu Sep 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.9-300 -- Linux v4.18.9 -- Fixes CVE-2018-17182 (rhbz 1631205 1631206) - -* Sun Sep 16 2018 Laura Abbott <labbott@redhat.com> - 4.18.8-300 -- Linux v4.18.8 - -* Fri Sep 14 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Additional Fixes for CVE-2018-5391 (rhbz 1616059) - -* Thu Sep 13 2018 Laura Abbott <labbott@redhat.com> -- Use the CPU RNG for entropy (rhbz 1572944) - -* Thu Sep 13 2018 Laura Abbott <labbott@redhat.com> -- HID fixes (rhbz 1627963 1628715) - -* Thu Sep 13 2018 Hans de Goede <hdegoede@redhat.com> -- Add patch silencing "EFI stub: UEFI Secure Boot is enabled." at boot - -* Mon Sep 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add 96boards rk3399 Ficus and Rock960 support - -* Mon Sep 10 2018 Laura Abbott <labbott@redhat.com> - 4.18.7-300 -- Linux v4.18.7 - -* Wed Sep 05 2018 Laura Abbott <labbott@redhat.com> - 4.18.6-300 -- Linux v4.18.6 - -* Fri Aug 24 2018 Laura Abbott <labbott@redhat.com> - 4.18.5-300 -- Linux v4.18.5 - -* Wed Aug 22 2018 Laura Abbott <labbott@redhat.com> - 4.18.4-300 -- Linux v4.18.4 - -* Wed Aug 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Re-add mvebu a3700 ATF memory exclusion -- Upstream fix for dwc2 on some ARM platforms - -* Mon Aug 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.3-300 -- Linux v4.18.3 - -* Mon Aug 20 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix CVE-2018-15471 (rhbz 1610555 1618414) - -* Fri Aug 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fix and re-enable BPF JIT on ARMv7 - -* Thu Aug 16 2018 Laura Abbott <labbott@redhat.com> - 4.18.1-300 -- Linux v4.18.1 - -* Wed Aug 15 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Drop PPC64 (Big Endian) configs - -* Mon Aug 13 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-1 -- Linux v4.18 -- Disable debugging options. - -* Mon Aug 13 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Disable speck crypto cipher - -* Sat Aug 11 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add ZYNQMP clock and firmware driver - -* Fri Aug 10 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc8.git2.1 -- Linux v4.18-rc8-4-gfedb8da96355 - -* Fri Aug 10 2018 Hans de Goede <hdegoede@redhat.com> -- Sync FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER bugfix with upstream - -* Wed Aug 08 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc8.git1.1 -- Linux v4.18-rc8-2-g1236568ee3cb - -* Wed Aug 08 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Aug 06 2018 Hans de Goede <hdegoede@redhat.com> -- Add one more FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER bugfix patch +* Tue May 07 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-300 +- Linux v5.1.0 -* Mon Aug 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc8.git0.1 -- Linux v4.18-rc8 +* Mon May 06 2019 Laura Abbott <labbott@redhat.com> - 5.0.13-300 +- Linux v5.0.13 -* Mon Aug 06 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* Sat Aug 04 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git3.1 -- Linux v4.18-rc7-178-g0b5b1f9a78b5 - -* Thu Aug 02 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git2.1 -- Linux v4.18-rc7-112-g6b4703768268 - -* Thu Aug 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add ARM Helios4 support - -* Wed Aug 01 2018 Hans de Goede <hdegoede@redhat.com> -- Add patch fixing FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER breaking - VT switching when combined with vgacon (rhbz#1610562) -- Enable Apollo Lake Whiskey Cove PMIC support - -* Wed Aug 01 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git1.1 -- Linux v4.18-rc7-90-gc1d61e7fe376 +* Sat May 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.12-300 +- Linux v5.0.12 -* Wed Aug 01 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. +* Thu May 02 2019 Laura Abbott <labbott@redhat.com> - 5.0.11-300 +- Linux v5.0.11 -* Wed Aug 01 2018 Jeremy Cline <jeremy@jcline.org> -- Enable AEGIS and MORUS ciphers (rhbz 1610180) +* Tue Apr 30 2019 Laura Abbott <labbott@redhat.com> - 5.0.10-300 +- Linux v5.0.10 -* Tue Jul 31 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add two bcm283x vc4 stability patches -- Some AllWinner MMC driver fixes +* Tue Apr 30 2019 Hans de Goede <hdegoede@redhat.com> +- Fix wifi on various ideapad models not working (rhbz#1703338) -* Tue Jul 31 2018 Hans de Goede <hdegoede@redhat.com> -- Add patch to fix FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x and - re-enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x +* Thu Apr 25 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-3900 (rhbz 1698757 1702940) -* Mon Jul 30 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git0.1 -- Linux v4.18-rc7 +* Tue Apr 23 2019 Laura Abbott <labbott@redhat.com> - 5.0.9-301 +- Bring in DRM workaround -* Mon Jul 30 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. +* Tue Apr 23 2019 Jeremy Cline <jcline@redhat.com> +- Allow modules signed by keys in the platform keyring (rbhz 1701096) -* Mon Jul 30 2018 Hans de Goede <hdegoede@redhat.com> -- Add patch queued in -next to make quiet more quiet -- Add patches queued in -next to make efifb / fbcon retain the vendor logo - (ACPI BRGT boot graphics) until the first text is output to the console -- Enable support for ICN8505 touchscreen used on some Cherry Trail tablets +* Tue Apr 23 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-9503 rhbz 1701842 1701843 -* Fri Jul 27 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable FPGA Manager kernel framework +* Mon Apr 22 2019 Laura Abbott <labbott@redhat.com> - 5.0.9-300 +- Linux v5.0.9 +- Fix NFS server crash (rhbz 1701077) -* Fri Jul 27 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git3.1 -- Linux v4.18-rc6-152-gcd3f77d74ac3 -- Disable headers in preparation for kernel headers split +* Thu Apr 18 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-9500 (rhbz 1701224 1701225) -* Thu Jul 26 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git2.1 -- Linux v4.18-rc6-110-g6e77b267723c +* Wed Apr 17 2019 Laura Abbott <labbott@redhat.com> - 5.0.8-300 +- Linux v5.0.8 -* Thu Jul 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add Raspberry Pi voltage sensor driver +* Mon Apr 08 2019 Laura Abbott <labbott@redhat.com> - 5.0.7-300 +- Linux v5.0.7 -* Wed Jul 25 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git1.1 -- Linux v4.18-rc6-93-g9981b4fb8684 +* Mon Apr 08 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019 (rhbz 1695044 1697187) -* Wed Jul 25 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. +* Wed Apr 03 2019 Laura Abbott <labbott@redhat.com> - 5.0.6-300 +- Linux v5.0.6 -* Mon Jul 23 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git0.1 -- Linux v4.18-rc6 +* Wed Apr 03 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-3882 (rhbz 1689426 1695571) -* Mon Jul 23 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. +* Mon Apr 01 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-9857 (rhbz 1694758 1694759) -* Fri Jul 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git4.1 -- Linux v4.18-rc5-290-g28c20cc73b9c +* Mon Apr 01 2019 Laura Abbott <labbott@redhat.com> +- Ensure ioschedulers are built in (rhbz 1690604) -* Thu Jul 19 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git3.1 -- Linux v4.18-rc5-264-gf39f28ff82c1 +* Wed Mar 27 2019 Laura Abbott <labbott@redhat.com> - 5.0.5-300 +- Linux v5.0.5 -* Wed Jul 18 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git2.1 -- Linux v4.18-rc5-37-g3c53776e29f8 +* Tue Mar 26 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Initial NXP i.MX8 enablement -* Tue Jul 17 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git1.1 -- Linux v4.18-rc5-36-g30b06abfb92b -- Fix aio uapi breakage (rhbz 1601529) +* Mon Mar 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.4-300 +- Linux v5.0.4 -* Tue Jul 17 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. +* Sat Mar 23 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Fixes for Tegra Jetson TX series +- Initial support for NVIDIA Jetson Nano -* Mon Jul 16 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git0.1 -- Linux v4.18-rc5 +* Fri Mar 22 2019 Laura Abbott <labbott@redhat.com> +- TPM fix (rhbz 1688283) -* Mon Jul 16 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* Fri Jul 13 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git4.1 -- Linux v4.18-rc4-71-g63f047771621 - -* Thu Jul 12 2018 Laura Abbott <labbott@redhat.com> -- Proper support for parallel debuginfo and hardening flags - -* Thu Jul 12 2018 Javier Martinez Canillas <javierm@redhat.com> -- Drop the id field from generated BLS snippets - -* Thu Jul 12 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git3.1 -- Linux v4.18-rc4-69-gc25c74b7476e - -* Wed Jul 11 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git2.1 -- Linux v4.18-rc4-17-g1e09177acae3 - -* Tue Jul 10 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git1.1 -- Linux v4.18-rc4-7-g092150a25cb7 - -* Tue Jul 10 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Jul 09 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc4.git0.1 -- Linux v4.18-rc4 - -* Mon Jul 09 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. +* Wed Mar 20 2019 Hans de Goede <hdegoede@redhat.com> +- Make the mainline vboxguest drv feature set match VirtualBox 6.0.x (#1689750) -* Mon Jul 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fix for AllWinner A64 timer scew errata +* Tue Mar 19 2019 Laura Abbott <labbott@redhat.com> - 5.0.3-300 +- Linux v5.0.3 -* Fri Jul 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git3.1 -- Linux v4.18-rc3-183-gc42c12a90545 +* Thu Mar 14 2019 Laura Abbott <labbott@redhat.com> - 5.0.2-300 +- Linux v5.0.2 -* Thu Jul 05 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git2.1 -- Linux v4.18-rc3-134-g06c85639897c +* Tue Mar 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Arm config updates and fixes -* Tue Jul 03 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git1.1 -- Linux v4.18-rc3-107-gd0fbad0aec1d - -* Tue Jul 03 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Jul 02 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git0.1 -- Linux v4.18-rc3 - -* Mon Jul 02 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* Fri Jun 29 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc2.git4.1 -- Linux v4.18-rc2-207-gcd993fc4316d - -* Fri Jun 29 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add a possible i.MX6 sdhci fix - -* Thu Jun 28 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc2.git3.1 -- Linux v4.18-rc2-132-gf57494321cbf - -* Tue Jun 26 2018 Laura Abbott <labbott@redhat.com> -- Enable leds-pca9532 module (rhbz 1595163) - -* Tue Jun 26 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc2.git2.1 -- Linux v4.18-rc2-44-g813835028e9a - -* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc2.git1.1 -- Linux v4.18-rc2-37-g6f0d349d922b -- Fix for aarch64 bpf (rhbz 1594447) - -* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc2.git0.1 -- Linux v4.18-rc2 - -* Mon Jun 25 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* Mon Jun 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Disable BFP JIT on ARMv7 as it's currently broken -- Remove forced console on aarch64, legacy config (rhbz 1594402) - -* Fri Jun 22 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git4.1 -- Linux v4.18-rc1-189-g894b8c000ae6 - -* Thu Jun 21 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git3.1 -- Linux v4.18-rc1-107-g1abd8a8f39cd +* Mon Mar 11 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.0.1-300 +- Linux v5.0.1 -* Wed Jun 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git2.1 -- Linux v4.18-rc1-52-g81e97f01371f +* Mon Mar 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-1 +- Linux v5.0.0 -* Tue Jun 19 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git1.1 -- Linux v4.18-rc1-43-gba4dbdedd3ed +* Tue Feb 26 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc8.git1.1 +- Linux v5.0-rc8-3-g7d762d69145a -* Tue Jun 19 2018 Laura Abbott <labbott@redhat.com> +* Tue Feb 26 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon Jun 18 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git0.1 -- Linux v4.18-rc1 - -* Mon Jun 18 2018 Laura Abbott <labbott@redhat.com> +* Mon Feb 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc8.git0.1 +- Linux v5.0-rc8 - Disable debugging options. -* Fri Jun 15 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git10.1 -- Linux v4.17-12074-g4c5e8fc62d6a - -* Fri Jun 15 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- ARM updates for 4.18, cleanup some dropped config options -- Disable zoron driver, moved to staging for removal upstream +* Fri Feb 22 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git3.1 +- Linux v5.0-rc7-118-g8a61716ff2ab -* Thu Jun 14 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git9.1 -- Linux v4.17-11928-g2837461dbe6f +* Wed Feb 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Improvements to 96boards Rock960 -* Wed Jun 13 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git8.1 -- Linux v4.17-11782-gbe779f03d563 +* Wed Feb 20 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git2.1 +- Linux v5.0-rc7-85-g2137397c92ae -* Wed Jun 13 2018 Jeremy Cline <jeremy@jcline.org> -- Fix kexec_file_load pefile signature verification (rhbz 1470995) +* Tue Feb 19 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git1.1 +- Linux v5.0-rc7-11-gb5372fe5dc84 -* Tue Jun 12 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git7.1 -- Linux v4.17-11346-g8efcf34a2639 - -* Mon Jun 11 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Secure Boot updates - -* Mon Jun 11 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git6.1 -- Linux v4.17-10288-ga2225d931f75 - -* Fri Jun 08 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git5.1 -- Linux v4.17-7997-g68abbe729567 - -* Thu Jun 07 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git4.1 -- Linux v4.17-6625-g1c8c5a9d38f6 - -* Wed Jun 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git3.1 -- Linux v4.17-3754-g135c5504a600 - -* Tue Jun 05 2018 Jeremy Cline <jeremy@jcline.org> -- Enable CONFIG_SCSI_DH on s390x (rhbz 1586189) - -* Tue Jun 05 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git2.1 -- Linux v4.17-1535-g5037be168f0e - -* Mon Jun 04 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git1.1 -- Linux v4.17-505-g9214407d1237 - -* Mon Jun 04 2018 Laura Abbott <labbott@redhat.com> +* Tue Feb 19 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon Jun 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-1 -- Linux v4.17 +* Mon Feb 18 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git0.1 +- Linux v5.0-rc7 - Disable debugging options. -* Sun Jun 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Initial support for Raspberry Pi cpufreq driver +* Wed Feb 13 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc6.git1.1 +- Linux v5.0-rc6-42-g1f947a7a011f -* Thu May 31 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc7.git2.1 -- Linux v4.17-rc7-43-gdd52cb879063 - -* Wed May 30 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc7.git1.1 -- Linux v4.17-rc7-31-g0044cdeb7313 +* Wed Feb 13 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Tue May 29 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc7.git0.1 -- Linux v4.17-rc7 - -* Tue May 29 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Disable debugging options. - -* Fri May 25 2018 Jeremy Cline <jcline@redhat.com> - 4.17.0-0.rc6.git3.1 -- Linux v4.17-rc6-224-g62d18ecfa641 - -* Fri May 25 2018 Jeremy Cline <jeremy@jcline.org> -- Fix for incorrect error message about parsing PCCT (rhbz 1435837) - -* Thu May 24 2018 Justin M. Forbes <jforbes@redhat.com> - 4.17.0-0.rc6.git2.1 -- Linux v4.17-rc6-158-gbee797529d7c +* Wed Feb 13 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon May 21 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc6.git1.1 -- Linux v4.17-rc6-146-g5997aab0a11e +* Wed Feb 13 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Enable NXP Freescale Layerscape platform -* Mon May 21 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc6.git0.1 -- Linux v4.17-rc6 +* Mon Feb 11 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc6.git0.1 +- Linux v5.0-rc6 - Disable debugging options. +- Tweaks to gcc9 fixes -* Sun May 20 2018 Hans de Goede <hdegoede@redhat.com> -- Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options - to fix i2c and GPIOs not working on AMD based laptops (rhbz#1510649) - -* Fri May 18 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc5.git3.1 -- Linux v4.17-rc5-110-g2c71d338bef2 - -* Thu May 17 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc5.git2.1 -- Linux v4.17-rc5-65-g58ddfe6c3af9 - -* Tue May 15 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc5.git1.1 -- Linux v4.17-rc5-20-g21b9f1c7e319 -- Reenable debugging options. - -* Mon May 14 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc5.git0.1 -- Linux v4.17-rc5 - -* Mon May 14 2018 Justin M. Forbes <jforbes@fedoraproject.org> +* Mon Feb 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc5.git0.1 +- Linux v5.0-rc5 - Disable debugging options. -* Fri May 11 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git4.1 -- Linux v4.17-rc4-96-g41e3e1082367 +* Fri Feb 01 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git3.1 +- Linux v5.0-rc4-106-g5b4746a03199 -* Thu May 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fix from linux-next for mvebu Armada 8K macbin boot regression +* Thu Jan 31 2019 Hans de Goede <hdegoede@redhat.com> +- Add patches from -next to enable i915.fastboot by default on Skylake+ for + https://fedoraproject.org/wiki/Changes/FlickerFreeBoot -* Thu May 10 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git3.1 -- Linux v4.17-rc4-38-g008464a9360e +* Wed Jan 30 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git2.1 +- Linux v5.0-rc4-59-g62967898789d -* Wed May 09 2018 Jeremy Cline <jeremy@jcline.org> -- Workaround for m400 uart irq firmware description (rhbz 1574718) +* Tue Jan 29 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git1.1 +- Linux v5.0-rc4-1-g4aa9fc2a435a -* Wed May 09 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git2.1 -- Linux v4.17-rc4-31-g036db8bd9637 - -* Tue May 08 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git1.1 -- Linux v4.17-rc4-12-gf142f08bf7ec +* Tue Jan 29 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon May 07 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git0.1 -- Linux v4.17-rc4 - -* Mon May 07 2018 Justin M. Forbes <jforbes@fedoraproject.org> +* Mon Jan 28 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git0.1 +- Linux v5.0-rc4 - Disable debugging options. -* Sat May 5 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fix USB-2 on Tegra devices +* Wed Jan 23 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git1.1 +- Linux v5.0-rc3-53-g333478a7eb21 -* Fri May 04 2018 Laura Abbott <labbott@redhat.com> -- Fix for building out of tree modules on powerpc (rhbz 1574604) - -* Fri May 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc3.git4.1 -- Linux v4.17-rc3-148-g625e2001e99e - -* Thu May 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc3.git3.1 -- Linux v4.17-rc3-36-gc15f6d8d4715 - -* Wed May 02 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc3.git2.1 -- Linux v4.17-rc3-13-g2d618bdf7163 - -* Tue May 01 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc3.git1.1 -- Linux v4.17-rc3-5-gfff75eb2a08c +* Wed Jan 23 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon Apr 30 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc3.git0.1 -- Linux v4.17-rc3 - -* Mon Apr 30 2018 Justin M. Forbes <jforbes@fedoraproject.org> +* Mon Jan 21 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git0.1 +- Linux v5.0-rc3 - Disable debugging options. -* Fri Apr 27 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git3.1 -- Linux v4.17-rc2-155-g0644f186fc9d +* Fri Jan 18 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git4.1 +- Linux v5.0-rc2-211-gd7393226d15a -* Fri Apr 27 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable QLogic NICs on ARM +* Thu Jan 17 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git3.1 +- Linux v5.0-rc2-145-g7fbfee7c80de -* Thu Apr 26 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git2.1 -- Linux v4.17-rc2-104-g69bfd470f462 +* Wed Jan 16 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git2.1 +- Linux v5.0-rc2-141-g47bfa6d9dc8c -* Wed Apr 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fixes for Marvell a37xx EspressoBin -- Update to latest Raspberry Pi 3+ fixes -- More fixes for lan78xx on the Raspberry Pi 3+ +* Tue Jan 15 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git1.1 +- Linux v5.0-rc2-36-gfe76fc6aaf53 -* Tue Apr 24 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git1.1 -- Linux v4.17-rc2-58-g24cac7009cb1 +* Tue Jan 15 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon Apr 23 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git0.1 -- Linux v4.17-rc2 - -* Mon Apr 23 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Disable debugging options. - -* Sun Apr 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add quirk patch to fix X-Gene 1 console on HP m400/Mustang (RHBZ 1531140) - -* Fri Apr 20 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc1.git3.1 -- Linux v4.17-rc1-93-g43f70c960180 - -* Thu Apr 19 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc1.git2.1 -- Linux v4.17-rc1-28-g87ef12027b9b - -* Thu Apr 19 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable UFS storage options on ARM +* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com> +- Enable CONFIG_GPIO_LEDS and CONFIG_GPIO_PCA953X (rhbz 1601623) -* Wed Apr 18 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix rhbz 1565354 +* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git0.1 +- Linux v5.0-rc2 -* Tue Apr 17 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable drivers for Xilinx ZYMQ-MP Ultra96 -- Initial support for PocketBeagle - -* Tue Apr 17 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc1.git1.1 -- Linux v4.17-rc1-21-ga27fc14219f2 -- Reenable debugging options. - -* Mon Apr 16 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc1.git0.1 -- Linux v4.17-rc1 +* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com> - Disable debugging options. -* Fri Apr 13 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git9.1 -- Linux v4.16-11958-g16e205cf42da - -* Thu Apr 12 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git8.1 -- Linux v4.16-11766-ge241e3f2bf97 - -* Thu Apr 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Patch to fix nouveau on Tegra platforms -- Enable IOMMU on Exynos now upstream does -- Disable tps65217-charger on BeagleBone to fix USB-OTG port rhbz 1487399 -- Add fix for the BeagleBone boot failure -- Further fix for ThunderX ZIP driver - -* Wed Apr 11 2018 Laura Abbott <labbott@redhat.com> -- Enable JFFS2 and some MTD modules (rhbz 1474493) -- Enable a few infiniband options (rhbz 1291902) +* Sun Jan 13 2019 Peter Robinson <pbrobinson@fedoraproject.org> +- Raspberry Pi updates +- Update AllWinner A64 timer errata workaround -* Wed Apr 11 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git7.1 -- Linux v4.16-11490-gb284d4d5a678 +* Fri Jan 11 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git4.1 +- Linux v5.0-rc1-43-g1bdbe2274920 -* Tue Apr 10 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git6.1 -- Linux v4.16-10929-gc18bb396d3d2 +* Thu Jan 10 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git3.1 +- Linux v5.0-rc1-26-g70c25259537c -* Mon Apr 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fixes for Cavium ThunderX ZIP driver stability +* Wed Jan 09 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git2.1 +- Linux v5.0-rc1-24-g4064e47c8281 -* Mon Apr 09 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git5.1 -- Linux v4.16-10608-gf8cf2f16a7c9 - -* Fri Apr 06 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git4.1 -- Linux v4.16-9576-g38c23685b273 - -* Thu Apr 05 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git3.1 -- Linux v4.16-7248-g06dd3dfeea60 +* Wed Jan 09 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Fix CVE-2019-3701 (rhbz 1663729 1663730) -* Wed Apr 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git2.1 -- Linux v4.16-5456-g17dec0a94915 +* Tue Jan 08 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git1.1 +- Linux v5.0-rc1-2-g7b5585136713 -* Tue Apr 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git1.1 -- Linux v4.16-2520-g642e7fd23353 +* Tue Jan 08 2019 Laura Abbott <labbott@redhat.com> - Reenable debugging options. -* Mon Apr 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 4.16.0-2 -- Improvements for the Raspberry Pi 3+ -- Fixes and minor improvements to Raspberry Pi 2/3 +* Mon Jan 07 2019 Justin M. Forbes <jforbes@fedoraproject.org> +- Updates for secure boot -* Mon Apr 02 2018 Jeremy Cline <jeremy@jcline.org> - 4.16.0-1 -- Linux v4.16 -- Disable debugging options. +* Mon Jan 07 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git0.1 +- Linux v5.0-rc1 * Sat Oct 20 2012 Thorsten Leemhuis <fedora@leemhuis.info> - add buildid ".vanilla.knurd.1" |