]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
removed [PATCH] from review patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 18 May 2006 17:39:58 +0000 (10:39 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 18 May 2006 17:39:58 +0000 (10:39 -0700)
18 files changed:
review-2.6.16/BLOCK-limit-request_fn-recursion.patch
review-2.6.16/Cardman-40x0-Fix-udev-device-creation.patch
review-2.6.16/PCI-VIA-quirk-fixup-additional-PCI-IDs.patch
review-2.6.16/PCI-quirk-VIA-IRQ-fixup-should-only-run-for-VIA-southbridges.patch
review-2.6.16/add-migratepage-address-space-op-to-shmem.patch
review-2.6.16/fix-ptrace_attach-ptrace_traceme-de_thread-race.patch
review-2.6.16/fs-compat.c-fix-if-typo.patch
review-2.6.16/fs-locks.c-Fix-sys_flock-race.patch
review-2.6.16/netfilter-do_add_counters-race-possible-info-leak.patch
review-2.6.16/page-migration-Fix-fallback-behavior-for-dirty-pages.patch
review-2.6.16/ptrace_attach-fix-possible-deadlock-schenario-with-irqs.patch
review-2.6.16/remove-cond_resched-in-gather_stats.patch
review-2.6.16/scx200_acb-fix-resource-name-use-after-free.patch
review-2.6.16/selinux-check-for-failed-kmalloc-in-security_sid_to_context.patch
review-2.6.16/smbfs-fix-slab-corruption-in-samba-error-path.patch
review-2.6.16/smbus-unhiding-kills-thermal-management.patch
review-2.6.16/tg3-ethtool-always-report-port-is-tp.patch
review-2.6.16/via-rhine-zero-pad-short-packets-on-rhine-i-ethernet-cards.patch

index 2951a831d0d6370f2a29d4f91ef77166cc57d43a..64269cff7a4456054c8e5d74c4491ffddab71a08 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Jens Axboe <axboe@suse.de>
 Date: Thu, 11 May 2006 08:20:16 +0200
-Subject: [PATCH] [BLOCK] limit request_fn recursion
+Subject: [BLOCK] limit request_fn recursion
 
 Don't recurse back into the driver even if the unplug threshold is met,
 when the driver asks for a requeue. This is both silly from a logical
index 5063340924af428548763e6d3912214f78ea308d..6533d9ed7902cb57f287d9b689b0bb28af9ced5d 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Harald Welte <laforge@gnumonks.org>
 Date: Wed, 10 May 2006 13:28:52 +0200
-Subject: [PATCH] [Cardman 40x0] Fix udev device creation
+Subject: [Cardman 40x0] Fix udev device creation
 
 This patch corrects the order of the calls to register_chrdev() and
 pcmcia_register_driver().  Now udev correctly creates userspace device
index ed35a8e5bb7d4c46c26f42ee6c39dfdbaea43ed1..9fed3bfb4ac4f43aa519a9191414a410a9914fcb 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Chris Wedgwood <cw@f00f.org>
 Date: Mon, 15 May 2006 09:43:55 -0700
-Subject: [PATCH] VIA quirk fixup, additional PCI IDs
+Subject: VIA quirk fixup, additional PCI IDs
 
 An earlier commit (75cf7456dd87335f574dcd53c4ae616a2ad71a11) changed an
 overly-zealous PCI quirk to only poke those VIA devices that need it.
index 2a821a49e0d1eb2533a06931911b74bd3898b610..e8318c3f39faa6936c87d76c2f5a602a1b9a982c 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Chris Wedgwood <cw@f00f.org>
 Date: Tue, 18 Apr 2006 23:57:09 -0700
-Subject: [PATCH] PCI quirk: VIA IRQ fixup should only run for VIA southbridges
+Subject: PCI quirk: VIA IRQ fixup should only run for VIA southbridges
 
 Alan Cox pointed out that the VIA 'IRQ fixup' was erroneously running
 on my system which has no VIA southbridge (but I do have a VIA IEEE
index 4e76d5c5c667bd50bd13090212c3ef8166645042..572f7ecb9010c03d4225c8380ede92ff7a1e3955 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
 Date: Sat, 22 Apr 2006 02:35:48 -0700
-Subject: [PATCH] add migratepage address space op to shmem
+Subject: add migratepage address space op to shmem
 
 Basic problem: pages of a shared memory segment can only be migrated once.
 
index 5a760ab99e269854cfd2591696a4a69f6d37d4d3..f6a98c8a89e0ce77e9a30ef0cf622a0c4aadf5ed 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Linus Torvalds <torvalds@g5.osdl.org>
 Date: Sun May 7 10:49:33 2006 -0700
-Subject: [PATCH] Fix ptrace_attach()/ptrace_traceme()/de_thread() race
+Subject: Fix ptrace_attach()/ptrace_traceme()/de_thread() race
 
 This holds the task lock (and, for ptrace_attach, the tasklist_lock)
 over the actual attach event, which closes a race between attacking to a
index 6a05e803ac051caff499ac0ac88f2eb38c321f31..bdfeb03bbdfda52fb37194bea08f5341ee389ce3 100644 (file)
@@ -3,7 +3,7 @@ Date: Mon, 15 May 2006 09:44:27 -0700
 From: akpm@osdl.org
 To: torvalds@osdl.org
 Cc: stable@kernel.org, dwmw2@infradead.org, adobriyan@gmail.com, drepper@redhat.com
-Subject: [PATCH] fs/compat.c: fix 'if (a |= b )' typo
+Subject: fs/compat.c: fix 'if (a |= b )' typo
 
 From: Alexey Dobriyan <adobriyan@gmail.com>
 
index 068295027dccefd77e0049fc380b4c31fb85598a..2e679e23d5858ef341287533d1111bf84450a460 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Trond Myklebust <Trond.Myklebust@netapp.com>
 Date: Fri, 31 Mar 2006 02:30:55 -0800
-Subject: [PATCH] fs/locks.c: Fix sys_flock() race
+Subject: fs/locks.c: Fix sys_flock() race
 
 sys_flock() currently has a race which can result in a double free in the
 multi-thread case.
index 0d14c62cb65199b218c49d5555f16e6250f50e0f..aef3056c9bc2748ca7ed47938eda483bd69b95d9 100644 (file)
@@ -3,7 +3,7 @@ Date: Tue, 16 May 2006 12:07:20 -0700
 From: Chris Wright <chrisw@sous-sol.org>
 To: Marcel Holtmann <holtmann@redhat.com>
 Cc: Kirill Korotaev <dev@sw.ru>, Solar Designer <solar@openwall.com>, Patrick McHardy <kaber@trash.net>
-Subject: [PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006-0039)
+Subject: Netfilter: do_add_counters race, possible oops or info leak (CVE-2006-0039)
 
 Solar Designer found a race condition in do_add_counters(). The beginning
 of paddc is supposed to be the same as tmp which was sanity-checked
index d3cfde09edd34085251203944f9d5cb3d90e2420..02721af668c82675a732d6bf189ae5f798b610d4 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Christoph Lameter <clameter@sgi.com>
 Date: Mon, 1 May 2006 12:16:08 -0700
-Subject: [PATCH] page migration: Fix fallback behavior for dirty pages
+Subject: page migration: Fix fallback behavior for dirty pages
 
 Currently we check PageDirty() in order to make the decision to swap out
 the page.  However, the dirty information may be only be contained in the
index 1bb2a0f57fd8b1f7ac2a22cb622cfbbda370f04e..555817d5de43cae35eabbc7bc34c124cea925edd 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Linus Torvalds <torvalds@g5.osdl.org>
 Date: Thu May 11 11:08:49 2006 -0700
-Subject: [PATCH] ptrace_attach: fix possible deadlock schenario with irqs
+Subject: ptrace_attach: fix possible deadlock schenario with irqs
 
 Eric Biederman points out that we can't take the task_lock while holding
 tasklist_lock for writing, because another CPU that holds the task lock
index a9e2da252a689ea894992d0cb6de96a3529243a8..d278c0536c4af8f893d783ae8aedb66d6f147d24 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Christoph Lameter <clameter@sgi.com>
 Date: Thu, 20 Apr 2006 02:43:12 -0700
-Subject: [PATCH] Remove cond_resched in gather_stats()
+Subject: Remove cond_resched in gather_stats()
 
 gather_stats() is called with a spinlock held from check_pte_range.  We
 cannot reschedule with a lock held.
index de523622d44e4a56460967c1e24713d05334c1c4..26f92d86c067182410d0298d9ca9bbfabed1b2c9 100644 (file)
@@ -3,7 +3,7 @@ Date: Sat, 13 May 2006 11:17:37 +0200
 From: Jean Delvare <khali@linux-fr.org>
 To: stable@kernel.org
 Cc: 
-Subject: [PATCH] scx200_acb: Fix resource name use after free
+Subject: scx200_acb: Fix resource name use after free
 
 We can't pass a string on the stack to request_region. As soon as we
 leave the function that stack is gone and the string is lost. Let's
index b9f38e250c4605717b718be49734f8ba8a44deec..3a680b1e4d9e5e83b1c624051835fa12377c1c80 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Serge E. Hallyn <serue@us.ibm.com>
 Date: Mon, 15 May 2006 09:43:48 -0700
-Subject: [PATCH] selinux: check for failed kmalloc in security_sid_to_context()
+Subject: selinux: check for failed kmalloc in security_sid_to_context()
 
 Check for NULL kmalloc return value before writing to it.
 
index de6a2ab7db53126609856e920399621d8c764e73..f18c6f8cb24519dc09131c08044cbdb7cbeaae1a 100644 (file)
@@ -3,7 +3,7 @@ Date: Mon, 15 May 2006 09:44:12 -0700
 From: akpm@osdl.org
 To: torvalds@osdl.org
 Cc: jan@gondor.com, stable@kernel.org
-Subject: [PATCH] smbfs: Fix slab corruption in samba error path
+Subject: smbfs: Fix slab corruption in samba error path
 
 From: Jan Niehusmann <jan@gondor.com>
 
index 6c5bcbbf83fa15640890ce457f32208006d4920b..d7ddb96a34192f3e1e634cf2bb96ea1acc56246d 100644 (file)
@@ -3,7 +3,7 @@ Date: Mon, 15 May 2006 09:44:33 -0700
 From: akpm@osdl.org
 To: torvalds@osdl.org
 Cc: pavel@suse.cz, c-d.hailfinger.devel.2006@gmx.net, stable@kernel.org
-Subject: [PATCH] smbus unhiding kills thermal management
+Subject: smbus unhiding kills thermal management
 
 
 From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
index 9f58e4a405875fc6a55c545d4e3a33fb15831dd7..a480a754efec5155b1bf79c184addee78f3ca6f9 100644 (file)
@@ -1,7 +1,7 @@
 From nobody Mon Sep 17 00:00:00 2001
 From: Karsten Keil <kkeil@suse.de>
 Date: Fri May 12 12:49:08 2006 -0700
-Subject: [PATCH] TG3: ethtool always report port is TP.
+Subject: TG3: ethtool always report port is TP.
 
 Even with fiber cards ethtool reports that the connected port is TP,
 the patch fix this.
index 5aa052f1645fdfab3bdcf87747ee7df4624e320c..02bbd47857633b1451d94568bc1a3c2db7f89abd 100644 (file)
@@ -3,7 +3,7 @@ Date: Tue, 2 May 2006 19:59:21 GMT
 Message-Id: <200605021959.k42JxLiZ015749@hera.kernel.org>
 From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
 To: git-commits-head@vger.kernel.org
-Subject: [PATCH] via-rhine: zero pad short packets on Rhine I ethernet cards
+Subject: via-rhine: zero pad short packets on Rhine I ethernet cards
 
 From: Craig Brind <craigbrind@gmail.com>