From: Greg Kroah-Hartman Date: Wed, 30 Apr 2008 17:17:54 +0000 (-0700) Subject: fix the wording in an x86 patch for .24 and .25 on request from Ingo X-Git-Tag: v2.6.25.1~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=96397bc960582049b287fea7a8d7822328eeb54f;p=thirdparty%2Fkernel%2Fstable-queue.git fix the wording in an x86 patch for .24 and .25 on request from Ingo --- diff --git a/review-2.6.24/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch b/review-2.6.24/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch index 72e769b0f14..8d700502d34 100644 --- a/review-2.6.24/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch +++ b/review-2.6.24/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch @@ -10,7 +10,7 @@ From: PJ Waskiewicz commit 9d9ad4b51d2b29b5bbeb4011f5e76f7538119cf9 upstream -This bug was introduced in the 2.6.24 i386/x86_64 tree merge, where +This bug was introduced in the 2.6.24 lguest tree merge, where MSI-X vector allocation will eventually fail. The cause is the new bit array tracking used vectors is not getting cleared properly on IRQ destruction on the 32-bit APIC code. diff --git a/review-2.6.25/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch b/review-2.6.25/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch index 5cf5e016e1d..7caf211fb63 100644 --- a/review-2.6.25/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch +++ b/review-2.6.25/x86-fix-32-bit-x86-msi-x-allocation-leakage.patch @@ -10,7 +10,7 @@ From: PJ Waskiewicz commit 9d9ad4b51d2b29b5bbeb4011f5e76f7538119cf9 upstream -This bug was introduced in the 2.6.24 i386/x86_64 tree merge, where +This bug was introduced in the 2.6.24 lguest merge, where MSI-X vector allocation will eventually fail. The cause is the new bit array tracking used vectors is not getting cleared properly on IRQ destruction on the 32-bit APIC code.