diff options
author | Chuck Ebbert <cebbert@redhat.com> | 2011-02-12 21:00:46 -0500 |
---|---|---|
committer | Chuck Ebbert <cebbert@redhat.com> | 2011-02-12 21:00:46 -0500 |
commit | 822aa68f4f152ce198f040dadb1ffd2fcf522e89 (patch) | |
tree | 7a64e1be2211fc030088fc86abbad8ea219d9b8c /kernel.spec | |
parent | c60c9d544f2e43175467ca33b38afbf99eef73be (diff) | |
download | kernel-822aa68f4f152ce198f040dadb1ffd2fcf522e89.tar.gz kernel-822aa68f4f152ce198f040dadb1ffd2fcf522e89.tar.xz kernel-822aa68f4f152ce198f040dadb1ffd2fcf522e89.zip |
Fix memory corruption caused by bug in bridge code.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 4ce8ec019..b948966e6 100644 --- a/kernel.spec +++ b/kernel.spec @@ -733,6 +733,8 @@ Patch12421: fs-call-security_d_instantiate-in-d_obtain_alias.patch Patch12438: ath5k-fix-fast-channel-change.patch +Patch12440: bridge-fix-mglist-corruption-that-leads-to-memory-corruption.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1348,6 +1350,8 @@ ApplyPatch fs-call-security_d_instantiate-in-d_obtain_alias.patch # rhbz#672778 ApplyPatch ath5k-fix-fast-channel-change.patch +ApplyPatch bridge-fix-mglist-corruption-that-leads-to-memory-corruption.patch + # END OF PATCH APPLICATIONS %endif @@ -1953,6 +1957,7 @@ fi %changelog * Sat Feb 12 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.38-0.rc4.git6.1 - Linux 2.6.38-rc4-git6 +- Fix memory corruption caused by bug in bridge code. * Thu Feb 10 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.38-0.rc4.git3.1 - Linux 2.6.38-rc4-git3 |