summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-04-13 20:00:38 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-04-13 20:00:38 +0200
commitb752298355854041051b59db67c5e9d5c2e25ce2 (patch)
treecaf9a2f4b1a8b79053ca71e21d4b1579abfd4a02 /kernel.spec
parent9197b3f4350f8707d905acb031bf68d3532cdebc (diff)
parenta242ace4292cab0b80878551cbe385a0dbd30548 (diff)
downloadkernel-4.17.0-0.rc0.git9.1.vanilla.knurd.1.fc27.tar.gz
kernel-4.17.0-0.rc0.git9.1.vanilla.knurd.1.fc27.tar.xz
kernel-4.17.0-0.rc0.git9.1.vanilla.knurd.1.fc27.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 961bfb904..c8bd8afff 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 0
# The git snapshot level
-%define gitrev 8
+%define gitrev 9
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -600,7 +600,13 @@ Patch304: arm-dts-imx6qdl-udoo-Disable-usbh1-to-avoid-kernel-hang.patch
# https://marc.info/?l=linux-kernel&m=152328880417846&w=2
Patch308: arm64-thunderx-crypto-zip-fixes.patch
-Patch309: arm-tegra-fix-nouveau-crash.patch
+# https://www.spinics.net/lists/linux-crypto/msg32725.html
+Patch309: crypto-testmgr-Allow-different-compression-results.patch
+
+Patch310: arm-tegra-fix-nouveau-crash.patch
+
+# https://patchwork.kernel.org/patch/10311335/
+Patch312: clk-ti-fix-flag-space-conflict-with-clkctrl-clocks.patch
# Fix USB on the RPi https://patchwork.kernel.org/patch/9879371/
Patch320: bcm283x-dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe.patch
@@ -1878,12 +1884,18 @@ fi
#
#
%changelog
+* 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)