[patch 19/54] zd1211rw: Add AL2230S RF support

2007-06-08 Thread Chris Wright
ED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/net/wireless/zd1211rw/zd_chip.c |5 - drivers/net/wireless/zd1211rw/zd_rf.c|2 drivers/net/wireless/zd1211rw/zd_rf.h|2 drivers/net/

[patch 27/54] timer statistics: fix race

2007-06-08 Thread Chris Wright
D]> Acked-by: Ingo Molnar <[EMAIL PROTECTED]> Cc: Eric Dumazet <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PR

[patch 29/54] ALSA: wm8750 typo fix

2007-06-08 Thread Chris Wright
ED]> Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- sound/soc/codecs/wm8750.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.4.orig/sound/soc/code

[patch 39/54] Work around Dell E520 BIOS reboot bug

2007-06-08 Thread Chris Wright
MAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/i386/kernel/reboot.c |8 1 file changed, 8 insertions(+) --- linux-2.6.21.4.orig/arch/i386/kernel/reboot.c +++ linux-2.6.21.4/arch/i386/kernel/reb

[patch 52/54] SPARC64: Dont be picky about virtual-dma values on sun4v.

2007-06-08 Thread Chris Wright
lt;[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- arch/sparc64/kernel/pci_sun4v.c | 36 ++-- 1 file changed, 10 insertions(+), 26 deletions(-) --- linux-2.6.21.4.orig/arch/sp

[patch 17/54] ieee1394: eth1394: bring back a parent device

2007-06-08 Thread Chris Wright
ession since 2.6.21: https://bugs.gentoo.org/show_bug.cgi?id=177199 Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- Same as commit ef50a6c59dc66f22eba67704e291d709f21e0456. dr

[patch 07/54] fuse: fix mknod of regular file

2007-06-08 Thread Chris Wright
anks to J. Cameijo Cerdeira for the report. Kernels 2.6.18 onward are affected. Please apply to -stable as well. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- fs/fuse/dir.

[patch 48/54] SPARC: Linux always started with 9600 8N1

2007-06-08 Thread Chris Wright
warning, which is a pretty anti-social thing to do and is the only reason this bug lived for so long -DaveM ] Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off

[patch 32/54] UML - Improve host PTRACE_SYSEMU check

2007-06-08 Thread Chris Wright
isable PTRACE_SYSEMU use and use PTRACE_SYSCALL instead. This fixes a hang on boot on FC6 hosts with a broken PTRACE_SYSEMU. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> -- arch/um/os

[patch 31/54] TG3: Fix link problem on Dells onboard 5906.

2007-06-08 Thread Chris Wright
change will fix the 5906 problem and will change other Dell devices except 5700 and 5701 to use the more efficient interrupt-driven link changes. Update version to 3.75.2. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Ch

[patch 49/54] NET: "wrong timeout value" in sk_wait_data() v2

2007-06-08 Thread Chris Wright
; Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- net/core/sock.c | 12 1 file changed, 12 insertions(+) --- linux-2.6.21.4.orig/net/core/sock.c +++

[patch 23/54] PCI: quirk disable MSI on via vt3351

2007-06-08 Thread Chris Wright
off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/pci/quirks.c|1 + include/linux/pci_ids.h |1 + 2 files changed, 2 insertions(+) --- linux-2.6.21.4.orig/drivers/pci/quirks.c +++ linux-2.6.21.4/drivers/pci/quirks.c @@ -

[patch 35/54] USB: set the correct Interrupt interval in usb_bulk_msg

2007-06-08 Thread Chris Wright
ervals; it shouldn't be done twice. Signed-off-by: Alan Stern <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/usb/core/message.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletion

[patch 25/54] x86_64: allocate sparsemem memmap above 4G

2007-06-08 Thread Chris Wright
PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> [chrisw: trivial backport] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kr

[patch 34/54] Fix roundup_pow_of_two(1)

2007-06-08 Thread Chris Wright
e it's a constant it behaves wrong and returns 0. Probably nobody ever did it so this was never noticed. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- include/linux/log2.h |

