summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-02-07 16:17:28 -0800
committerLaura Abbott <labbott@fedoraproject.org>2017-02-07 16:21:57 -0800
commit9e0078ee54c20c78e698a3357af02fffa31c044e (patch)
tree73e7ba8ff3827b791877feb85da9478b68ba7bca /kernel.spec
parent9e68bb52f7a90c5fcdf4dcea2c96574c12ec9172 (diff)
downloadkernel-9e0078ee54c20c78e698a3357af02fffa31c044e.tar.gz
kernel-9e0078ee54c20c78e698a3357af02fffa31c044e.tar.xz
kernel-9e0078ee54c20c78e698a3357af02fffa31c044e.zip
Fix for some DMA on stack with DVB devices (rhbz 1417829)
Enable CONFIG_SENSORS_JC42 (rhbz 1417454)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 892054574..96fab1f10 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -643,6 +643,10 @@ Patch856: PCI-ASPM-Handle-PCI-to-PCIe-bridges-as-roots-of-PCIe-hierarchies.patch
#CVE-2017-5897 rhbz 1419848 1419851
Patch857: ip6_gre-fix-ip6gre_err-invalid-reads.patch
+#rhbz 1417829
+Patch858: 1-2-media-cxusb-Use-a-dma-capable-buffer-also-for-reading.patch
+Patch859: 2-2-media-dvb-usb-firmware-don-t-do-DMA-on-stack.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2172,6 +2176,10 @@ fi
#
#
%changelog
+* Tue Feb 7 2017 Laura Abbott <labbott@fedoraproject.org>
+- Fix for some DMA on stack with DVB devices (rhbz 1417829)
+- Enable CONFIG_SENSORS_JC42 (rhbz 1417454)
+
* Tue Feb 7 2017 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2017-5897 ip6_gre: Invalid reads in ip6gre_err (rhbz 1419848 1419851)