summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-12-01 09:57:09 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2018-12-01 09:57:09 +0100
commitfcd03a1d1fa808330abf69cf7e08b1904b11638d (patch)
tree029b89648506eabc320475a4f59aaeb8f1f55c4b /kernel.spec
parent245e68bf0732a9290f5d706773ed9f95f22d7e21 (diff)
parent913381ea2fed4e15432fdb6d2c734632f6c0212b (diff)
downloadkernel-fcd03a1d1fa808330abf69cf7e08b1904b11638d.tar.gz
kernel-fcd03a1d1fa808330abf69cf7e08b1904b11638d.tar.xz
kernel-fcd03a1d1fa808330abf69cf7e08b1904b11638d.zip
Merge remote-tracking branch 'origin/f28' into f28-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec25
1 files changed, 22 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 2030f44f6..e02fd5608 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -638,15 +638,25 @@ Patch502: input-rmi4-remove-the-need-for-artifical-IRQ.patch
# rhbz 1526312, patch is in 4.20, can be dropped on rebase
Patch507: 0001-HID-i2c-hid-override-HID-descriptors-for-certain-dev.patch
-# rhbz 1644013, patch pending upstream
-Patch509: 0001-ACPI-platform-Add-SMB0001-HID-to-forbidden_id_list.patch
-
# rhbz 1526312 (accelerometer part of the bug), patches pending upstream
Patch510: iio-accel-kxcjk1013-Add-more-hardware-ids.patch
# rhbz 1650224, patch in subsystem tree and Cc'd for stable
Patch511: drm-set-is_master-to-0-upon-drm_new_set_master-failure.patch
+# CVE-2018-16862 (rhbz 1649017 1653122)
+Patch512: mm-cleancache-fix-corruption-on-missed-inode-invalidation.patch
+
+# CVE-2018-19407 (rhbz 1652656 1652658)
+Patch513: CVE-2018-19407.patch
+
+# rhbz 1650984, in linux-next and Cc'd for stable
+Patch514: net-phy-add-workaround-for-issue-where-PHY-driver-do.patch
+
+# In the PCI tree and Cc'd for stable, fixes an issue with amdgpu
+# https://patchwork.freedesktop.org/patch/259364/
+Patch515: PCI-Fix-incorrect-value-returned-from-pcie_get_speed.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1901,6 +1911,15 @@ fi
#
#
%changelog
+* Thu Nov 29 2018 Jeremy Cline <jeremy@jcline.org>
+- Fix a problem with some rtl8168 chips (rhbz 1650984)
+- Fix slowdowns and crashes for AMD GPUs in pre-PCIe-v3 slots
+
+* Tue Nov 27 2018 Jeremy Cline <jcline@redhat.com> - 4.19.5-300
+- Linux v4.19.5
+- Fix CVE-2018-16862 (rhbz 1649017 1653122)
+- Fix CVE-2018-19407 (rhbz 1652656 1652658)
+
* Mon Nov 26 2018 Jeremy Cline <jeremy@jcline.org>
- Fixes a null pointer dereference with Nvidia and vmwgfx drivers (rhbz 1650224)