From: Greg Kroah-Hartman Date: Thu, 18 May 2006 17:39:58 +0000 (-0700) Subject: removed [PATCH] from review patches X-Git-Tag: v2.6.16.17~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3401ab133a7ae869dbd0b53d05ba87d60ae01d76;p=thirdparty%2Fkernel%2Fstable-queue.git removed [PATCH] from review patches --- diff --git a/review-2.6.16/BLOCK-limit-request_fn-recursion.patch b/review-2.6.16/BLOCK-limit-request_fn-recursion.patch index 2951a831d0d..64269cff7a4 100644 --- a/review-2.6.16/BLOCK-limit-request_fn-recursion.patch +++ b/review-2.6.16/BLOCK-limit-request_fn-recursion.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Jens Axboe 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 diff --git a/review-2.6.16/Cardman-40x0-Fix-udev-device-creation.patch b/review-2.6.16/Cardman-40x0-Fix-udev-device-creation.patch index 5063340924a..6533d9ed790 100644 --- a/review-2.6.16/Cardman-40x0-Fix-udev-device-creation.patch +++ b/review-2.6.16/Cardman-40x0-Fix-udev-device-creation.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Harald Welte 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 diff --git a/review-2.6.16/PCI-VIA-quirk-fixup-additional-PCI-IDs.patch b/review-2.6.16/PCI-VIA-quirk-fixup-additional-PCI-IDs.patch index ed35a8e5bb7..9fed3bfb4ac 100644 --- a/review-2.6.16/PCI-VIA-quirk-fixup-additional-PCI-IDs.patch +++ b/review-2.6.16/PCI-VIA-quirk-fixup-additional-PCI-IDs.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Chris Wedgwood 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. diff --git a/review-2.6.16/PCI-quirk-VIA-IRQ-fixup-should-only-run-for-VIA-southbridges.patch b/review-2.6.16/PCI-quirk-VIA-IRQ-fixup-should-only-run-for-VIA-southbridges.patch index 2a821a49e0d..e8318c3f39f 100644 --- a/review-2.6.16/PCI-quirk-VIA-IRQ-fixup-should-only-run-for-VIA-southbridges.patch +++ b/review-2.6.16/PCI-quirk-VIA-IRQ-fixup-should-only-run-for-VIA-southbridges.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Chris Wedgwood 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 diff --git a/review-2.6.16/add-migratepage-address-space-op-to-shmem.patch b/review-2.6.16/add-migratepage-address-space-op-to-shmem.patch index 4e76d5c5c66..572f7ecb901 100644 --- a/review-2.6.16/add-migratepage-address-space-op-to-shmem.patch +++ b/review-2.6.16/add-migratepage-address-space-op-to-shmem.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Lee Schermerhorn 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. diff --git a/review-2.6.16/fix-ptrace_attach-ptrace_traceme-de_thread-race.patch b/review-2.6.16/fix-ptrace_attach-ptrace_traceme-de_thread-race.patch index 5a760ab99e2..f6a98c8a89e 100644 --- a/review-2.6.16/fix-ptrace_attach-ptrace_traceme-de_thread-race.patch +++ b/review-2.6.16/fix-ptrace_attach-ptrace_traceme-de_thread-race.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Linus Torvalds 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 diff --git a/review-2.6.16/fs-compat.c-fix-if-typo.patch b/review-2.6.16/fs-compat.c-fix-if-typo.patch index 6a05e803ac0..bdfeb03bbdf 100644 --- a/review-2.6.16/fs-compat.c-fix-if-typo.patch +++ b/review-2.6.16/fs-compat.c-fix-if-typo.patch @@ -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 diff --git a/review-2.6.16/fs-locks.c-Fix-sys_flock-race.patch b/review-2.6.16/fs-locks.c-Fix-sys_flock-race.patch index 068295027dc..2e679e23d58 100644 --- a/review-2.6.16/fs-locks.c-Fix-sys_flock-race.patch +++ b/review-2.6.16/fs-locks.c-Fix-sys_flock-race.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Trond Myklebust 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. diff --git a/review-2.6.16/netfilter-do_add_counters-race-possible-info-leak.patch b/review-2.6.16/netfilter-do_add_counters-race-possible-info-leak.patch index 0d14c62cb65..aef3056c9bc 100644 --- a/review-2.6.16/netfilter-do_add_counters-race-possible-info-leak.patch +++ b/review-2.6.16/netfilter-do_add_counters-race-possible-info-leak.patch @@ -3,7 +3,7 @@ Date: Tue, 16 May 2006 12:07:20 -0700 From: Chris Wright To: Marcel Holtmann Cc: Kirill Korotaev , Solar Designer , Patrick McHardy -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 diff --git a/review-2.6.16/page-migration-Fix-fallback-behavior-for-dirty-pages.patch b/review-2.6.16/page-migration-Fix-fallback-behavior-for-dirty-pages.patch index d3cfde09edd..02721af668c 100644 --- a/review-2.6.16/page-migration-Fix-fallback-behavior-for-dirty-pages.patch +++ b/review-2.6.16/page-migration-Fix-fallback-behavior-for-dirty-pages.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Christoph Lameter 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 diff --git a/review-2.6.16/ptrace_attach-fix-possible-deadlock-schenario-with-irqs.patch b/review-2.6.16/ptrace_attach-fix-possible-deadlock-schenario-with-irqs.patch index 1bb2a0f57fd..555817d5de4 100644 --- a/review-2.6.16/ptrace_attach-fix-possible-deadlock-schenario-with-irqs.patch +++ b/review-2.6.16/ptrace_attach-fix-possible-deadlock-schenario-with-irqs.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Linus Torvalds 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 diff --git a/review-2.6.16/remove-cond_resched-in-gather_stats.patch b/review-2.6.16/remove-cond_resched-in-gather_stats.patch index a9e2da252a6..d278c0536c4 100644 --- a/review-2.6.16/remove-cond_resched-in-gather_stats.patch +++ b/review-2.6.16/remove-cond_resched-in-gather_stats.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Christoph Lameter 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. diff --git a/review-2.6.16/scx200_acb-fix-resource-name-use-after-free.patch b/review-2.6.16/scx200_acb-fix-resource-name-use-after-free.patch index de523622d44..26f92d86c06 100644 --- a/review-2.6.16/scx200_acb-fix-resource-name-use-after-free.patch +++ b/review-2.6.16/scx200_acb-fix-resource-name-use-after-free.patch @@ -3,7 +3,7 @@ Date: Sat, 13 May 2006 11:17:37 +0200 From: Jean Delvare 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 diff --git a/review-2.6.16/selinux-check-for-failed-kmalloc-in-security_sid_to_context.patch b/review-2.6.16/selinux-check-for-failed-kmalloc-in-security_sid_to_context.patch index b9f38e250c4..3a680b1e4d9 100644 --- a/review-2.6.16/selinux-check-for-failed-kmalloc-in-security_sid_to_context.patch +++ b/review-2.6.16/selinux-check-for-failed-kmalloc-in-security_sid_to_context.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Serge E. Hallyn 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. diff --git a/review-2.6.16/smbfs-fix-slab-corruption-in-samba-error-path.patch b/review-2.6.16/smbfs-fix-slab-corruption-in-samba-error-path.patch index de6a2ab7db5..f18c6f8cb24 100644 --- a/review-2.6.16/smbfs-fix-slab-corruption-in-samba-error-path.patch +++ b/review-2.6.16/smbfs-fix-slab-corruption-in-samba-error-path.patch @@ -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 diff --git a/review-2.6.16/smbus-unhiding-kills-thermal-management.patch b/review-2.6.16/smbus-unhiding-kills-thermal-management.patch index 6c5bcbbf83f..d7ddb96a341 100644 --- a/review-2.6.16/smbus-unhiding-kills-thermal-management.patch +++ b/review-2.6.16/smbus-unhiding-kills-thermal-management.patch @@ -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 diff --git a/review-2.6.16/tg3-ethtool-always-report-port-is-tp.patch b/review-2.6.16/tg3-ethtool-always-report-port-is-tp.patch index 9f58e4a4058..a480a754efe 100644 --- a/review-2.6.16/tg3-ethtool-always-report-port-is-tp.patch +++ b/review-2.6.16/tg3-ethtool-always-report-port-is-tp.patch @@ -1,7 +1,7 @@ From nobody Mon Sep 17 00:00:00 2001 From: Karsten Keil 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. diff --git a/review-2.6.16/via-rhine-zero-pad-short-packets-on-rhine-i-ethernet-cards.patch b/review-2.6.16/via-rhine-zero-pad-short-packets-on-rhine-i-ethernet-cards.patch index 5aa052f1645..02bbd478576 100644 --- a/review-2.6.16/via-rhine-zero-pad-short-packets-on-rhine-i-ethernet-cards.patch +++ b/review-2.6.16/via-rhine-zero-pad-short-packets-on-rhine-i-ethernet-cards.patch @@ -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 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