From 20a5ad3ec1c4e5a29bc21552f6d45b8debb203d6 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Sat, 9 Nov 2013 09:38:53 -0500 Subject: Add patch from Daniel Stone to avoid high order allocations in evdev --- kernel.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1ae39961..9842b33e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -740,6 +740,8 @@ Patch25139: net-flow_dissector-fail-on-evil-iph-ihl.patch Patch25140: drm-qxl-backport-fixes-for-Fedora.patch +Patch25141: Input-evdev-fall-back-to-vmalloc-for-client-event-buffer.patch + # END OF PATCH DEFINITIONS %endif @@ -1448,6 +1450,8 @@ ApplyPatch net-flow_dissector-fail-on-evil-iph-ihl.patch ApplyPatch drm-qxl-backport-fixes-for-Fedora.patch +ApplyPatch Input-evdev-fall-back-to-vmalloc-for-client-event-buffer.patch + # END OF PATCH APPLICATIONS %endif @@ -2252,6 +2256,7 @@ fi # || || %changelog * Sat Nov 09 2013 Josh Boyer +- Add patch from Daniel Stone to avoid high order allocations in evdev - Add qxl backport fixes from Dave Airlie * Tue Nov 05 2013 Kyle McMartin -- cgit