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

2007-06-08 Thread Chris Wright
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 +++- 2 files changed, 13 insertions

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

2007-06-08 Thread Chris Wright
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.orig/net/ipv4/inet_connection_sock.c +++ linux-2.6.20.13/net

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

2007-06-08 Thread Chris Wright
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] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/ntfs/inode.c |2 +- 1 file changed

[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 32/32] SPARC64: Dont be picky about virtual-dma values on sun4v.

2007-06-08 Thread Chris Wright
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 +++ linux-2.6.20.13/arch

[patch 19/32] ICMP: Fix icmp_errors_use_inbound_ifaddr sysctl

2007-06-08 Thread Chris Wright
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] Signed-off-by: Chris Wright

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

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

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

2007-06-08 Thread Chris Wright
, 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 insertions(+), 2 deletions

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

2007-06-08 Thread Chris Wright
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 insertions(+), 3 deletions

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

2007-06-08 Thread Chris Wright
[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.c +++ linux-2.6.20.13/net/ipv6/ip6_fib.c

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

2007-06-08 Thread Chris Wright
. 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 int sock_set_timeout(long *timeo_

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

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

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

2007-06-08 Thread Chris Wright
-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 insertions(+), 1 deletion(-) --- linux-2.6.21.4.orig/drivers/char/n_tty.c

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

2007-06-08 Thread Chris Wright
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-Linux/start_up.c | 24

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

2007-06-08 Thread Chris Wright
-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 @@ -1751,6 +1751,7 @@ static void

[patch 34/54] Fix roundup_pow_of_two(1)

2007-06-08 Thread Chris Wright
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 |2 +- 1 file changed, 1

[patch 18/54] 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 46/54] NET: Fix race condition about network device name allocation.

2007-06-08 Thread Chris Wright
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 ++ net/core/net-sysfs.c |8 +++- 2 files

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

2007-06-08 Thread Chris Wright
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=a91214589e6527b18f52bc0b31253f9dfb4665e6 sound/usb/usbquirks.h | 23

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

2007-06-08 Thread Chris Wright
: [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-2.6.21.4.orig/drivers/ide/pci/hpt366.c

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

2007-06-08 Thread Chris Wright
(this can be as high as the size of the device in KB). chunk itself will not overflow (without triggering a BUG). So change 'chunk' to be 'sector_t, and get rid of the 'BUG' as it becomes impossible to hit. Cc: Jeff Zheng [EMAIL PROTECTED] Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris

[patch 50/54] 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] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- arch/sparc64/kernel/head.S | 31

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

2007-06-08 Thread Chris Wright
. 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 PROTECTED] --- sound/pci/hda

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

2007-06-08 Thread Chris Wright
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=a91214589e6527b18f52bc0b31253f9dfb4665e6 sound/usb/usbquirks.h | 23

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

2007-06-08 Thread Chris Wright
-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 changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20.13.orig/mm/oom_kill.c

[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/linux/mii.h |4

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

2007-06-08 Thread Chris Wright
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/serial/suncore.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions

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

2007-06-08 Thread Chris Wright
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] Signed-off-by: Chris Wright

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

2007-06-08 Thread Chris Wright
] 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(+), 1 deletion(-) --- linux-2.6.21.4

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

2007-06-08 Thread Chris Wright
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 PROTECTED] --- arch/i386/oprofile

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

2007-06-08 Thread Chris Wright
] 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-2.6.21.4.orig/drivers/block/cciss.c +++ linux-2.6.21.4

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

2007-06-08 Thread Chris Wright
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/bitmap.h |1 + 2 files changed, 13

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

2007-06-08 Thread Chris Wright
. 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 file changed, 14 insertions(+), 2 deletions

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

2007-06-08 Thread Chris Wright
-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_main.c +++ linux-2.6.21.4/drivers/net/e1000/e1000_main.c

[patch 20/54] fix compat console unimap regression

2007-06-08 Thread Chris Wright
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 PROTECTED] Signed-off

[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
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] Signed-off-by: Chris Wright

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

2007-06-08 Thread Chris Wright
-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 : http://lkml.org/lkml/2007/5/27/104

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

2007-06-08 Thread Chris Wright
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] --- net/ipv4/Kconfig |6 +++--- 1

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

[patch 09/54] Prevent going idle with softirq pending

2007-06-08 Thread Chris Wright
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, 1 insertion(+), 3 deletions(-) --- linux-2.6.21.4.orig/kernel

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

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/ipv6/ip6_fib.c |8 1 file changed, 8 deletions(-) --- linux-2.6.21.4.orig/net/ipv6/ip6_fib.c +++ linux

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

2007-06-08 Thread Chris Wright
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 changed, 1 insertion(+), 6 deletions(-) --- linux-2.6.21.4.orig/net

