summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-07-05 09:01:24 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-07-05 09:07:15 -0400
commit333a655d5447c1d66f091051f2024e6a18d2246a (patch)
treeb1642ff3593b50d3e2f4b9b68d0cfb456f495b48 /kernel.spec
parent8fb285bdac75a903894b65ca8a9ef1172d37aeb4 (diff)
downloadkernel-333a655d5447c1d66f091051f2024e6a18d2246a.tar.gz
kernel-333a655d5447c1d66f091051f2024e6a18d2246a.tar.xz
kernel-333a655d5447c1d66f091051f2024e6a18d2246a.zip
Add vhost-net use-after-free fix (rhbz 976789 980643)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index c39fa225e..4964dc5d5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -794,6 +794,9 @@ Patch25055: ath3k-dont-use-stack-memory-for-DMA.patch
Patch25056: iwl3945-better-skb-management-in-rx-path.patch
Patch25057: iwl4965-better-skb-management-in-rx-path.patch
+#rhbz 976789 980643
+Patch25062: vhost-net-fix-use-after-free-in-vhost_net_flush.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1512,6 +1515,9 @@ ApplyPatch ath3k-dont-use-stack-memory-for-DMA.patch
ApplyPatch iwl3945-better-skb-management-in-rx-path.patch
ApplyPatch iwl4965-better-skb-management-in-rx-path.patch
+#rhbz 976789 980643
+ApplyPatch vhost-net-fix-use-after-free-in-vhost_net_flush.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2309,6 +2315,7 @@ fi
# || ||
%changelog
* Fri Jul 05 2013 Josh Boyer <jwboyer@redhat.com>
+- Add vhost-net use-after-free fix (rhbz 976789 980643)
- Add fix for timer issue in bridge code (rhbz 980254)
* Wed Jul 03 2013 Josh Boyer <jwboyer@redhat.com>