Re: [PATCH][OPROFILE] x86: Use for_each_possible_cpu to allocate msrs (was [PATCH] x86: fix oprofile double free (was Re: Multiple free during oprofile unload))

2007-05-31 Thread Chris Wright
for_each_possible_cpu(). Signed-off-by: Arnaldo Carvalho de Melo [EMAIL PROTECTED] Acked-by: Chris Wright [EMAIL PROTECTED] Thanks Arnaldo. I noticed this earlier, but mistakenly didn't consider it an issue aside of code needing to be cleaned up and for hotplug (which I thought was already

Re: [PATCH] x86: fix oprofile double free (was Re: Multiple free during oprofile unload)

2007-05-26 Thread Chris Wright
* Andi Kleen ([EMAIL PROTECTED]) wrote: > > > And, in this case we're in luck. It's not released in any -stable tree > > yet (it's queued for the next release). So there's plenty of time to > > fix it up before next -stable release. > > > > Something like below should fix it. > > I already

Re: [PATCH] x86: fix oprofile double free (was Re: Multiple free during oprofile unload)

2007-05-26 Thread Chris Wright
* Andi Kleen ([EMAIL PROTECTED]) wrote: And, in this case we're in luck. It's not released in any -stable tree yet (it's queued for the next release). So there's plenty of time to fix it up before next -stable release. Something like below should fix it. I already got a similar

[PATCH] x86: fix oprofile double free (was Re: Multiple free during oprofile unload)

2007-05-25 Thread Chris Wright
ck. It's not released in any -stable tree yet (it's queued for the next release). So there's plenty of time to fix it up before next -stable release. Something like below should fix it. thanks, -chris -- Subject: [PATCH] x86: fix oprofile double free From: Chris Wright <[EMAIL PROTECTED]>

[PATCH] x86: fix oprofile double free (was Re: Multiple free during oprofile unload)

2007-05-25 Thread Chris Wright
not released in any -stable tree yet (it's queued for the next release). So there's plenty of time to fix it up before next -stable release. Something like below should fix it. thanks, -chris -- Subject: [PATCH] x86: fix oprofile double free From: Chris Wright [EMAIL PROTECTED] Chuck reports

Re: Linux 2.6.21.3

2007-05-24 Thread Chris Wright
diff --git a/Makefile b/Makefile index 22839cb..7980f39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 21 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME = Nocturnal Monster Puppy # *DOCUMENTATION* diff --git a/drivers/crypto/geode-aes.c

Linux 2.6.21.3

2007-05-24 Thread Chris Wright
deletions(-) Summary of changes from v2.6.21.2 to v2.6.21.3 Chris Wright (1): Linux 2.6.21.3 Jordan Crouse (1): GEODE-AES: Allow in-place operations [CVE-2007-2451] - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Linux 2.6.20.12

2007-05-24 Thread Chris Wright
diff --git a/Makefile b/Makefile index f585e79..87f5956 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .11 +EXTRAVERSION = .12 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/drivers/crypto/geode-aes.c

Linux 2.6.20.12

2007-05-24 Thread Chris Wright
deletions(-) Summary of changes from v2.6.20.11 to v2.6.20.12 Chris Wright (1): Linux 2.6.20.12 Jordan Crouse (1): GEODE-AES: Allow in-place operations [CVE-2007-2451] - To unsubscribe from this list: send the line "unsubscribe linux-k

Linux 2.6.20.12

2007-05-24 Thread Chris Wright
deletions(-) Summary of changes from v2.6.20.11 to v2.6.20.12 Chris Wright (1): Linux 2.6.20.12 Jordan Crouse (1): GEODE-AES: Allow in-place operations [CVE-2007-2451] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: Linux 2.6.20.12

2007-05-24 Thread Chris Wright
diff --git a/Makefile b/Makefile index f585e79..87f5956 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .11 +EXTRAVERSION = .12 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/drivers/crypto/geode-aes.c

Linux 2.6.21.3

2007-05-24 Thread Chris Wright
deletions(-) Summary of changes from v2.6.21.2 to v2.6.21.3 Chris Wright (1): Linux 2.6.21.3 Jordan Crouse (1): GEODE-AES: Allow in-place operations [CVE-2007-2451] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: Linux 2.6.21.3

2007-05-24 Thread Chris Wright
diff --git a/Makefile b/Makefile index 22839cb..7980f39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 21 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME = Nocturnal Monster Puppy # *DOCUMENTATION* diff --git a/drivers/crypto/geode-aes.c

Linux 2.6.21.2

2007-05-23 Thread Chris Wright
with pci_iomap changes Andy Green (1): kbuild: fixdep segfault on pathological string-o-death Chris Wright (1): Linux 2.6.21.2 Corey Minyard (1): IPMI: fix SI address space settings Corey Mutter (1): IPV6: Reverse sense of promisc tests in ip6_mc_input Dan Williams (3

Re: section mismatches

2007-05-23 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: > I tracked down a bunch of these a little while back. It's not really > iret_exc, but since there is no _sfixup/_efixup markers iret_exc is the > closest symbol to pick on. All the [iret_exc, _etext] warnings I found > were completely h

Re: section mismatches

2007-05-23 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: I tracked down a bunch of these a little while back. It's not really iret_exc, but since there is no _sfixup/_efixup markers iret_exc is the closest symbol to pick on. All the [iret_exc, _etext] warnings I found were completely harmless from things

Linux 2.6.21.2

2007-05-23 Thread Chris Wright
with pci_iomap changes Andy Green (1): kbuild: fixdep segfault on pathological string-o-death Chris Wright (1): Linux 2.6.21.2 Corey Minyard (1): IPMI: fix SI address space settings Corey Mutter (1): IPV6: Reverse sense of promisc tests in ip6_mc_input Dan Williams (3

Re: [stable] Wanted: Allow adding new device IDs during the -stable cycle

2007-05-22 Thread Chris Wright
* Jeff Garzik ([EMAIL PROTECTED]) wrote: > Chris Wright wrote: > >2) In theory new hardware can seem to work with a simple PCI ID > >update, and later we find it needs extra quirk handling or specific > >driver support. This could mean adding buggy support for new h

Re: section mismatches

2007-05-22 Thread Chris Wright
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote: > Andrew Morton wrote: > > WARNING: vmlinux(.text+0xc02fe884): Section mismatch: reference to > > .init.text: (between 'iret_exc' and '_etext') > > WARNING: vmlinux(.data+0xc0439099): Section mismatch: reference to > > .init.text:xen_start_kernel

Re: [stable] Wanted: Allow adding new device IDs during the -stable cycle

2007-05-22 Thread Chris Wright
* Greg KH ([EMAIL PROTECTED]) wrote: > On Tue, May 22, 2007 at 03:04:08PM -0400, Jeff Garzik wrote: > > Really, it is just silly to think that one-line PCI IDs patches will cause > > any harm at all, and it should be self-evident that there is clear > > potential > > to HELP Linux users.

Re: [stable] Wanted: Allow adding new device IDs during the -stable cycle

2007-05-22 Thread Chris Wright
* Greg KH ([EMAIL PROTECTED]) wrote: On Tue, May 22, 2007 at 03:04:08PM -0400, Jeff Garzik wrote: Really, it is just silly to think that one-line PCI IDs patches will cause any harm at all, and it should be self-evident that there is clear potential to HELP Linux users. That's why

Re: section mismatches

2007-05-22 Thread Chris Wright
* Jeremy Fitzhardinge ([EMAIL PROTECTED]) wrote: Andrew Morton wrote: WARNING: vmlinux(.text+0xc02fe884): Section mismatch: reference to .init.text: (between 'iret_exc' and '_etext') WARNING: vmlinux(.data+0xc0439099): Section mismatch: reference to .init.text:xen_start_kernel (between

Re: [stable] Wanted: Allow adding new device IDs during the -stable cycle

2007-05-22 Thread Chris Wright
* Jeff Garzik ([EMAIL PROTECTED]) wrote: Chris Wright wrote: 2) In theory new hardware can seem to work with a simple PCI ID update, and later we find it needs extra quirk handling or specific driver support. This could mean adding buggy support for new hardware to -stable. In practice

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 c

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]

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 i

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 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 stabl

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/stab

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.

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: [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

[patch 33/69] NETPOLL: Remove CONFIG_NETPOLL_RX

2007-05-21 Thread Chris Wright
PROTECTED]> 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(-) --- lin

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

2007-05-21 Thread Chris Wright
; Signed-off-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

[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

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

2007-05-21 Thread Chris Wright
EMAIL PROTECTED]> Signed-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

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

2007-05-21 Thread Chris Wright
needs 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 ++-

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

2007-05-21 Thread Chris Wright
EMAIL PROTECTED]> 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

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

2007-05-21 Thread Chris Wright
he source 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 PROTEC

[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

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

2007-05-21 Thread Chris Wright
t;[EMAIL PROTECTED]> Signed-off-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

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

2007-05-21 Thread Chris Wright
; Signed-off-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 sm

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

2007-05-21 Thread Chris Wright
TED]> Signed-off-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 @@ -

[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-o

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

2007-05-21 Thread Chris Wright
MAIL PROTECTED]> Acked-by: Matt Mackall <[EMAIL 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/

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

2007-05-21 Thread Chris Wright
vens <[EMAIL PROTECTED]> 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_i

[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 55/69] SPARC64: Fix recursion in PROM tree building.

2007-05-21 Thread Chris Wright
PROTECTED]> Signed-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,2

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

2007-05-21 Thread Chris Wright
out the entire tp->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

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

2007-05-21 Thread Chris Wright
he log 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(-) --- linu

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

2007-05-21 Thread Chris Wright
chable 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

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

2007-05-21 Thread Chris Wright
hought 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]> Si

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