[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 [EMAIL PROTECTED] Signed

[patch 28/54] timer stats: speedups

2007-06-08 Thread Chris Wright
-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 ++- lib/Kconfig.debug |5 - 3 files

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

2007-06-08 Thread Chris Wright
: 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] --- include/linux/pci_ids.h |4 ++-- 1 file changed, 2 insertions(+), 2

[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 PROTECTED] Signed-off

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

2007-06-08 Thread Chris Wright
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] --- drivers/acpi/numa.c |8 include

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

2007-06-08 Thread Chris Wright
; 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 deletions(-) --- linux-2.6.21.4.orig

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

2007-06-08 Thread Chris Wright
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 Kroah-Hartman [EMAIL PROTECTED] --- arch/x86_64/mm/init.c |6

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

2007-06-08 Thread Chris Wright
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: Chris Wright [EMAIL PROTECTED

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

2007-06-08 Thread Chris Wright
. 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 +++ linux-2.6.21.4/net/core/sock.c @@ -204,7 +204,19 @@ static

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

2007-06-08 Thread Chris Wright
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-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/serial/suncore.c |6

Re: [stable] [patch 00/54] 2.6.21-stable review

2007-06-08 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: 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 Roll-up patch available at: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.21.5

[patch 40/54] Fix AF_UNIX OOPS

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

[patch 54/54] BLUETOOTH: Fix locking in hci_sock_dev_event().

2007-06-08 Thread Chris Wright
. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- net/bluetooth/hci_sock.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) --- linux-2.6.21.4.orig/net/bluetooth/hci_sock.c +++ linux-2.6.21.4/net/bluetooth

[patch 43/54] 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 42/54] NET: parse ip:port strings correctly in in4_pton

2007-06-08 Thread Chris Wright
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] Signed-off-by: Chris Wright

[patch 41/54] ICMP: Fix icmp_errors_use_inbound_ifaddr sysctl

2007-06-08 Thread Chris Wright
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] Signed-off-by: Chris Wright

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

2007-06-08 Thread Chris Wright
-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/wireless/zd1211rw/zd_rf_al2230.c | 89

[patch 29/54] ALSA: wm8750 typo fix

2007-06-08 Thread Chris Wright
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/codecs/wm8750.c +++ linux-2.6.21.4/sound/soc/codecs

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

2007-06-08 Thread Chris Wright
-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/reboot.c @@ -88,6 +88,14 @@ static int __init

[patch 07/54] 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 52/54] SPARC64: Dont be picky about virtual-dma values on sun4v.

2007-06-08 Thread Chris Wright
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/sparc64/kernel/pci_sun4v.c +++ linux

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

2007-06-08 Thread Chris Wright
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. drivers/ieee1394/eth1394.c |7

[patch 27/54] timer statistics: fix race

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

[patch 08/54] make freezeable workqueues singlethread

2007-06-08 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- include/linux/workqueue.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.21.4.orig/include/linux/workqueue.h +++ linux-2.6.21.4/include/linux/workqueue.h @@ -162,7 +162,7 @@ extern

[patch 45/54] 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] Signed-off-by: Greg Kroah-Hartman

[patch 22/54] ntfs_init_locked_inode(): fix array indexing

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

[patch 02/54] Ignore bogus ACPI info for offline CPUs

2007-06-08 Thread Chris Wright
CPUs. This results in a stuck for ever call to smp_call_function_single() on an offline CPU. Ignore the bogus information and print a kernel error to remind ACPI folks to fix it. Affects 2.6.21 / 2.6.22-rc Signed-off-by: Thomas Gleixner [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL

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

2007-06-08 Thread Chris Wright
, 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] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- arch/sparc64/kernel/itlb_miss.S |4

Re: [stable] [patch 00/32] 2.6.20-stable review

2007-06-08 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: 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 Roll-up patch available at: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.20.14

[patch 03/54] NOHZ: Rate limit the local softirq pending warning output

