[patch 66/69] CPUFREQ: Support rev H AMD64s in powernow-k8

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Dave Jones <[EMAIL PROTECTED]> --- arch/i386/kernel/cpu/cpufreq/powernow-k8.c |2 +- arch/i386/kernel/cpu/cpufreq/powernow-k8.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[patch 41/69] pci-quirks: disable MSI on RS400-200 and RS480

2007-05-21 Thread Chris Wright
]> Cc: Greg K-H <[EMAIL PROTECTED]> Cc: Jeff Garzik <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/pci/quirks.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) --

Re: [PATCH] - fix oops in sysfs_readdir

2007-05-21 Thread Chris Wright
[Please Cc: Adrian Bunk (added) for 2.6.16-stable material] * Eric Sandeen ([EMAIL PROTECTED]) wrote: > This is a non-ida backport of Tejun's patch in -mm at: >

Re: [stable] [PATCH] Ignore bogus ACPI info for offline CPUs

2007-05-21 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: > The irq 9 issue is a separate problem and only surfaces on some boxen, > but it's not related to this patch. It's related to maxcpus=1 as well. Thanks for confirming, just was double checking the two issues were indeed separate. thanks, -chris - To

Re: [stable] [PATCH] Ignore bogus ACPI info for offline CPUs

2007-05-21 Thread Chris Wright
* Darren Hart ([EMAIL PROTECTED]) wrote: > On Saturday 19 May 2007 07:22:50 Thomas Gleixner wrote: > > Booting a SMP kernel with maxcpus=1 on a SMP system leads to a hard > > hang, because ACPI ignores the maxcpus setting and sends timer broadcast > > info for the offline CPUs. This results in a

Re: [stable] [PATCH] Ignore bogus ACPI info for offline CPUs

2007-05-21 Thread Chris Wright
* Darren Hart ([EMAIL PROTECTED]) wrote: On Saturday 19 May 2007 07:22:50 Thomas Gleixner wrote: Booting a SMP kernel with maxcpus=1 on a SMP system leads to a hard hang, because ACPI ignores the maxcpus setting and sends timer broadcast info for the offline CPUs. This results in a stuck

Re: [stable] [PATCH] Ignore bogus ACPI info for offline CPUs

2007-05-21 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: The irq 9 issue is a separate problem and only surfaces on some boxen, but it's not related to this patch. It's related to maxcpus=1 as well. Thanks for confirming, just was double checking the two issues were indeed separate. thanks, -chris - To

Re: [PATCH] - fix oops in sysfs_readdir

2007-05-21 Thread Chris Wright
[Please Cc: Adrian Bunk (added) for 2.6.16-stable material] * Eric Sandeen ([EMAIL PROTECTED]) wrote: This is a non-ida backport of Tejun's patch in -mm at:

[patch 41/69] pci-quirks: disable MSI on RS400-200 and RS480

2007-05-21 Thread Chris Wright
PROTECTED] Cc: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/pci/quirks.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) --- linux-2.6.21.1.orig/drivers/pci/quirks.c +++ linux

[patch 66/69] CPUFREQ: Support rev H AMD64s in powernow-k8

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Dave Jones [EMAIL PROTECTED] --- arch/i386/kernel/cpu/cpufreq/powernow-k8.c |2 +- arch/i386/kernel/cpu/cpufreq/powernow-k8.h |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[patch 42/69] fix for bugzilla 8426: massive slowdown on SCSI CD/DVD drive connected to mptspi driver

