summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-25 13:52:02 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-25 13:52:02 -0400
commit78ef95d1929b11d2bf2fd082a4106e7597415f30 (patch)
tree7adfda48043ba1f98b50c6e7808beeb2bf0f79fa /kernel.spec
parent158212310892f03adfb47f54ae3464d5c5cfe943 (diff)
downloadkernel-78ef95d1929b11d2bf2fd082a4106e7597415f30.tar.gz
kernel-78ef95d1929b11d2bf2fd082a4106e7597415f30.tar.xz
kernel-78ef95d1929b11d2bf2fd082a4106e7597415f30.zip
CVE-2011-3347: be2net: promiscuous mode and non-member VLAN packets DoS
(rhbz 748691)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index b9cbb019c..a4834e745 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -758,6 +758,10 @@ Patch21002: mmc-Always-check-for-lower-base-frequency-quirk-for-.patch
Patch21020: 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch
Patch21021: 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch
+#rhbz 748691
+Patch21030: be2net-non-member-vlan-pkts-not-received-in-promisco.patch
+Patch21031: benet-remove-bogus-unlikely-on-vlan-check.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1398,6 +1402,10 @@ ApplyPatch utrace.patch
ApplyPatch 0001-mm-vmscan-Limit-direct-reclaim-for-higher-order-allo.patch
ApplyPatch 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch
+#rhbz 748691
+ApplyPatch be2net-non-member-vlan-pkts-not-received-in-promisco.patch
+ApplyPatch benet-remove-bogus-unlikely-on-vlan-check.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2107,6 +2115,7 @@ fi
# || ||
%changelog
* Tue Oct 25 2011 Josh Boyer <jwboyer@redhat.com>
+- CVE-2011-3347: be2net: promiscuous mode and non-member VLAN packets DoS (rhbz 748691)
- CVE-2011-1083: excessive in kernel CPU consumption when creating large nested epoll structures (rhbz 748668)
* Mon Oct 24 2011 Josh Boyer <jwboyer@redhat.com>