2007-06-08 Thread Chris Wright
the root cause of that problem. Signed-off-by: Thomas Gleixner [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- kernel/time/tick-sched.c | 12 +--- 1 file changed, 9

[patch 16/54] Input: i8042 - fix AUX port detection with some chips

2007-06-08 Thread Chris Wright
] Signed-off-by: Dmitry Torokhov [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=d2ada5597d33a9108acb2caf912f85cbc9caab1e

Re: [patch 00/32] 2.6.20-stable review

2007-06-08 Thread Chris Wright
* Fortier,Vincent [Montreal] ([EMAIL PROTECTED]) wrote: I have encoutered a bug using fixdep when compiling the Apani VPN contivity client v3.3 (v3.5 seems fine). The bug started happening with the release of the 2948 build of FC6 kernel (corresponding to a post 2.6.20.7) and caused fixdep to

Re: [stable] [patch 00/32] 2.6.20-stable review

2007-06-08 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: Roll-up patch available at: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.20.14-rc1.{gz,bz2} Roll-up updated to fix broken patch. http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.20.14-rc2.{gz

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

2007-06-08 Thread Chris Wright
: backport to 2.6.20] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/core/dev.c | 10 ++ net/core/net-sysfs.c |8 +++- 2 files changed, 13 insertions(+), 5 deletions(-) --- linux-2.6.20.13.orig/net/core/dev.c +++ linux-2.6.20.13/net/core/dev.c @@ -3138,7 +3138,6

Re: [stable] [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
[EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] [chrisw: backport to 2.6.21.4] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/scsi/aacraid/aacraid.h |1 + drivers/scsi/aacraid/rx.c |2 +- drivers/scsi/aacraid/sa.c |3 ++- 3 files changed, 4

Re: [stable] [patch 00/54] 2.6.21-stable review

2007-06-08 Thread Chris Wright
* Chuck Ebbert ([EMAIL PROTECTED]) wrote: Maybe a mailing list for stable-commits could be added, like mm-commits? I was thinking the same thing. thanks, -chris - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [patch 34/54] Fix roundup_pow_of_two(1)

2007-06-08 Thread Chris Wright
* Theodore Tso ([EMAIL PROTECTED]) wrote: If this doesn't fix a user-visiable bug, should we be including it in the stable patch series? (Assuming that it doesn't, I wouldn't, but I tend to be more conservative about what I would include in a stable production release.) Rolf, despite

Re: [stable] [patch 37/54] SCSI: aacraid: Correct sa platformsupport. (Was: [Bug 8469] Bad EIP value on pentium3 SMPkernel-2.6.21.1)

2007-06-08 Thread Chris Wright
* Salyzyn, Mark ([EMAIL PROTECTED]) wrote: Yes, split the patch into the two pieces for 2.6.21.1/2.6.21.4 Sorry, didn't parse. Are you suggesting to use the patch I included (which simply drops the -adapter_restart init), or the original patch plus Mark Havercamp's patch to add

Re: [stable] [patch 37/54] SCSI: aacraid: Correct saplatformsupport. (Was: [Bug 8469] Bad EIP value on pentium3SMPkernel-2.6.21.1)

2007-06-08 Thread Chris Wright
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] [chrisw: backport to 2.6.21.4] Signed-off-by: Chris Wright [EMAIL

Re: [stable] [patch 00/54] 2.6.21-stable review

2007-06-08 Thread Chris Wright
* Greg KH ([EMAIL PROTECTED]) wrote: On Fri, Jun 08, 2007 at 10:47:29AM -0700, Chris Wright wrote: * Chuck Ebbert ([EMAIL PROTECTED]) wrote: Maybe a mailing list for stable-commits could be added, like mm-commits? I was thinking the same thing. Good idea, we can just CC: that list

Re: [stable] [patch 00/54] 2.6.21-stable review

2007-06-08 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: Roll-up patch available at: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.21.5-rc1.{gz,bz2} Roll-up updated to fix broken aacraid patch: http://www.kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.21.5-rc2

Re: [stable] patch sysfs-store-sysfs-inode-nrs-in-s_ino-to-avoid-readdir-oopses.patch queued to -stable tree

2007-06-06 Thread Chris Wright
* Eric Sandeen ([EMAIL PROTECTED]) wrote: > Well, my backport of Tejun's patch explicitly doesn't use ida for just > that reason... > > It uses a simple counter instead (which may give dup inode numbers, but > I think we have that today, and at least this shouldn't oops...) Right, my point is

Re: [stable] patch sysfs-store-sysfs-inode-nrs-in-s_ino-to-avoid-readdir-oopses.patch queued to -stable tree

2007-06-06 Thread Chris Wright
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > From: Eric Sandeen <[EMAIL PROTECTED]> > Subject: sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses > > Backport of >

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-06 Thread Chris Wright
lue to be zero (i.e. > > > preserve > > > existing behavior). It could break binaries, albeit potentially insecure > > > > Agreed - DOSemu type apps and lrmi need to map at zero for vm86 > > And so it shall be! > > Signed-off-by: Eric Paris <[EMAIL PR

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-06 Thread Chris Wright
behavior). It could break binaries, albeit potentially insecure Agreed - DOSemu type apps and lrmi need to map at zero for vm86 And so it shall be! Signed-off-by: Eric Paris [EMAIL PROTECTED] With James' fix and real changelog ;-) Acked-by: Chris Wright [EMAIL PROTECTED] - To unsubscribe

Re: [stable] patch sysfs-store-sysfs-inode-nrs-in-s_ino-to-avoid-readdir-oopses.patch queued to -stable tree

2007-06-06 Thread Chris Wright
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: From: Eric Sandeen [EMAIL PROTECTED] Subject: sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses Backport of

Re: [stable] patch sysfs-store-sysfs-inode-nrs-in-s_ino-to-avoid-readdir-oopses.patch queued to -stable tree

2007-06-06 Thread Chris Wright
* Eric Sandeen ([EMAIL PROTECTED]) wrote: Well, my backport of Tejun's patch explicitly doesn't use ida for just that reason... It uses a simple counter instead (which may give dup inode numbers, but I think we have that today, and at least this shouldn't oops...) Right, my point is the

Re: [stable] "[IPV6]: Fix routing round-robin locking." breaks manual default route (bug 8349)

2007-06-05 Thread Chris Wright
* Simon Arlott ([EMAIL PROTECTED]) wrote: > Adding a ::/0 route doesn't work: > # ip -6 r a ::/0 via fe80::230:18ff:feb0:25c2 dev eth0 > # ping6 -c 1 2001:4b10:1005:0:205:b4ff:fe12:530 > connect: Network is unreachable > > A route assigned by addrconf works. > > Reverting this patch from

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-05 Thread Chris Wright
* Eric Paris ([EMAIL PROTECTED]) wrote: > One result of using the dummy hook for non-selinux kernels means that I > can't leave the generic module stacking code in the SELinux check. If > the secondary ops are called they will always deny the operation just > like in non-selinux systems even if

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-05 Thread Chris Wright
* Eric Paris ([EMAIL PROTECTED]) wrote: > +mmap_protect_memory I'm terrible at names, but something like mmap_minimum_addr would be a little clearer at describing that it's a lower bound on mapping memory. BTW, this is also an arch specific issue, those with disjoint kernel and user memory space

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-05 Thread Chris Wright
* Eric Paris ([EMAIL PROTECTED]) wrote: One result of using the dummy hook for non-selinux kernels means that I can't leave the generic module stacking code in the SELinux check. If the secondary ops are called they will always deny the operation just like in non-selinux systems even if

Re: [PATCH] Protection for exploiting null dereference using mmap

2007-06-05 Thread Chris Wright
* Eric Paris ([EMAIL PROTECTED]) wrote: +mmap_protect_memory I'm terrible at names, but something like mmap_minimum_addr would be a little clearer at describing that it's a lower bound on mapping memory. BTW, this is also an arch specific issue, those with disjoint kernel and user memory space

Re: [stable] [IPV6]: Fix routing round-robin locking. breaks manual default route (bug 8349)

2007-06-05 Thread Chris Wright
* Simon Arlott ([EMAIL PROTECTED]) wrote: Adding a ::/0 route doesn't work: # ip -6 r a ::/0 via fe80::230:18ff:feb0:25c2 dev eth0 # ping6 -c 1 2001:4b10:1005:0:205:b4ff:fe12:530 connect: Network is unreachable A route assigned by addrconf works. Reverting this patch from 2.6.22-rc3

Re: What is the kernel documentation mailing list ?

2007-06-01 Thread Chris Wright
* Jesper Juhl ([EMAIL PROTECTED]) wrote: > On 01/06/07, Piyush K <[EMAIL PROTECTED]> wrote: > >Hi, > >What is the kernel documentation mailing list where I can discuss > >kernel documentation changes ? > >Please cc to my email address too. > >Thanks, > >PYK > > As far as I know, there is no

Re: What is the kernel documentation mailing list ?

2007-06-01 Thread Chris Wright
* Jesper Juhl ([EMAIL PROTECTED]) wrote: On 01/06/07, Piyush K [EMAIL PROTECTED] wrote: Hi, What is the kernel documentation mailing list where I can discuss kernel documentation changes ? Please cc to my email address too. Thanks, PYK As far as I know, there is no dedicated list for

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
te_msrs agree with nmi_setup, i.e. make both use > 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

Re: [RFC][PATCH] Replacing the /proc//exe symlink code

2007-05-31 Thread Chris Wright
* Serge E. Hallyn ([EMAIL PROTECTED]) wrote: > > === > > --- linux-2.6.22-rc2-mm1.orig/kernel/exit.c > > +++ linux-2.6.22-rc2-mm1/kernel/exit.c > > @@ -924,10 +924,12 @@ fastcall void do_exit(long code) > > if

Re: [RFC][PATCH] Replacing the /proc/pid|self/exe symlink code

2007-05-31 Thread Chris Wright
* Serge E. Hallyn ([EMAIL PROTECTED]) wrote: === --- linux-2.6.22-rc2-mm1.orig/kernel/exit.c +++ linux-2.6.22-rc2-mm1/kernel/exit.c @@ -924,10 +924,12 @@ fastcall void do_exit(long code) if (unlikely(tsk-audit_context))

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