summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-11-29 10:23:44 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2013-11-29 10:24:53 -0500
commitd791273b5d4ff1e8c64fe4537a6b64725ee6b6c1 (patch)
tree0080df4e77c77cefe62538a938674fa3591f1fba /kernel.spec
parentf9cc55d6abd21369d4c5d48081739ccd92139380 (diff)
downloadkernel-d791273b5d4ff1e8c64fe4537a6b64725ee6b6c1.tar.gz
kernel-d791273b5d4ff1e8c64fe4537a6b64725ee6b6c1.tar.xz
kernel-d791273b5d4ff1e8c64fe4537a6b64725ee6b6c1.zip
Fix memory leak in qxl (from Dave Airlie)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 6ed0acb57..36d2d3b9e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -736,6 +736,7 @@ Patch25131: btrfs-relocate-csums-properly-with-prealloc-ext.patch
Patch25132: rt2800usb-slow-down-TX-status-polling.patch
Patch25140: drm-qxl-backport-fixes-for-Fedora.patch
+Patch25160: drm-qxl-fix-memory-leak-in-release-list-handling.patch
Patch25141: Input-evdev-fall-back-to-vmalloc-for-client-event-buffer.patch
@@ -1479,6 +1480,7 @@ ApplyPatch btrfs-relocate-csums-properly-with-prealloc-ext.patch
ApplyPatch rt2800usb-slow-down-TX-status-polling.patch
ApplyPatch drm-qxl-backport-fixes-for-Fedora.patch
+ApplyPatch drm-qxl-fix-memory-leak-in-release-list-handling.patch
ApplyPatch Input-evdev-fall-back-to-vmalloc-for-client-event-buffer.patch
@@ -2321,6 +2323,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Nov 29 2013 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix memory leak in qxl (from Dave Airlie)
+
* Tue Nov 26 2013 Josh Boyer <jwboyer@fedoraproject.org>
- Add patch to fix usbnet URB handling (rhbz 998342)
- Fix crash in via-velocity driver (rhbz 1022733)