[patch 21/54] ahci: disable 64bit dma on sb600

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Tejun Heo <[EMAIL PROTECTED]> SB600 claims it can do 64bit DMA but it can't. Disable it. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECT

[patch 36/54] acpi: fix potential call to a freed memory section.

2007-06-08 Thread Chris Wright
ode_distance calls node_to_pxm(). Signed-off-by: Aaron Durbin <[EMAIL PROTECTED]> Cc: Len Brown <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]

[patch 18/54] V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz)

2007-06-08 Thread Chris Wright
Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/media/dvb/ttpci/budget-ci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.4.orig/drivers/media/dvb/ttpci/bu

[patch 28/54] timer stats: speedups

2007-06-08 Thread Chris Wright
ROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- Documentation/hrtimer/timer_stats.txt |7 --- kernel/time/timer_stats.c |7 ++- li

[patch 24/54] pci_ids: update patch for Intel ICH9M

2007-06-08 Thread Chris Wright
EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- includ

[patch 12/54] Char: cyclades, fix deadlock

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Jiri Slaby <[EMAIL PROTECTED]> An omitted unlock. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright

[patch 44/54] IPV6 ROUTE: No longer handle ::/0 specially.

2007-06-08 Thread Chris Wright
ked-by: Yuji Sekiya <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- net/ipv6/ip6_fib.c |8 1 file changed, 8 deletions(-) --- li

[patch 53/54] TCP: Use default 32768-61000 outgoing port range in all cases.

2007-06-08 Thread Chris Wright
[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- net/ipv4/inet_connection_sock.c |4 +--- net/ipv4/tcp.c |3 --- 2 files

[patch 33/54] x86: fix oprofile double free

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Chris Wright <[EMAIL PROTECTED]> Chuck reports that the recent fix from Andi to oprofile 6c977aad03a18019015035958c65b6729cd0574c introduces a double free. Each cpu's cpu_msrs is setup to

[patch 00/54] 2.6.21-stable review

2007-06-08 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.21.5 release. There are 54 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 09/54] Prevent going idle with softirq pending

2007-06-08 Thread Chris Wright
Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Cc: Anant Nitya <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- kernel/sched.c |4 +--- 1 file changed,

[patch 47/54] IPV4: Correct rp_filter help text.

2007-06-08 Thread Chris Wright
L have it enabled in /etc/sysctl.conf), but the kernel defaults to it off. Signed-off-by: Dave Jones <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

[patch 46/54] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
t free happens. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- net/core/dev.c | 10 ++---

[patch 30/54] neofb: Fix pseudo_palette array overrun in neofb_setcolreg

2007-06-08 Thread Chris Wright
D]> Acked-by: Tero Roponen <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- This fixes the following regression/bug reported as follows: Subject: tty-related oops in latest kernel(s) References :

[patch 15/54] ALSA: usb-audio: explicitly match Logitech QuickCam

2007-06-08 Thread Chris Wright
lav Kysela <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=a91214589e6527b18f52bc0b31253f9dfb4

[patch 37/54] SCSI: aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value on pentium3 SMP kernel-2.6.21.1)

2007-06-08 Thread Chris Wright
occurs with an uninitialized adapter_deliver platform function pointer. The enclosed patch, unmodified as tested by Rainer, solves the problem. Signed-off-by: Mark Salyzyn <[EMAIL PROTECTED]> Signed-off-by: James Bottomley <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]&

[patch 14/54] e1000: disable polling before registering netdevice

2007-06-08 Thread Chris Wright
Garzik <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/net/e1000/e1000_main.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) --- linux-2.6.21.4.orig/drivers/net/e1000/e1000_m

[patch 20/54] fix compat console unimap regression

2007-06-08 Thread Chris Wright
_check should ask for the same capability as the main one, CAP_SYS_TTY_CONFIG rather than CAP_SYS_ADMIN. Added in vt_ioctl's vc_cons_allocated check for safety, though failure may well be impossible. Signed-off-by: Hugh Dickins <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PRO

[patch 13/54] hpt366: dont check enablebits for HPT36x