2007-05-21 Thread Chris Wright
was called. This caused a massive slowdown (of 150x to 300x) on the CD/DVD drive on the high-end HP Integrity servers. Signed-off-by: Doug Chapman [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: James Bottomley [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright

[patch 45/69] IPMI: fix SI address space settings

2007-05-21 Thread Chris Wright
PROTECTED] Cc: Patrick Schoeller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/char/ipmi/ipmi_si_intf.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.21.1.orig/drivers/char/ipmi/ipmi_si_intf.c

[patch 00/69] -stable review

2007-05-21 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.21.2 release. There are 69 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a

[patch 04/69] ACPI: Fix 2.6.21 boot regression on P4/HT

2007-05-21 Thread Chris Wright
systems. It turns out that not clearing this field exposes Linux to SMM BIOS failures, so do the same in 2.6.21. http://bugzilla.kernel.org/show_bug.cgi?id=8346 Signed-off-by: Len Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/acpi/tables/tbfadt.c | 14

[patch 08/69] iop: fix iop_getttimeoffset

2007-05-21 Thread Chris Wright
Buytenhek [EMAIL PROTECTED] Cc: Russell King [EMAIL PROTECTED] Signed-off-by: Dan Williams [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/arm/plat-iop/time.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig/arch/arm/plat-iop/time.c

[patch 13/69] arm: fix handling of svc mode undefined instructions

2007-05-21 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Dan Williams [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/arm/kernel/traps.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- linux-2.6.21.1.orig/arch/arm/kernel/traps.c +++ linux-2.6.21.1/arch/arm/kernel/traps.c @@ -273,6

[patch 05/69] cxacru: Fix infinite loop when trying to cancel polling task

2007-05-21 Thread Chris Wright
-off-by: Simon Arlott [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Fixed for 2.6.22 by 6a02c996bce297a782432e29c69268356e97fadd. drivers/usb/atm/cxacru.c | 40 1 file changed, 36 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig

[patch 68/69] CPUFREQ: powernow-k7: fix MHz rounding issue with perflib

2007-05-21 Thread Chris Wright
correct either). Signed-off-by: Daniel Drake [EMAIL PROTECTED] Signed-off-by: Dave Jones [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/kernel/cpu/cpufreq/powernow-k7.c | 36 ++--- 1 file changed, 28 insertions(+), 8 deletions(-) --- linux

[patch 19/69] skge: default WOL should be magic only (rev2)

2007-05-21 Thread Chris Wright
to a switch. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/skge.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- linux-2.6.21.1.orig/drivers/net/skge.c +++ linux-2.6.21.1/drivers/net/skge.c @@ -3583,7 +3583,9

[patch 09/69] iop13xx: fix i/o address translation

2007-05-21 Thread Chris Wright
. Much thanks to Martin Michlmayr for tracking this issue and testing debug patches. Cc: Martin Michlmayr [EMAIL PROTECTED] Cc: Russell King [EMAIL PROTECTED] Signed-off-by: Dan Williams [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/arm/mach-iop13xx/pci.c|8

[patch 63/69] USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release()

2007-05-21 Thread Chris Wright
that is being processed for new event in hiddev_send_event(). Synchronize the operations over this list. Signed-off-by: Jiri Kosina [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- (in Linus' tree as cdcb44e87bedcf5070eece61f89f9373a3810031) --- drivers/usb/input/hiddev.c | 14

[patch 12/69] sata_via: add missing PM hooks

2007-05-21 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/ata/sata_via.c |8 1 file changed, 8 insertions(+) --- linux-2.6.21.1.orig/drivers/ata/sata_via.c +++ linux-2.6.21.1/drivers/ata/sata_via.c @@ -97,6 +97,10 @@ static struct pci_driver svia_pci_driver

[patch 07/69] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-21 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- [chrisw: Why is this not upstream yet?] drivers/ata/libata-sff.c | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) --- linux-2.6.21.1.orig/drivers/ata/libata-sff.c +++ linux-2.6.21.1/drivers/ata/libata-sff.c @@ -557,12

[patch 06/69] reiserfs: suppress lockdep warning

2007-05-21 Thread Chris Wright
by I_PRIVATE. Add the appropriate annotation. Cc: [EMAIL PROTECTED] Cc: Antonino A. Daplas [EMAIL PROTECTED] Cc: Takashi Iwai [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/reiserfs/xattr.c |2 +- 1 file changed, 1 insertion(+), 1

[patch 30/69] udf: decrement correct link count in udf_rmdir

2007-05-21 Thread Chris Wright
in the link count overflowing on a very long-lived, much modified directory. Signed-off-by: Stephen Mollett [EMAIL PROTECTED] Cc: Dave Hansen [EMAIL PROTECTED] Cc: Jan Kara [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/udf/namei.c

[patch 10/69] kbuild: fixdep segfault on pathological string-o-death

2007-05-21 Thread Chris Wright
. This string appeared in the wild in the current mISDN sources (I think they meant CONFIG_MODULES). But it shouldn't segfault (esp as CONFIG_MODULE appeared in a quoted string). Signed-off-by: Andy Green [EMAIL PROTECTED] Signed-off-by: Sam Ravnborg [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL

[patch 16/69] ppp: Fix ppp_deflate issues with recent zlib_inflate changes

2007-05-21 Thread Chris Wright
. Users other than ppp_deflate (the only Z_PACKET_FLUSH user) should be unaffected. Fixes bug 8405 (confirmed by Stefan) Signed-off-by: Richard Purdie [EMAIL PROTECTED] Cc: Stefan Wenk [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 44/69] ALSA: hda-codec - Fix resume of STAC92xx codecs

2007-05-21 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- --- sound/pci/hda/patch_sigmatel.c |1 + 1 file changed, 1 insertion(+) --- linux-2.6.21.1.orig/sound/pci/hda/patch_sigmatel.c +++ linux-2.6.21.1/sound/pci/hda/patch_sigmatel.c @@ -1751,6 +1751,7 @@ static int stac92xx_resume(struct hda_co

[patch 15/69] slob: fix page order calculation on not 4KB page

2007-05-21 Thread Chris Wright
of get_order(). Signed-off-by: Akinobu Mita [EMAIL PROTECTED] Acked-by: Matt Mackall [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm/slob.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) --- linux-2.6.21.1

[patch 39/69] md: Avoid a possibility that a read error can wrongly propagate through md/raid1 to a filesystem.

2007-05-21 Thread Chris Wright
. So, tighten up the locking. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/md/raid1.c | 33 +++-- 1 file changed, 19 insertions(+), 14 deletions(-) diff .prev/drivers/md/raid1.c ./drivers/md/raid1.c --- linux

[patch 40/69] driver-core: dont free devt_attr till the device is released

2007-05-21 Thread Chris Wright
-by: Tejun Heo [EMAIL PROTECTED] Cc: Chris Rankin [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Applies well to 2.6.20 and 21. As sysfs-immediate-disconnect doesn't seem to be included in 2.6.22, this should be included in linus#master too (applies well there as well). drivers/base

[patch 17/69] knfsd: Avoid use of unitialised variables on error path when nfs exports.

2007-05-21 Thread Chris Wright
-off-by: Chris Wright [EMAIL PROTECTED] --- fs/nfsd/export.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff .prev/fs/nfsd/export.c ./fs/nfsd/export.c --- linux-2.6.21.1.orig/fs/nfsd/export.c +++ linux-2.6.21.1/fs/nfsd/export.c @@ -469,6 +469,13 @@ static int

[patch 14/69] oom: fix constraint deadlock

2007-05-21 Thread Chris Wright
: Nick Piggin [EMAIL PROTECTED] Cc: Christoph Lameter [EMAIL PROTECTED] Cc: Martin J. Bligh [EMAIL PROTECTED] Signed-off-by: David Rientjes [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm/oom_kill.c | 10 ++ 1 file

[patch 38/69] clocksource: fix resume logic

2007-05-21 Thread Chris Wright
. Signed-off-by: Thomas Gleixner [EMAIL PROTECTED] Cc: john stultz [EMAIL PROTECTED] Cc: Andi Kleen [EMAIL PROTECTED] Cc: Ingo Molnar [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/linux/clocksource.h |3 ++ kernel

[patch 62/69] sky2: fix oops on shutdown

2007-05-21 Thread Chris Wright
or suspend/resume. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/sky2.c | 10 ++ 1 file changed, 10 insertions(+) --- linux-2.6.21.1.orig/drivers/net/sky2.c +++ linux-2.6.21.1/drivers/net/sky2.c @@ -3719,6 +3719,7

[patch 59/69] sky2: allow 88E8056

2007-05-21 Thread Chris Wright
PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/sky2.c |3 --- 1 file changed, 3 deletions(-) --- linux-2.6.21.1.orig/drivers/net/sky2.c +++ linux-2.6.21.1/drivers/net/sky2.c @@ -123,10 +123,7 @@ static const struct pci_device_id sky2_i { PCI_DEVICE

[patch 60/69] sky2: 88e8071 support not ready

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Stephen Hemminger [EMAIL PROTECTED] The driver is not ready to support 88e8071 chip, it requires several more changes (not done yet). If this chip is present, system will hang on boot.

[patch 61/69] skge: crash on shutdown/suspend

2007-05-21 Thread Chris Wright
or suspend/resume. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/skge.c |9 + 1 file changed, 9 insertions(+) --- linux-2.6.21.1.orig/drivers/net/skge.c +++ linux-2.6.21.1/drivers/net/skge.c @@ -3794,6 +3794,9 @@ static int

[patch 29/69] fat: fix VFAT compat ioctls on 64-bit systems

2007-05-21 Thread Chris Wright
Oldeman [EMAIL PROTECTED] Signed-off-by: OGAWA Hirofumi [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/fat/dir.c | 199 +-- 1 file changed, 100 insertions(+), 99

[patch 69/69] CRYPTO: api: Read module pointer before freeing algorithm

2007-05-21 Thread Chris Wright
the algorithm and that pointer sits inside the object that we just freed. So this patch reads the module pointer out before we free the object. Thanks to Luca Tettamanti for reporting this. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- crypto/api.c

[patch 18/69] knfsd: rpc: fix server-side wrapping of krb5i replies

2007-05-21 Thread Chris Wright
to deal with that case separately anyway. Acked-by: J. Bruce Fields [EMAIL PROTECTED] Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/sunrpc/auth_gss/svcauth_gss.c |8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff .prev/net/sunrpc

[patch 20/69] skge: allow WOL except for known broken chips

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Stephen Hemminger [EMAIL PROTECTED] Wake On Lan works correctly on Yukon-FE and other variants. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 67/69] CPUFREQ: Correct revision mask for powernow-k8

2007-05-21 Thread Chris Wright
name. Signed-off-by: Dave Jones [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/kernel/cpu/cpufreq/powernow-k8.c |2 +- arch/i386/kernel/cpu/cpufreq/powernow-k8.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/i386/kernel/cpu/cpufreq

[patch 37/69] fix leaky resv_huge_pages when cpuset is in use

2007-05-21 Thread Chris Wright
Litke [EMAIL PROTECTED] Cc: Martin Bligh [EMAIL PROTECTED] Acked-by: David Gibson [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm/hugetlb.c |2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.21.1.orig/mm/hugetlb.c +++ linux

[patch 28/69] highres/dyntick: prevent xtime lock contention

2007-05-21 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- kernel/time/tick-common.c |8 +++- kernel/time/tick-internal.h |1 + kernel/time/tick-sched.c| 42 -- 3 files changed, 48 insertions(+), 3 deletions(-) --- linux-2.6.21.1

[patch 35/69] SCTP: Correctly copy addresses in sctp_copy_laddrs

2007-05-21 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/sctp/socket.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig/net/sctp/socket.c +++ linux-2.6.21.1/net/sctp/socket.c @@ -4016,6 +4016,7

[patch 02/69] sis900: Allocate rx replacement buffer before rx operation

2007-05-21 Thread Chris Wright
. Signed-off-by: Neil Horman [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/sis900.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig/drivers/net/sis900.c +++ linux-2.6.21.1/drivers

[patch 64/69] JFS: Fix race waking up jfsIO kernel thread

2007-05-21 Thread Chris Wright
but before it sets its state to TASK_INTERRUPTIBLE. The jfsIO thread should set the state before giving up the spinlock, so the waking thread will really wake it. Signed-off-by: Dave Kleikamp [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/jfs/jfs_logmgr.c |3 ++- 1 file

[patch 43/69] i386: HPET, check if the counter works

2007-05-21 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- [chrisw: Why is this not upstream yet?] --- arch/i386/kernel/hpet.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) --- linux-2.6.21.1.orig/arch/i386/kernel/hpet.c +++ linux-2.6.21.1/arch/i386/kernel/hpet.c

[patch 01/69] ipv6: track device renames in snmp6

2007-05-21 Thread Chris Wright
is trivial, just unregister/re-register in notify handler. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/addrconf.c |6 -- net/ipv6/proc.c |1 + 2 files changed, 5 insertions(+), 2 deletions(-) --- linux-2.6.21.1

[patch 31/69] IPV6: Fix slab corruption running ip6sic

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Eric Sesterhenn [EMAIL PROTECTED] --- net/ipv6/xfrm6_tunnel.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.1.orig/net/ipv6/xfrm6_tunnel.c +++

[patch 11/69] NETFILTER: {ip,nf}_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT

2007-05-21 Thread Chris Wright
version 0 (non PPTP) packets. Signed-off-by: Jorge Boncompte [EMAIL PROTECTED] Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- commit 244c67aee5750eb3a79c727d09c01a500e68bbbe tree 29bbce944bba681886a6d58c0c6b7bca3858c0e1 parent

[patch 65/69] NETFILTER: {ip,nf}_conntrack: fix use-after-free in helper destroy callback invocation

2007-05-21 Thread Chris Wright
/tested by Gabor Burjan [EMAIL PROTECTED]. Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- commit 441f15ce23ef5c4d149b7e7985f63c1ddd334c45 tree 8783e067803def0fc2773ef3515190143ac47320 parent 8d8b10482fffcb72b15515231bb942e2ad6395c9 author Patrick

[patch 34/69] SCTP: Fix sctp_getsockopt_local_addrs_old() to use local storage.

2007-05-21 Thread Chris Wright
sleep. the call to sctp_copy_laddrs_to_user() while holding the lock is also problematic as it calls copy_to_user() Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/sctp/socket.c | 96

[patch 48/69] IPV6: Do no rely on skb-dst before it is assigned.

2007-05-21 Thread Chris Wright
PROTECTED]) Signed-off-by: YOSHIFUJI Hideaki [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/exthdrs.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig/net/ipv6/exthdrs.c

[patch 57/69] SPARC64: Bump PROMINTR_MAX to 32.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller [EMAIL PROTECTED] Some devices have more than 15 which was the previous setting. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 49/69] IPV6 ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry.

2007-05-21 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/addrconf.c |4 1 file changed, 4 insertions(+) --- linux-2.6.21.1.orig/net/ipv6/addrconf.c +++ linux-2.6.21.1/net/ipv6/addrconf.c @@ -4062,6 +4062,10 @@ int __init addrconf_init(void) return err

[patch 56/69] SERIAL SUNHV: Add an ID string.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller [EMAIL PROTECTED] The 'compatible' property can be SUNW,sun4v-console as well as 'qcn'. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 47/69] IPV6: Send ICMPv6 error on scope violations.

2007-05-21 Thread Chris Wright
with code 2 (not neighbor), but Linux doesn't. Fix below. Signed-off-by: David L Stevens [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/ip6_output.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions

[patch 53/69] IPSEC: Check validity of direction in xfrm_policy_byid

2007-05-21 Thread Chris Wright
that was cool. In retrospect it isn't such a good idea :) I decided against letting it delete the policy anyway just in case we ever remove the connection between indicies and direction. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright

[patch 55/69] SPARC64: Fix recursion in PROM tree building.

2007-05-21 Thread Chris Wright
-off-by: Chris Wright [EMAIL PROTECTED] --- arch/sparc64/kernel/prom.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) --- linux-2.6.21.1.orig/arch/sparc64/kernel/prom.c +++ linux-2.6.21.1/arch/sparc64/kernel/prom.c @@ -1555,10 +1555,21 @@ static struct device_node

[patch 36/69] TCP: zero out rx_opt in tcp_disconnect()

2007-05-21 Thread Chris Wright
-rx_opt struct in tcp_disconnect() to avoid this sort of problem. Signed-off-by: Srinivas Aji [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/tcp.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- linux

[patch 52/69] SCTP: Prevent OOPS if hmac modules didnt load

2007-05-21 Thread Chris Wright
telling the user what happend. Signed-off-by: Vlad Yasevich [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/sctp/socket.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- linux-2.6.21.1.orig/net/sctp/socket.c

[patch 54/69] SPARC64: Add missing cpus_empty() check in hypervisor xcall handling.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller [EMAIL PROTECTED] --- arch/sparc64/kernel/smp.c |3 +++ 1 file changed, 3 insertions(+) --- linux-2.6.21.1.orig/arch/sparc64/kernel/smp.c +++

[patch 50/69] IPV6: Reverse sense of promisc tests in ip6_mc_input

2007-05-21 Thread Chris Wright
] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/ip6_input.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.1.orig/net/ipv6/ip6_input.c +++ linux-2.6.21.1/net/ipv6/ip6_input.c @@ -235,7 +235,7 @@ int

[patch 58/69] SPARC64: Be more resiliant with PCI I/O space regs.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller [EMAIL PROTECTED] If we miss on the ranges, just toss the translation up to the parent instead of failing. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris

[patch 32/69] NETPOLL: Fix TX queue overflow in trapped mode.

2007-05-21 Thread Chris Wright
PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/linux/netdevice.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) --- linux-2.6.21.1.orig/include/linux/netdevice.h +++ linux-2.6.21.1/include/linux/netdevice.h

[patch 03/69] smc911x: fix compilation breakage wjen debug is on

2007-05-21 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.1.orig/drivers/net/smc911x.c +++ linux-2.6.21.1/drivers/net/smc911x.c @@ -499,7 +499,7 @@ static inline void smc911x_rcv(struct n SMC_SET_RX_CFG

[patch 51/69] NET_SCHED: prio qdisc boundary condition

2007-05-21 Thread Chris Wright
-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/sched/sch_prio.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.1.orig/net/sched/sch_prio.c +++ linux-2.6.21.1/net/sched/sch_prio.c @@ -74,7 +74,7 @@ prio_classify(struct sk_buff

[patch 23/69] TG3: Update version and reldate.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: [EMAIL PROTECTED] Update version to 3.75.1. Signed-off-by: Michael Chan [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] --- drivers/net/tg3.c |4 ++-- 1 file changed, 2

[patch 21/69] TG3: Fix TSO bugs.

2007-05-21 Thread Chris Wright
-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- --- drivers/net/tg3.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) --- linux-2.6.21.1.orig/drivers/net/tg3.c +++ linux-2.6.21.1/drivers/net/tg3.c @@ -3895,8 +3895,7 @@ static int

[patch 25/69] BNX2: Block MII access when ifdown.

2007-05-21 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- --- drivers/net/bnx2.c |6 ++ 1 file changed, 6 insertions(+) --- linux-2.6.21.1.orig/drivers/net/bnx2.c +++ linux-2.6.21.1/drivers/net/bnx2.c @@ -5564,6 +5564,9 @@ bnx2_ioctl(struct net_device *dev, struc case SIOCGMIIREG

[patch 24/69] BNX2: Fix TSO problem with small MSS.

2007-05-21 Thread Chris Wright
and we still need to process it as a TSO packet. Thanks to Brian Ristuccia [EMAIL PROTECTED] for reporting the problem. Signed-off-by: Michael Chan [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/bnx2.c |3 +-- 1

[patch 22/69] TG3: Remove reset during MAC address changes.

2007-05-21 Thread Chris Wright
to always do that even when the MAC address is changed. Signed-off-by: Michael Chan [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- --- drivers/net/tg3.c | 35 ++- 1 file changed, 18 insertions

[patch 27/69] BNX2: Update version and reldate.

2007-05-21 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: [EMAIL PROTECTED] Update version to 1.5.8.1. Signed-off-by: Michael Chan [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 26/69] BNX2: Save PCI state during suspend.

2007-05-21 Thread Chris Wright
-off-by: Chris Wright [EMAIL PROTECTED] --- --- drivers/net/bnx2.c |2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.21.1.orig/drivers/net/bnx2.c +++ linux-2.6.21.1/drivers/net/bnx2.c @@ -6148,6 +6148,7 @@ bnx2_suspend(struct pci_dev *pdev, pm_me reset_code

[patch 33/69] NETPOLL: Remove CONFIG_NETPOLL_RX

2007-05-21 Thread Chris Wright
] Acked-by: Jeff Garzik [EMAIL PROTECTED] Acked-by: Matt Mackall [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/Kconfig |5 - 1 file changed, 5 deletions(-) --- linux-2.6.21.1.orig/drivers/net/Kconfig +++ linux

[patch 46/69] [PATCH] x86_64 : Fix vgettimeofday()

2007-05-21 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- arch/x86_64/kernel/vsyscall.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.1.orig/arch/x86_64/kernel/vsyscall.c +++ linux-2.6.21.1/arch/x86_64/kernel/vsyscall.c @@ -132,7 +132,7 @@ static __always_inline void do_vgettimeo

Re: [stable] [patch 00/69] -stable review

2007-05-21 Thread Chris Wright
* Andrew Morton ([EMAIL PROTECTED]) wrote: On Mon, 21 May 2007 12:16:12 -0700 Chris Wright [EMAIL PROTECTED] wrote: This is the start of the stable review cycle for the 2.6.21.2 release. Gee a lot of these are fixing recently-added regressions :( Did we fix oprofile on x86_64 yet

Re: [patch 43/69] i386: HPET, check if the counter works

2007-05-21 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: What happened to the maxcpus=1 hard lock prevention patch ? i placed it in the queue for .3. (primarily due to timing and since it hadn't hit upstream yet). - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: [patch 00/69] -stable review

2007-05-21 Thread Chris Wright
* Linus Torvalds ([EMAIL PROTECTED]) wrote: On Mon, 21 May 2007, Chuck Ebbert wrote: What happened to: Fix ACPI suspend / device suspend ordering problem 52ade9b3b97fd3bea42842a056fe0786c28d0555 I would suggest waiting on problem reports for that one a bit longer. It's queued for

Re: [patch 00/69] -stable review

2007-05-21 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: This is the start of the stable review cycle for the 2.6.21.2 release. There are 69 patches in this series, all will be posted as a response to this one. Roll-up patch available at: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review

Re: [stable] [patch 00/69] -stable review

2007-05-21 Thread Chris Wright
* Eric Dumazet ([EMAIL PROTECTED]) wrote: Chris Wright a écrit : * Andrew Morton ([EMAIL PROTECTED]) wrote: On Mon, 21 May 2007 12:16:12 -0700 Chris Wright [EMAIL PROTECTED] wrote: This is the start of the stable review cycle for the 2.6.21.2 release. Gee a lot of these are fixing recently

Re: [stable] [patch 00/69] -stable review

2007-05-21 Thread Chris Wright
* Chuck Ebbert ([EMAIL PROTECTED]) wrote: Another 2.6.20 update seems to be in order... Yes, the queue's there, just not ready to go yet. There's still bits that were for sent for to .21 and are applicable to .20 (which I'm wading through ATM). thanks, -chris - To unsubscribe from this list:

Re: [stable] [patch 07/69] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-21 Thread Chris Wright
* Linus Torvalds ([EMAIL PROTECTED]) wrote: On Mon, 21 May 2007, Chris Wright wrote: --- [chrisw: Why is this not upstream yet?] And equally importantly, why is it even in the stable queue if it's not upstream. It's against stable rules, and it means that we may have stuff that gets

Re: [stable] [patch 07/69] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-21 Thread Chris Wright
* Alan Cox ([EMAIL PROTECTED]) wrote: Yeah - fix your mailer, you got a reply 5 days ago. Sure wouldn't be the first time something broke. I'll take a look. thanks, -chris - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [stable] [patch 07/69] libata-sff: Undo bug introduced with pci_iomap changes

2007-05-21 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: * Alan Cox ([EMAIL PROTECTED]) wrote: Yeah - fix your mailer, you got a reply 5 days ago. Sure wouldn't be the first time something broke. I'll take a look. Thanks for the prod. I found 2 quite stale RBL entries, causing long connection delay

Re: [1/2] [NET] link_watch: Move link watch list into net_device

2007-05-10 Thread Chris Wright
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote: > Yep, this patch gets rid of my spinning thread. I can't find this patch > or any discussion on marc.info; is there a better netdev list archive? See the "linkwatch bustage in git-net" thread on netdev

Re: [1/2] [NET] link_watch: Move link watch list into net_device

2007-05-10 Thread Chris Wright
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote: Yep, this patch gets rid of my spinning thread. I can't find this patch or any discussion on marc.info; is there a better netdev list archive? See the linkwatch bustage in git-net thread on netdev

Re: [PATCH] x86-64 highres/dyntick support

2007-05-08 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: > Hmm, that's even more strange. Can you please provide the output > of /proc/timer_list ? It's quite normal looking, and a printk in clockevents_set_mode looks normal too. [EMAIL PROTECTED] ~]$ cat /proc/timer_list Timer List Version: v0.3

[PATCH 4/5] i386: i8253 clockevent shutdown and unused using pit

2007-05-08 Thread Chris Wright
Disable by programming pit directly when performing CLOCK_EVT_MODE_UNUSED or CLOCK_EVT_MODE_SHUTDOWN transitions. (A variant) tested successfully by Joachim Deguara on a Geode that exhibited BZ 8027 behaviour (with bad bogomips). Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Cc: J

Re: [PATCH] x86-64 highres/dyntick support

2007-05-08 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: > On Tue, 2007-05-08 at 02:39 -0700, Chris Wright wrote: > > > OK, looks very similar all things considered. One thing I didn't do > > was fix lapic timer calibration (was hoping you'd do that part, and you > > did ;-) I've no

[PATCH 5/5] x86_64: restore restore nohpet cmdline

2007-05-08 Thread Chris Wright
Lost when merged with i386. Happy to drop, but I suspect Andi would rather not break existing users (I noticed because it was part of my testing). If dropped, Documentation needs updating. Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/i386/kernel/hpet.c |8

[PATCH 3/5] i386: hpet assumes boot cpu is 0

2007-05-08 Thread Chris Wright
I fixed this in x86_64. Looks like the kind of thing that will break voyager on i386. Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/i386/kernel/hpet.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tglx.orig/arch/i386/kernel/hpet.c +++ tglx/arch/i386/kernel/

[PATCH 2/5] x86_64: __setup_APIC_LVTT whitespace fix

2007-05-08 Thread Chris Wright
Completely trivial one. Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/x86_64/kernel/apic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tglx.orig/arch/x86_64/kernel/apic.c +++ tglx/arch/x86_64/kernel/apic.c @@ -779,7 +779,7 @@ void __init init_apic_mapping

[PATCH 1/5] x86_64: tsc compile fix

2007-05-08 Thread Chris Wright
Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Just double checked, this is already picked up in -v2 patch. arch/x86_64/kernel/tsc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tglx.orig/arch/x86_64/kernel/tsc.c +++ tglx/arch/x86_64/kernel/tsc.c @@ -84,7 +84,7 @@

Re: [PATCH] x86-64 highres/dyntick support

2007-05-08 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: > On Mon, 2007-05-07 at 09:31 -0700, Chris Wright wrote: > > Going through to see where we differ and if there's > > any bits of my set that yours needs. > > Yes please. OK, looks very similar all things considered. One thin

Re: [PATCH] x86-64 highres/dyntick support

2007-05-08 Thread Chris Wright
* Thomas Gleixner ([EMAIL PROTECTED]) wrote: On Mon, 2007-05-07 at 09:31 -0700, Chris Wright wrote: Going through to see where we differ and if there's any bits of my set that yours needs. Yes please. OK, looks very similar all things considered. One thing I didn't do was fix lapic

[PATCH 1/5] x86_64: tsc compile fix

2007-05-08 Thread Chris Wright
Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Just double checked, this is already picked up in -v2 patch. arch/x86_64/kernel/tsc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tglx.orig/arch/x86_64/kernel/tsc.c +++ tglx/arch/x86_64/kernel/tsc.c @@ -84,7 +84,7 @@ static

[PATCH 2/5] x86_64: __setup_APIC_LVTT whitespace fix

2007-05-08 Thread Chris Wright
Completely trivial one. Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/x86_64/kernel/apic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tglx.orig/arch/x86_64/kernel/apic.c +++ tglx/arch/x86_64/kernel/apic.c @@ -779,7 +779,7 @@ void __init init_apic_mappings(void

<    1   2   3   4   5   6   7   8   9   10   >