]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Update x86_64 patches with proper headers
authorChris Wright <chrisw@fuzzy.pdx.osdl.net>
Mon, 23 May 2005 18:30:14 +0000 (11:30 -0700)
committerChris Wright <chrisw@fuzzy.pdx.osdl.net>
Mon, 23 May 2005 18:30:14 +0000 (11:30 -0700)
queue/x86_64-add-guard-page.patch
queue/x86_64-dont-lookup-page-of-pa-in-iounmap.patch
queue/x86_64-fix-canonical-checking.patch
queue/x86_64-ptrace-RIP-is-canonical.patch
queue/x86_64-vmalloc-mapping-dont-use-pte_page.patch

index dcc418d63b5da5d5846b19a0309adcc312b3d290..7716f36c5d318b74d2800d1f88820f6664873c79 100644 (file)
@@ -1,3 +1,9 @@
+From ak@suse.de  Mon May 23 09:16:11 2005
+Date: Tue, 17 May 2005 04:53:20 +0000
+From: Andi Kleen <ak@suse.de>
+To: stable@kernel.org
+Subject: [PATCH] x86_64: Add a guard page at the end of the 47bit address space
+
 [PATCH] x86_64: Add a guard page at the end of the 47bit address space
 
 This works around a bug in the AMD K8 CPUs.
index 2bff40cab5a60dd708a550a8f420fa51bb9a5912..c668f480f6b80dc2fc507897e3889f305534f4e7 100644 (file)
@@ -1,3 +1,9 @@
+From ak@suse.de  Mon May 23 09:16:11 2005
+Date: Tue, 17 May 2005 04:53:24 +0000
+From: Andi Kleen <ak@suse.de>
+To: stable@kernel.org
+Subject: [PATCH] x86_64: Don't look up struct page pointer of physical address in iounmap
+
 [PATCH] x86_64: Don't look up struct page pointer of physical address in iounmap
 
 It could be in a memory hole not mapped in mem_map and that causes the hash
index c1e9a0bb27781aa58f2e175c8b6a6c39b356d69f..77b068132651f72a946b14d27ebab940c4f24cef 100644 (file)
@@ -1,3 +1,9 @@
+From ak@suse.de  Mon May 23 09:16:11 2005
+Date: Tue, 17 May 2005 04:53:30 +0000
+From: Andi Kleen <ak@suse.de>
+To: stable@kernel.org
+Subject: [PATCH] x86_64: Fix canonical checking for segment registers in ptrace
+
 [PATCH] x86_64: Fix canonical checking for segment registers in ptrace
 
 Allowed user programs to set a non canonical segment base, which would cause
index 437df29d14956d7078af312d22ef5a9cff3b0c5c..12d0a14021dd6766ca30904b7da900d0703ee206 100644 (file)
@@ -1,3 +1,9 @@
+From ak@suse.de  Mon May 23 09:16:11 2005
+Date: Tue, 17 May 2005 04:53:29 +0000
+From: Andi Kleen <ak@suse.de>
+To: stable@kernel.org
+Subject: [PATCH] x86_64: check if ptrace RIP is canonical
+
 [PATCH] x86_64: check if ptrace RIP is canonical
 
 This works around an AMD Erratum.
index a4129c75a745ac40ee22791bd774a5f8ada76cd2..e54b48b046254cd7e5104796bc720b330e7367ec 100644 (file)
@@ -1,3 +1,9 @@
+From ak@suse.de  Mon May 23 09:16:11 2005
+Date: Tue, 17 May 2005 04:53:31 +0000
+From: Andi Kleen <ak@suse.de>
+To: stable@kernel.org
+Subject: [PATCH] x86_64: When checking vmalloc mappings don't use pte_page
+
 [PATCH] x86_64: When checking vmalloc mappings don't use pte_page
 
 The PTEs can point to ioremap mappings too, and these are often outside