2007-06-08 Thread Chris Wright
CTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- This has been an issue since 2.6.21-rc1... drivers/ide/pci/hpt366.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) --- linux

[patch 06/54] md: Dont write more than is required of the last page of a bitmap

2007-06-08 Thread Chris Wright
ded up to the hard sector size of the device. Signed-off-by: Neil Brown <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/md/bitmap.c | 17 - include/linux/raid/bi

[patch 10/54] ALSA: hda-intel - Probe additional slots only if necessary

2007-06-08 Thread Chris Wright
slots. Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]> Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- sound/pci/hda/hda_intel.c | 16 ++-- 1 fil

[patch 05/54] md: Avoid overflow in raid0 calculation with large components.

2007-06-08 Thread Chris Wright
t;[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/md/raid0.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff .prev/drivers/md/raid0.c ./drivers/md/raid0.c --- linux-2.6.21.4.orig/dr

[patch 38/54] cciss: fix pci_driver.shutdown while device is still active

2007-06-08 Thread Chris Wright
rew Morton <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/block/cciss.c | 45 ++--- 1 file changed, 30 insertions(+), 15 deletions(-) --- linux

[patch 50/54] SPARC64: Fix two bugs wrt. kernel 4MB TSB.

2007-06-08 Thread Chris Wright
rvisor. wasn't having it's return value checked, and that bug will be fixed up as well in a subsequent changeset. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- arch/spar

[patch 11/54] ALSA: hda-intel - Fix detection of audio codec on Toshiba A100

2007-06-08 Thread Chris Wright
found. This fixes the problem of no device on Toshiba A100 (and some other ATI SB450 devices). Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]> Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL

[patch 01/54] i386: HPET, check if the counter works

2007-06-08 Thread Chris Wright
lt;[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- [chrisw: again, this time with feeling ;-) expected upstream soon] arch/i386/kernel/hpet.c | 24 +++- 1 file changed, 23 insertions(+),

[patch 04/54] i386: Fix K8/core2 oprofile on multiple CPUs

2007-06-08 Thread Chris Wright
l case for different SMT threads, but the code always saves/restores all MSRs so it works identical. Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL

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

2007-06-08 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 PROTECT

[patch 26/54] tty: fix leakage of -ERESTARTSYS to userland

2007-06-08 Thread Chris Wright
TED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/char/n_tty.c |1 + drivers/char/tty_io.c |3 ++- 2 files changed, 3

[patch 31/32] IPV6 ROUTE: No longer handle ::/0 specially.

2007-06-08 Thread Chris Wright
ked-by: Yuji Sekiya <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> [chrisw: backport to 2.6.20] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ipv6/ip6_fib.c |8 1 file changed, 8 deletions(-) --- linux-2.6.20.13.orig/net/ipv6/ip6_fib.

[patch 25/32] NET: "wrong timeout value" in sk_wait_data() v2

2007-06-08 Thread Chris Wright
; Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/core/sock.c | 12 1 file changed, 12 insertions(+) --- linux-2.6.20.13.orig/net/core/sock.c +++ linux-2.6.20.13/net/core/sock.c @@ -204,7 +204,19 @@ static

[patch 27/32] SPARC64: Fix _PAGE_EXEC_4U check in sun4u I-TLB miss handler.

2007-06-08 Thread Chris Wright
13-bit, this the mask being tested against the PTE was 0x1000 sign-extended to 32-bits instead of just plain 0x1000. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/sparc64/kernel/itlb_miss.S |4 ++-- 1 file changed, 2 insertio

[patch 23/32] IPV4: Correct rp_filter help text.

2007-06-08 Thread Chris Wright
L have it enabled in /etc/sysctl.conf), but the kernel defaults to it off. Signed-off-by: Dave Jones <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ipv4/Kconfig |6 +++--- 1 file changed, 3 in

[patch 32/32] SPARC64: Dont be picky about virtual-dma values on sun4v.

2007-06-08 Thread Chris Wright
lt;[EMAIL PROTECTED]> [chrisw: backport to 2.6.20] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/sparc64/kernel/pci_sun4v.c | 36 ++-- 1 file changed, 10 insertions(+), 26 deletions(-) --- linux-2.6.20.13.orig/arch/sparc64/kernel/pci_sun4v.c +++ li

