From: Chris Wright Date: Wed, 22 Apr 2009 23:12:56 +0000 (-0700) Subject: 2.6.29: update agp patch w/ CVE number X-Git-Tag: v2.6.29.2~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf4a9b0b27bcfca41d832f3b2dbd35924c59f8e0;p=thirdparty%2Fkernel%2Fstable-queue.git 2.6.29: update agp patch w/ CVE number --- diff --git a/queue-2.6.29/agp-zero-pages-before-sending-to-userspace.patch b/queue-2.6.29/agp-zero-pages-before-sending-to-userspace.patch index 9074c733af9..7eb1304cf14 100644 --- a/queue-2.6.29/agp-zero-pages-before-sending-to-userspace.patch +++ b/queue-2.6.29/agp-zero-pages-before-sending-to-userspace.patch @@ -6,6 +6,8 @@ Subject: agp: zero pages before sending to userspace upstream commit: 59de2bebabc5027f93df999d59cc65df591c3e6e +CVE-2009-1192 + AGP pages might be mapped into userspace finally, so the pages should be set to zero before userspace can use it. Otherwise there is potential information leakage.