2007-05-21 Thread Chris Wright
id S. Miller <[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

[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 Wr

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

2007-05-21 Thread Chris Wright
n <[EMAIL 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(-)

[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 <[

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

2007-05-21 Thread Chris Wright
ported/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 8d8b10482fffcb72b155152

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

2007-05-21 Thread Chris Wright
might 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]> ---

[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
odules to not touch 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 29bbce944bba681886a6d58

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

2007-05-21 Thread Chris Wright
lt;[EMAIL PROTECTED]> 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/

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

2007-05-21 Thread Chris Wright
emoved. The fix 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 delet

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

2007-05-21 Thread Chris Wright
e_lock 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

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

2007-05-21 Thread Chris Wright
MAIL PROTECTED]> Signed-off-by: Andrew Morton <[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 fi

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

2007-05-21 Thread Chris Wright
sevich <[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/

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

2007-05-21 Thread Chris Wright
ingful 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/ar

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

2007-05-21 Thread Chris Wright
<[EMAIL PROTECTED]> Cc: Adam 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

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

2007-05-21 Thread Chris Wright
for us 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 insert

[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 Wr

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

2007-05-21 Thread Chris Wright
y: Bart 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 c

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

2007-05-21 Thread Chris Wright
reeing 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

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

2007-05-21 Thread Chris Wright
x ring. 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/sis

[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
utdown 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

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

2007-05-21 Thread Chris Wright
utdown 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

[patch 59/69] sky2: allow 88E8056

2007-05-21 Thread Chris Wright
minger <[EMAIL 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

[patch 14/69] oom: fix constraint deadlock

2007-05-21 Thread Chris Wright
PROTECTED]> Cc: 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 <

[patch 38/69] clocksource: fix resume logic

2007-05-21 Thread Chris Wright
uspend/resume. 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]>

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

2007-05-21 Thread Chris Wright
illa bug#8198. Signed-off-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

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

2007-05-21 Thread Chris Wright
PROTECTED]> Signed-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 +46

[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
*other* one. 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 ./

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

2007-05-21 Thread Chris Wright
sela <[EMAIL PROTECTED]> 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 in

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

2007-05-21 Thread Chris Wright
ersion 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,

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

2007-05-21 Thread Chris Wright
xdep to segfault. 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]>

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

2007-05-21 Thread Chris Wright
again. 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-

[patch 06/69] reiserfs: suppress lockdep warning

2007-05-21 Thread Chris Wright
tected 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

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

2007-05-21 Thread Chris Wright
result 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 &l

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

2007-05-21 Thread Chris Wright
e list 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/

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

2007-05-21 Thread Chris Wright
ED]> Cc: Jeroen Janssen <[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 str

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

2007-05-21 Thread Chris Wright
ED]> Signed-off-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/

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

2007-05-21 Thread Chris Wright
offset. 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]> ---

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

2007-05-21 Thread Chris Wright
tirely 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 in

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

2007-05-21 Thread Chris Wright
utdown if connected 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

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

2007-05-21 Thread Chris Wright
l King <[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

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

2007-05-21 Thread Chris Wright
right) Signed-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 delet

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

2007-05-21 Thread Chris Wright
PI 2.0 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/tabl

[patch 08/69] iop: fix iop_getttimeoffset

2007-05-21 Thread Chris Wright
Cc: Lennert 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(-) -

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

2007-05-21 Thread Chris Wright
inyard <[EMAIL 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

[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 42/69] fix for bugzilla 8426: massive slowdown on SCSI CD/DVD drive connected to mptspi driver

2007-05-21 Thread Chris Wright
MAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- [chrisw: Why is this not upstream yet?] drivers/message/fusion/mptspi.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- linux-2.6.21.1.orig/drivers/message/fusion/mptspi.c +++ linux-2.6.21.1/drivers/messag

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