[patch 19/32] ICMP: Fix icmp_errors_use_inbound_ifaddr sysctl

2007-06-08 Thread Chris Wright
erface is chosen as ICMP source address since skb->dev doesn't point to the incoming interface anymore. Fix this by doing an interface lookup on rt->dst.iif and using that device. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]&

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

2007-06-08 Thread Chris Wright
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]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- commit 244c67aee5750eb

[patch 28/32] TCP: Use default 32768-61000 outgoing port range in all cases.

2007-06-08 Thread Chris Wright
[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ipv4/inet_connection_sock.c |4 +--- net/ipv4/tcp.c |3 --- 2 files changed, 1 insertion(+), 6 deletions(-) --- linux-2.6.20.13.or

[patch 18/32] ntfs_init_locked_inode(): fix array indexing

2007-06-08 Thread Chris Wright
Cc: "Christoph Lameter" <[EMAIL PROTECTED]> Acked-by: Anton Altaparmakov <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Cc: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

[patch 21/32] IPSEC: Fix panic when using inter address familiy IPsec on loopback.

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: Kazunori MIYAZAWA <[EMAIL PROTECTED]> --- net/ipv4/xfrm4_input.c |6 ++ net/ipv4/xfrm4_mode_tunnel.c |2 ++ net/ipv6/xfrm6_input.c |6 ++

[patch 29/32] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
t free happens. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> [chrisw: backport to 2.6.20] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/core/dev.c | 10 ++ net/core/net-sysfs.c |8 +

[patch 24/32] SPARC: Linux always started with 9600 8N1

2007-06-08 Thread Chris Wright
warning, which is a pretty anti-social thing to do and is the only reason this bug lived for so long -DaveM ] Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/se

[patch 20/32] NET: parse ip:port strings correctly in in4_pton

2007-06-08 Thread Chris Wright
ddress is completely parsed. This function is indeed called from nf_conntrack_sip.c in this way to parse textual ip:port combinations which fails due to the reason stated above. Signed-off-by: Jerome Borsboom <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Si

[patch 13/32] ALSA: usb-audio: explicitly match Logitech QuickCam

2007-06-08 Thread Chris Wright
lav Kysela <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=a91214589e6527b18f52bc0b31253f9dfb4

[patch 02/32] oom: kill all threads that share mm with killed task

2007-06-08 Thread Chris Wright
: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- mm/oom_kill.c |2 +- 1 file chan

[patch 22/32] NET: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.h

2007-06-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. - From: David Miller <[EMAIL PROTECTED]> Noticed by Matvejchikov Ilya. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- include/

[patch 04/32] smc911x: fix compilation breakage wjen debug is on

2007-06-08 Thread Chris Wright
; Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20.13.orig/drivers/net/smc911x.c +++ linux-2.6.20.13/drivers/net/smc911x.c @@ -499,7

[patch 30/32] Fix AF_UNIX OOPS

2007-06-08 Thread Chris Wright
rything and retry the lookup. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> [chrisw: backport to 2.6.20] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- include/net/af_unix.h |8 +-- net/unix/af_unix.c| 127 +++--- 2 files

[patch 11/32] fuse: fix mknod of regular file

2007-06-08 Thread Chris Wright
anks to J. Cameijo Cerdeira for the report. Kernels 2.6.18 onward are affected. Please apply to -stable as well. Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- fs/fuse/dir.

[patch 16/32] V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz)

2007-06-08 Thread Chris Wright
Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/media/dvb/ttpci/budget-ci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20.13.orig/drivers/media/dvb/ttpci/budget-ci.c +++ linux-2.6.20.13/drivers/

[patch 14/32] s390: Fix TCP/UDP pseudo header checksum computation.

2007-06-08 Thread Chris Wright
defsky <[EMAIL PROTECTED]> Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- include/asm-s390/checksum.h | 59 +++- 1 file

[patch 12/32] acpi-thermal: fix mod_timer() interval

2007-06-08 Thread Chris Wright
Len Brown <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- drivers/acpi/thermal.c |3

