commit ccef2db6c097ff35d4e446a6d85c657afb5567d2 tree f927bcf3f492e855d38b4fb77e63e0ab942eb9ee parent d133b8ac886bf921a2a9efd871c3e71f1a5d6d80 author Adrian Bunk Tue, 22 Aug 2006 17:48:30 +0200 committer Adrian Bunk Tue, 22 Aug 2006 17:48:30 +0200 Linux 2.6.16.28-rc2 commit d133b8ac886bf921a2a9efd871c3e71f1a5d6d80 tree 4a3eb8e7de54b82e4ac29fbae9f834cf9ff545cd parent c1df7b7181ae16b4ec44a0b1e1bdf67f5a06f17e author Olof Johansson Fri, 18 Aug 2006 21:44:57 +0200 committer Adrian Bunk Fri, 18 Aug 2006 21:44:57 +0200 powerpc: Clear HID0 attention enable on PPC970 at boot time (CVE-2006-4093) Clear HID0[en_attn] at CPU init time on PPC970. Closes CVE-2006-4093. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras Signed-off-by: Adrian Bunk commit c1df7b7181ae16b4ec44a0b1e1bdf67f5a06f17e tree f39aa905ad7cb26fffadb6127be6b9817ccf36fd parent 3cfd644882784276280c07ad4b9eb086fa44222f author Jens Axboe Fri, 18 Aug 2006 21:42:43 +0200 committer Adrian Bunk Fri, 18 Aug 2006 21:42:43 +0200 cdrom: fix bad cgc.buflen assignment (CVE-2006-2935) The code really means to mask off the high bits, not assign 0xff. Reported by Marcus Meissner . Signed-off-by: Jens Axboe Signed-off-by: Adrian Bunk commit 3cfd644882784276280c07ad4b9eb086fa44222f tree 5977cf96450e94c70e6d607096b92e8e427bafc7 parent d2b61ec602e7d7be485725bcda8f3b847cfc380e author Al Boldi Fri, 18 Aug 2006 21:30:53 +0200 committer Adrian Bunk Fri, 18 Aug 2006 21:30:53 +0200 ide-io: increase timeout value to allow for slave wakeup During an STR resume cycle, the ide master disk times-out when there is also a slave present (especially CD). Increasing the timeout in ide-io from 10,000 to 100,000 fixes this problem. Acked-by: Alan Cox Signed-off-by: Adrian Bunk commit d2b61ec602e7d7be485725bcda8f3b847cfc380e tree 96f271ca21a1ecdac9fe35eccdfa91ea78892682 parent 9169b8b2bb5169ff8339cca8a17b6bb1e152162c author David S. Miller Fri, 18 Aug 2006 21:28:03 +0200 committer Adrian Bunk Fri, 18 Aug 2006 21:28:03 +0200 SPARC64: Fix quad-float multiply emulation. Something is wrong with the 3-multiply (vs. 4-multiply) optimized version of _FP_MUL_MEAT_2_*(), so just use the slower version which actually computes correct values. Noticed by Rene Rebe Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk commit 9169b8b2bb5169ff8339cca8a17b6bb1e152162c tree dfb7baa2b39375404b331116accba6d3899f3f9b parent 0575ec15879ef8efe3f363ab28aa8d90a56be350 author Bob Breuer Fri, 18 Aug 2006 21:26:56 +0200 committer Adrian Bunk Fri, 18 Aug 2006 21:26:56 +0200 SPARC32: Fix iommu_flush_iotlb end address Fix the calculation of the end address when flushing iotlb entries to ram. This bug has been a cause of esp dma errors, and it affects HyperSPARC systems much worse than SuperSPARC systems. Signed-off-by: Bob Breuer Signed-off-by: David S. Miller Acked-by: William Lee Irwin III Signed-off-by: Adrian Bunk