diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-10-23 10:47:47 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-10-23 10:47:47 -0500 |
commit | a92862ed1def7c59fb1161ac48937e5d725282a1 (patch) | |
tree | 5049e034709c2b782317c77c005758370f3bdb95 /kernel.spec | |
parent | 5f57cb815970a996096ee589f3db6a8b1819b945 (diff) | |
download | kernel-a92862ed1def7c59fb1161ac48937e5d725282a1.tar.gz kernel-a92862ed1def7c59fb1161ac48937e5d725282a1.tar.xz kernel-a92862ed1def7c59fb1161ac48937e5d725282a1.zip |
Linux v4.19-1676-g0d1b82cd8ac2
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 495 |
1 files changed, 7 insertions, 488 deletions
diff --git a/kernel.spec b/kernel.spec index f6d1e2b2a..25e4676a0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. For rawhide # and/or a kernel built from an rc or git snapshot, released_kernel should # be 0. -%global released_kernel 1 +%global released_kernel 0 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 0 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -122,7 +122,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 1 +%define debugbuildsenabled 0 # Kernel headers are being split out into a separate package %if 0%{fedora} @@ -562,10 +562,6 @@ Patch211: drm-i915-hush-check-crtc-state.patch Patch212: efi-secureboot.patch -# Fix printing of "EFI stub: UEFI Secure Boot is enabled.", -# queued upstream in efi.git/next -Patch213: efi-x86-call-parse-options-from-efi-main.patch - # 300 - ARM patches Patch300: arm64-Add-option-of-13-for-FORCE_MAX_ZONEORDER.patch @@ -591,8 +587,6 @@ Patch307: arm64-ZynqMP-firmware-clock-drivers-core.patch Patch308: arm64-96boards-Rock960-CE-board-support.patch Patch309: arm64-rockchip-add-initial-Rockpro64.patch -Patch310: gpio-pxa-handle-corner-case-of-unprobed-device.patch - Patch330: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch Patch331: bcm283x-drm-vc4-set-is_yuv-to-false-when-num_planes-1.patch @@ -1887,6 +1881,10 @@ fi # # %changelog +* Tue Oct 23 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc0.git1.1 +- Linux v4.19-1676-g0d1b82cd8ac2 +- Reenable debugging options. + * Mon Oct 22 2018 Jeremy Cline <jcline@redhat.com> - 4.19.0-1 - Linux v4.19 - Disable debugging options. @@ -2113,482 +2111,3 @@ fi * 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 - -* Mon Aug 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc8.git0.1 -- Linux v4.18-rc8 - -* 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 - -* Wed Aug 01 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Wed Aug 01 2018 Jeremy Cline <jeremy@jcline.org> -- Enable AEGIS and MORUS ciphers (rhbz 1610180) - -* Tue Jul 31 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add two bcm283x vc4 stability patches -- Some AllWinner MMC driver fixes - -* 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 - -* Mon Jul 30 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc7.git0.1 -- Linux v4.18-rc7 - -* Mon Jul 30 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* 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 - -* Fri Jul 27 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable FPGA Manager kernel framework - -* 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 Jul 26 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git2.1 -- Linux v4.18-rc6-110-g6e77b267723c - -* Thu Jul 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add Raspberry Pi voltage sensor driver - -* Wed Jul 25 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git1.1 -- Linux v4.18-rc6-93-g9981b4fb8684 - -* Wed Jul 25 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Jul 23 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc6.git0.1 -- Linux v4.18-rc6 - -* Mon Jul 23 2018 Laura Abbott <labbott@redhat.com> -- Disable debugging options. - -* Fri Jul 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git4.1 -- Linux v4.18-rc5-290-g28c20cc73b9c - -* Thu Jul 19 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git3.1 -- Linux v4.18-rc5-264-gf39f28ff82c1 - -* Wed Jul 18 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git2.1 -- Linux v4.18-rc5-37-g3c53776e29f8 - -* 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) - -* Tue Jul 17 2018 Laura Abbott <labbott@redhat.com> -- Reenable debugging options. - -* Mon Jul 16 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc5.git0.1 -- Linux v4.18-rc5 - -* 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. - -* Mon Jul 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fix for AllWinner A64 timer scew errata - -* Fri Jul 06 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git3.1 -- Linux v4.18-rc3-183-gc42c12a90545 - -* Thu Jul 05 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc3.git2.1 -- Linux v4.18-rc3-134-g06c85639897c - -* 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 - -* Wed Jun 20 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git2.1 -- Linux v4.18-rc1-52-g81e97f01371f - -* Tue Jun 19 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc1.git1.1 -- Linux v4.18-rc1-43-gba4dbdedd3ed - -* Tue Jun 19 2018 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> -- 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 - -* Thu Jun 14 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git9.1 -- Linux v4.17-11928-g2837461dbe6f - -* Wed Jun 13 2018 Laura Abbott <labbott@redhat.com> - 4.18.0-0.rc0.git8.1 -- Linux v4.17-11782-gbe779f03d563 - -* Wed Jun 13 2018 Jeremy Cline <jeremy@jcline.org> -- Fix kexec_file_load pefile signature verification (rhbz 1470995) - -* 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> -- Reenable debugging options. - -* Mon Jun 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-1 -- Linux v4.17 -- Disable debugging options. - -* Sun Jun 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Initial support for Raspberry Pi cpufreq driver - -* 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 -- 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 -- 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 - -* Mon May 21 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc6.git0.1 -- Linux v4.17-rc6 -- Disable debugging options. - -* 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> -- 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 - -* Thu May 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Add fix from linux-next for mvebu Armada 8K macbin boot regression - -* Thu May 10 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc4.git3.1 -- Linux v4.17-rc4-38-g008464a9360e - -* Wed May 09 2018 Jeremy Cline <jeremy@jcline.org> -- Workaround for m400 uart irq firmware description (rhbz 1574718) - -* 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 -- 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> -- Disable debugging options. - -* Sat May 5 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fix USB-2 on Tegra devices - -* 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 -- 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> -- 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 Apr 27 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Enable QLogic NICs on ARM - -* Thu Apr 26 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git2.1 -- Linux v4.17-rc2-104-g69bfd470f462 - -* 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 Apr 24 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc2.git1.1 -- Linux v4.17-rc2-58-g24cac7009cb1 -- 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 - -* Wed Apr 18 2018 Justin M. Forbes <jforbes@fedoraproject.org> -- Fix rhbz 1565354 - -* 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 -- 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) - -* Wed Apr 11 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git7.1 -- Linux v4.16-11490-gb284d4d5a678 - -* Tue Apr 10 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git6.1 -- Linux v4.16-10929-gc18bb396d3d2 - -* Mon Apr 9 2018 Peter Robinson <pbrobinson@fedoraproject.org> -- Fixes for Cavium ThunderX ZIP driver stability - -* 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 Apr 04 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git2.1 -- Linux v4.16-5456-g17dec0a94915 - -* Tue Apr 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc0.git1.1 -- Linux v4.16-2520-g642e7fd23353 -- 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 Apr 02 2018 Jeremy Cline <jeremy@jcline.org> - 4.16.0-1 -- Linux v4.16 -- Disable debugging options. - -### -# The following Emacs magic makes C-c C-e use UTC dates. -# Local Variables: -# rpm-change-log-uses-utc: t -# End: -### |