[patch 26/32] SPARC64: Fix two bugs wrt. kernel 4MB TSB.

2007-06-08 Thread Chris Wright
rvisor. wasn't having it's return value checked, and that bug will be fixed up as well in a subsequent changeset. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/sparc64/kernel/head.S | 31 ++- arch

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

2007-06-08 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]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- Applies well to 2.6.20 and 21. As sysfs-immediate-disconnect doesn't seem

[patch 01/32] pv6: track device renames in snmp6

2007-06-08 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]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- net/ipv6/addrconf.c |6 -- net/ipv6/proc

[patch 15/32] s390: page_mkclean data corruption.

2007-06-08 Thread Chris Wright
st_and_clear_dirty under the "if (page_mapped(page))". If a file backed page is mapped it is uptodate. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Si

[patch 17/32] kbuild: fixdep segfault on pathological string-o-death

2007-06-08 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 07/32] sata_via: add missing PM hooks

2007-06-08 Thread Chris Wright
ED]> Cc: Jeroen Janssen <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> --- [chrisw: trivial 2.6.20 backport] drivers/ata/sata_via.c |8 1 file changed, 8 insertions(+) --- linux-2.6.20.13.o

[patch 09/32] JFS: Fix race waking up jfsIO kernel thread

2007-06-08 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]> Signed-off-by: Greg Kro

[patch 05/32] iop13xx: fix i/o address translation

2007-06-08 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]> Signed-off-

[patch 03/32] x86-64: Always flush all pages in change_page_attr

2007-06-08 Thread Chris Wright
n some earlier changes. Just flush all pages for now. This could be done more efficiently, but for this late in the release this seem to be the best fix. Pointed out by Jan Beulich Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> Signed-

[patch 00/32] 2.6.20-stable review

2007-06-08 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.20.14 release. There are 32 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

Re: Linux 2.6.21.4

2007-06-08 Thread Chris Wright
diff --git a/Makefile b/Makefile index 7980f39..e5c5531 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 21 -EXTRAVERSION = .3 +EXTRAVERSION = .4 NAME = Nocturnal Monster Puppy # *DOCUMENTATION* diff --git a/drivers/char/random.c

Re: Linux 2.6.20.13

2007-06-08 Thread Chris Wright
diff --git a/Makefile b/Makefile index 87f5956..a87a7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .12 +EXTRAVERSION = .13 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/drivers/char/random.c

Linux 2.6.21.4

2007-06-08 Thread Chris Wright
/ip_conntrack_proto_sctp.c |3 - net/netfilter/nf_conntrack_proto_sctp.c |3 - 5 files changed, 44 insertions(+), 38 deletions(-) Summary of changes from v2.6.21.3 to v2.6.21.4 == Chris Wright (2): cpuset: prevent information leak

Linux 2.6.20.13

2007-06-08 Thread Chris Wright
/netfilter/ip_conntrack_proto_sctp.c |3 - net/netfilter/nf_conntrack_proto_sctp.c |3 - 5 files changed, 44 insertions(+), 38 deletions(-) Summary of changes from v2.6.20.12 to v2.6.20.13 Chris Wright (2): cpuset: prevent information

[patch 30/32] Fix AF_UNIX OOPS

2007-06-08 Thread Chris Wright
-by: David S. Miller [EMAIL PROTECTED] [chrisw: backport to 2.6.20] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/net/af_unix.h |8 +-- net/unix/af_unix.c| 127 +++--- 2 files changed, 83 insertions(+), 52 deletions(-) --- linux

[patch 11/32] fuse: fix mknod of regular file

2007-06-08 Thread Chris Wright
. Cameijo Cerdeira for the report. Kernels 2.6.18 onward are affected. Please apply to -stable as well. Signed-off-by: Miklos Szeredi [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- fs/fuse/dir.c |2 +- 1 file changed, 1

[patch 14/32] s390: Fix TCP/UDP pseudo header checksum computation.

2007-06-08 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Heiko Carstens [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/asm-s390/checksum.h | 59 +++- 1 file changed, 15 insertions(+), 44 deletions

[patch 12/32] acpi-thermal: fix mod_timer() interval

2007-06-08 Thread Chris Wright
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/acpi/thermal.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux

[patch 15/32] s390: page_mkclean data corruption.

2007-06-08 Thread Chris Wright
it is uptodate. Signed-off-by: Martin Schwidefsky [EMAIL PROTECTED] Signed-off-by: Heiko Carstens [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm/rmap.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[patch 17/32] kbuild: fixdep segfault on pathological string-o-death

2007-06-08 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 07/32] sata_via: add missing PM hooks

2007-06-08 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- [chrisw: trivial 2.6.20 backport] drivers/ata/sata_via.c |8 1 file changed, 8 insertions(+) --- linux-2.6.20.13.orig/drivers/ata/sata_via.c +++ linux-2.6.20.13

[patch 09/32] JFS: Fix race waking up jfsIO kernel thread

2007-06-08 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] Signed-off-by: Greg Kroah-Hartman [EMAIL

[patch 03/32] x86-64: Always flush all pages in change_page_attr

2007-06-08 Thread Chris Wright
earlier changes. Just flush all pages for now. This could be done more efficiently, but for this late in the release this seem to be the best fix. Pointed out by Jan Beulich Signed-off-by: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman

[patch 00/32] 2.6.20-stable review

2007-06-08 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.20.14 release. There are 32 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

Re: Linux 2.6.20.13

2007-06-08 Thread Chris Wright
diff --git a/Makefile b/Makefile index 87f5956..a87a7d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .12 +EXTRAVERSION = .13 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/drivers/char/random.c

Linux 2.6.20.13

2007-06-08 Thread Chris Wright
/netfilter/ip_conntrack_proto_sctp.c |3 - net/netfilter/nf_conntrack_proto_sctp.c |3 - 5 files changed, 44 insertions(+), 38 deletions(-) Summary of changes from v2.6.20.12 to v2.6.20.13 Chris Wright (2): cpuset: prevent information

Linux 2.6.21.4

2007-06-08 Thread Chris Wright
/ip_conntrack_proto_sctp.c |3 - net/netfilter/nf_conntrack_proto_sctp.c |3 - 5 files changed, 44 insertions(+), 38 deletions(-) Summary of changes from v2.6.21.3 to v2.6.21.4 == Chris Wright (2): cpuset: prevent information leak

Re: Linux 2.6.21.4

2007-06-08 Thread Chris Wright
diff --git a/Makefile b/Makefile index 7980f39..e5c5531 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 21 -EXTRAVERSION = .3 +EXTRAVERSION = .4 NAME = Nocturnal Monster Puppy # *DOCUMENTATION* diff --git a/drivers/char/random.c

[patch 05/32] iop13xx: fix i/o address translation

2007-06-08 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] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED

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

2007-06-08 Thread Chris Wright
-by: Tejun Heo [EMAIL PROTECTED] Cc: Chris Rankin [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [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

[patch 01/32] pv6: track device renames in snmp6

2007-06-08 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] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- net/ipv6/addrconf.c |6 -- net/ipv6/proc.c |1 + 2 files changed, 5

[patch 26/32] SPARC64: Fix two bugs wrt. kernel 4MB TSB.

2007-06-08 Thread Chris Wright
. wasn't having it's return value checked, and that bug will be fixed up as well in a subsequent changeset. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/sparc64/kernel/head.S | 31 ++- arch/sparc64/mm/init.c

[patch 16/32] V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz)

2007-06-08 Thread Chris Wright
instead.' Signed-off-by: Oliver Endriss [EMAIL PROTECTED] Thanks-to: Petri Helin [EMAIL PROTECTED] Acked-by: e9hack [EMAIL PROTECTED] Acked-by: Thomas Kaiser [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Acked-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Chris Wright

[patch 04/32] smc911x: fix compilation breakage wjen debug is on

2007-06-08 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20.13.orig/drivers/net/smc911x.c +++ linux-2.6.20.13/drivers/net/smc911x.c @@ -499,7 +499,7 @@ static inline void

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