[patch 19/23] IA64: bte_unaligned_copy() transfers one extra cache line.

2006-11-29 Thread Chris Wright
. That last cache line does not exist and results in the SHUB chip raising an MCA. Signed-off-by: Robin Holt [EMAIL PROTECTED] Signed-off-by: Dean Nelson [EMAIL PROTECTED] Signed-off-by: Tony Luck [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/ia64/sn/kernel/bte.c |9

[patch 22/23] fuse: fix Oops in lookup

2006-11-29 Thread Chris Wright
. Signed-off-by: Miklos Szeredi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] [chrisw: backport to 2.6.18 -stable] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/fuse/dir.c | 52 ++-- 1 file changed, 38

[patch 21/23] AGP: Allocate AGP pages with GFP_DMA32 by default

2006-11-29 Thread Chris Wright
allocate any highmem memory anyway ] Acked-by: Andi Kleen [EMAIL PROTECTED] Acked-by: Dave Jones [EMAIL PROTECTED] Cc: Eric Anholt [EMAIL PROTECTED] Cc: Keith Packard [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/char

[patch 23/23] UDP: Make udp_encap_rcv use pskb_may_pull

2006-11-29 Thread Chris Wright
Delvare [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/udp.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) --- linux-2.6.18.4.orig/net/ipv4/udp.c +++ linux-2.6.18.4/net/ipv4/udp.c

[patch 08/23] NETFILTER: Kconfig: fix xt_physdev dependencies

2006-11-29 Thread Chris Wright
on BRIDGE to prevent XT_MATCH_PHYSDEV=y, BRIDGE=m. Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- commit ca6a237afa4910bab5e9e8ba0685f37c2bfe tree 45c88fae3ec75a90ffac423906e662bdb36e8251 parent

[patch 20/23] BLUETOOTH: Fix unaligned access in hci_send_to_sock.

2006-11-29 Thread Chris Wright
PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/bluetooth/hci_sock.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) --- linux-2.6.18.4.orig/net/bluetooth/hci_sock.c +++ linux-2.6.18.4/net/bluetooth/hci_sock.c @@ -120,10 +120,13 @@ void hci_send_to_sock(struct

[patch 13/23] V4L: Do not enable VIDEO_V4L2 unconditionally

2006-11-29 Thread Chris Wright
for this subsystem whatsoever. The following patch adds the necessary dependency. Signed-off-by: Maciej W. Rozycki [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/media/Kconfig |1

[patch 14/23] x86 microcode: dont check the size

2006-11-29 Thread Chris Wright
bytes to me. We actually had a microcode update whose size is 1024 bytes. The patch just removed the check. Backported to 2.6.18 by Daniel Drake. Signed-off-by: Daniel Drake [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/kernel/microcode.c |9 ++--- 1 file

[patch 11/23] NETFILTER: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT

2006-11-29 Thread Chris Wright
, the connection tracking core tries to derefence the skb, which results in an obvious panic. A similar fix was applied on the SIP connection tracking code some time ago. Signed-off-by: Faidon Liambotis [EMAIL PROTECTED] Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL

[patch 17/23] TG3: Add missing unlock in tg3_open() error path.

2006-11-29 Thread Chris Wright
-off-by: Ira W. Snyder [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/tg3.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- linux-2.6.18.4.orig/drivers/net/tg3.c +++ linux-2.6.18.4/drivers/net/tg3.c

[patch 18/23] IPV6: Fix address/interface handling in UDP and DCCP, according to the scoping architecture.

2006-11-29 Thread Chris Wright
-off-by: Chris Wright [EMAIL PROTECTED] --- net/dccp/ipv6.c |2 +- net/ipv6/udp.c |7 +++ 2 files changed, 4 insertions(+), 5 deletions(-) --- linux-2.6.18.4.orig/net/dccp/ipv6.c +++ linux-2.6.18.4/net/dccp/ipv6.c @@ -276,7 +276,7 @@ static void dccp_v6_err(struct sk_buff

[patch 16/23] softmac: fix a slab corruption in WEP restricted key association

2006-11-29 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Laurent Riffard [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_io.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.18.4.orig/net

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

2006-11-29 Thread Chris Wright
* Dave Jones ([EMAIL PROTECTED]) wrote: *cough* rc1.gz ? *sigh* thanks for the kick. pushed. -chris - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: 2.6.19 panic on boot -- i386

2006-11-29 Thread Chris Wright
* David Miller ([EMAIL PROTECTED]) wrote: From: Pete Clements [EMAIL PROTECTED] Date: Wed, 29 Nov 2006 22:13:09 -0500 (EST) 2.6.19 panics at boot. Good up through rc6-git11. Hand copied screen below. Here is the fix, which was posted in response to a seperate report of this problem

Re: 2.6.19 panic on boot -- i386

2006-11-29 Thread Chris Wright
* David Miller ([EMAIL PROTECTED]) wrote: Check [EMAIL PROTECTED]'s inbox, I just sent it in :) Ooh, nice timing! thanks, -chris - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[patch 10/23] bcm43xx: Drain TX status before starting IRQs

2006-11-29 Thread Chris Wright
fire after enabling IRQs and would lead to an oops in the DMA TXstatus handling code. Cc: John W. Linville [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Larry Finger [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/wireless/bcm43xx

Re: [PATCH] Disable INTx when enabling MSI in forcedeth

2006-11-30 Thread Chris Wright
* Linus Torvalds ([EMAIL PROTECTED]) wrote: On Tue, 21 Nov 2006, Daniel Barkalow wrote: My nVidia ethernet card doesn't disable its own INTx when MSI is enabled. This causes a steady stream of spurious interrupts that eventually kills my SATA IRQ if MSI is used with forcedeth, which is

Linux 2.6.18.5

2006-12-01 Thread Chris Wright
v2.6.18.4 to v2.6.18.5 Chris Wright: Linux 2.6.18.5 Daniel Ritz: pcmcia: fix 'rmmod pcmcia' with unbound devices David S. Miller: BLUETOOTH: Fix unaligned access in hci_send_to_sock. Fernando J. Pereda: alpha: Fix ALPHA_EV56

Re: Linux 2.6.18.5

2006-12-01 Thread Chris Wright
diff --git a/Makefile b/Makefile index d026088..85d8009 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 18 -EXTRAVERSION = .4 +EXTRAVERSION = .5 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index

Re: [stable][PATCH 2.6.19] Fix data corruption with dm-crypt over RAID5

2006-12-01 Thread Chris Wright
@vger.kernel.org Cc: [EMAIL PROTECTED], Andrey [EMAIL PROTECTED], Andrew Morton [EMAIL PROTECTED], [EMAIL PROTECTED], Neil Brown [EMAIL PROTECTED], Jens Axboe [EMAIL PROTECTED], Chris Wright [EMAIL PROTECTED] Subject: dm crypt: Fix data corruption with dm-crypt over RAID5 Fix corruption issue with dm

Re: [stable] [patch] crypto: cryptoloop requires CBC

2006-12-01 Thread Chris Wright
* Chuck Ebbert ([EMAIL PROTECTED]) wrote: Kernel builds but cryptoloop won't work without CBC crypto algorithm in kernel 2.6.19. Thanks, Herbert sent that already (both to stable and in his git pull request to Linus). -chris - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/2] (repost) New System call, unshare (fwd)

2005-09-07 Thread Chris Wright
* Janak Desai ([EMAIL PROTECTED]) wrote: diff -Naurp linux-2.6.13-mm1/kernel/fork.c linux-2.6.13-mm1+unshare-patch1/kernel/fork.c --- linux-2.6.13-mm1/kernel/fork.c2005-09-07 13:25:01.0 + +++ linux-2.6.13-mm1+unshare-patch1/kernel/fork.c 2005-09-07 13:40:11.0

[PATCH 2/9] [PATCH] aacraid: 2.6.13 aacraid bad BUG_ON fix

2005-09-07 Thread Chris Wright
. Signed-off-by: Mark Haverkamp [EMAIL PROTECTED] Acked-by: James Bottomley [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/scsi/aacraid/aachba.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.13.y/drivers/scsi/aacraid/aachba.c

[PATCH 0/9] -stable review

2005-09-07 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.13.1 release. There are 9 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 7/9] [RTC]: Use SA_SHIRQ in sparc specific code.

2005-09-07 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- Based upon a report from Jason Wever. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/char/rtc.c |5 ++--- 1 files changed, 2 insertions

[PATCH 9/9] [PATCH] 32bit sendmsg() flaw (CAN-2005-2490)

2005-09-07 Thread Chris Wright
running 32-bit-compat-mode executables doing sendmsg() syscalls with unaligned CMSG data areas Another thing is that we use kmalloc() to allocate and sock_kfree_s() to free afterwards; less serious, but also needs fixing. Patch by Al Viro, David Miller, David Woodhouse Signed-off-by: Chris Wright

[PATCH 3/9] [PATCH] Fix PCI ROM mapping

2005-09-07 Thread Chris Wright
. It'ss a new version based on Linus latest one with better error checking. Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/pci/rom.c | 24 +--- 1 files changed, 17

[PATCH 5/9] [NET]: 2.6.13 breaks libpcap (and tcpdump)

2005-09-07 Thread Chris Wright
. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/core/filter.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6.13.y/net/core/filter.c

[PATCH 1/9] [PATCH] Kconfig: saa7134-dvb must select tda1004x

2005-09-07 Thread Chris Wright
Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/media/video/Kconfig |1 + 1 files changed, 1 insertion(+) Index: linux-2.6.13.y/drivers/media/video/Kconfig === --- linux

[PATCH 4/9] [PATCH] x86: pci_assign_unassigned_resources() update

2005-09-07 Thread Chris Wright
test for various setups. Confirmed by Tero Roponen [EMAIL PROTECTED] (who had problems with the 4kB CardBus IO size previously). Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/pci/common.c |1 arch/i386/pci/i386.c| 49

[PATCH 6/9] [CRYPTO] Fix boundary check in standard multi-block cipher processors

2005-09-07 Thread Chris Wright
nbytes is not a multiple of bsize. In those cases it will always process an extra block. This patch corrects the check so that it processes at most nbytes of data. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- crypto/cipher.c | 12 +--- 1

[PATCH 8/9] [IPV4]: Reassembly trim not clearing CHECKSUM_HW

2005-09-07 Thread Chris Wright
it is needed. If IP reassembly is trimming an overlapping fragment, it should reset (or adjust) the hardware checksum flag on the skb. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4

Re: Strange LVM2/DM data corruption with 2.6.11.12

2005-09-08 Thread Chris Wright
* Alexander Nyberg ([EMAIL PROTECTED]) wrote: Please upgrade to 2.6.12.6 (I don't remember exactly in which 2.6.12.x it went in), it contains a bugfix that should fix what you are seeing. 2.6.13 also has this. Yep, that was 2.6.12.4, and here's the patch:

Re: [PATCH 9/9] [PATCH] 32bit sendmsg() flaw (CAN-2005-2490)

2005-09-09 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: Minor update from David Miller for clean sparc64 build. diff --git a/include/net/compat.h b/include/net/compat.h --- a/include/net/compat.h +++ b/include/net/compat.h @@ -33,7 +33,8 @@ extern asmlinkage long compat_sys_sendms extern asmlinkage long

[PATCH 10/9] raw_sendmsg DoS (CAN-2005-2492)

2005-09-09 Thread Chris Wright
on an arbitrary address. The result of the read is not returned directly but you may be able to divine some information about it, or use the read to cause a crash on some architectures by reading hardware state. CAN-2005-2492. Fix from Al Viro, ack from Dave Miller. Signed-off-by: Chris Wright

Re: [PATCH 0/9] -stable review

2005-09-09 Thread Chris Wright
* Henrik Persson ([EMAIL PROTECTED]) wrote: * I didn't see the patch from Ivan Kokshaysky ( http://marc.theaimsgroup.com/?l=linux-kernelm=112541348008047w=2 ) included.. Without this one my laptop will freeze and die when inserting a something into the cardbus slot, so I would say that it

Re: [patch 00/30] -stable review

2006-11-16 Thread Chris Wright
* Dave Jones ([EMAIL PROTECTED]) wrote: On Wed, Nov 15, 2006 at 06:43:32PM -0800, Chris Wright wrote: This is the start of the stable review cycle for the 2.6.18.3 release. There are 30 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [stable] [patch 05/30] splice: fix problem introduced with inode diet

2006-11-16 Thread Chris Wright
* Dave Jones ([EMAIL PROTECTED]) wrote: On Wed, Nov 15, 2006 at 06:43:37PM -0800, Chris Wright wrote: -stable review patch. If anyone has any objections, please let us know. -- From: Jens Axboe [EMAIL PROTECTED] After the inode slimming patch that unionised

Re: [PATCH 1/5] Skip timer works.patch

2006-11-16 Thread Chris Wright
Andi's request] Signed-off-by: Chris Wright [EMAIL PROTECTED] Cc: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- Documentation/kernel-parameters.txt |7 +-- arch/i386/kernel/io_apic.c | 16 ++-- 2 files changed, 19 insertions

Re: [patch 07/30] bcm43xx: Drain TX status before starting IRQs

2006-11-16 Thread Chris Wright
* Larry Finger ([EMAIL PROTECTED]) wrote: We have a report of a regression between 2.6.19-rc3 and -rc5. As this patch seems to be the only one that could cause the problem, please pull it from -stable while we sort out the difficulty. Thanks a lot for the heads up Larry, dropping this one.

Linux 2.6.18.3

2006-11-18 Thread Chris Wright
: x86_64: Fix FPU corruption Auke Kok: e1000: Fix regression: garbled stats and irq allocation during swsusp Benjamin Herrenschmidt: POWERPC: Make alignment exception always check exception table Chris Wright: Linux 2.6.18.3 Daniel Ritz: usbtouchscreen: use endpoint

Re: Linux 2.6.18.3

2006-11-18 Thread Chris Wright
diff --git a/Makefile b/Makefile index 9e54c3a..9eda185 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 18 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c

Re: [patch 07/30] bcm43xx: Drain TX status before starting IRQs

2006-11-18 Thread Chris Wright
* Larry Finger ([EMAIL PROTECTED]) wrote: The regression turns out to be a locking problem involving bcm43xx, wpa_supplicant, and NetworkManager. The exact cause is unknown; however, this patch is clearly not the problem. Please reinstate it for inclusion in -stable. Thanks for the

[PATCH] debugfs: make __create_file static

2012-08-09 Thread Chris Wright
It's only used locally, no need to pollute global namespace. Signed-off-by: Chris Wright chr...@sous-sol.org --- fs/debugfs/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c index 4733eab..2c9fafb 100644 --- a/fs/debugfs

Re: {2.6.22.y} CVE-2007-6434

2008-02-04 Thread Chris Wright
* Oliver Pinter ([EMAIL PROTECTED]) wrote: mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 ---8--- commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 Author: Eric Paris [EMAIL PROTECTED] Date: Tue Dec 4 23:45:31 2007 -0800 VM/Security: add security hook to do_brk Given a

Re: [PATCH 1/10] add missing parameter for lookup_address

2008-01-18 Thread Chris Wright
* Glauber de Oliveira Costa ([EMAIL PROTECTED]) wrote: lookup_address() receives two parameters, but efi_64.c call is passing only one. It's actually preventing the tree from compiling Signed-off-by: Glauber de Oliveira Costa [EMAIL PROTECTED] Good catch, I know I don't test with

[patch 00/59] -stable review

2007-02-02 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.19.3 release. There are 59 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 14/59] sched: tasks cannot run on cpus onlined after boot

2007-02-02 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- kernel/sched.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.2.orig/kernel/sched.c +++ linux-2.6.19.2/kernel/sched.c @@ -6765,7 +6765,7 @@ void __init sched_init_smp(void) lock_cpu_hotplug

[patch 12/59] [PATCH] Fix reparenting to the same thread group. (take 2)

2007-02-02 Thread Chris Wright
PROTECTED] Cc: Coywolf Qi Hunt [EMAIL PROTECTED] Acked-by: Oleg Nesterov [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] [chrisw: fold in 241ceee0b442, Oleg's fix to restore user visible behaviour] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- kernel/exit.c | 29

[patch 04/59] Fix HWRNG built-in initcalls priority

2007-02-02 Thread Chris Wright
Bug 7730. http://bugzilla.kernel.org/show_bug.cgi?id=7730 Signed-off-by: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/char/hw_random/amd-rng.c|2 +- drivers/char/hw_random/geode-rng.c |2 +- drivers/char/hw_random/intel-rng.c |2

[patch 16/59] start_kernel: test if irqs got enabled early, barf, and disable them again

2007-02-02 Thread Chris Wright
PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- This is half of the fix for http://bugzilla.kernel.org/show_bug.cgi?id=7505 init/main.c |5 + 1 file changed, 5 insertions(+) --- linux-2.6.19.2.orig/init/main.c +++ linux-2.6.19.2/init

[patch 13/59] ieee1394: sbp2: fix probing of some DVD-ROM/RWs

2007-02-02 Thread Chris Wright
driver, and an according patch will follow for a next Linux release. Signed-off-by: Stefan Richter [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- same as commit 1a74bc68e4c0534d150e6454b45a70dab831fa32 --- drivers/ieee1394/sbp2.c |2 ++ 1 file changed, 2 insertions

[patch 23/59] SELinux: fix an oops with NetLabel and non-MLS SELinux policy

2007-02-02 Thread Chris Wright
as the mls_export_cat() function has been replaced in the 2.6.20 kernel. Signed-off-by: Paul Moore [EMAIL PROTECTED] Acked-by: Stephen Smalley [EMAIL PROTECTED] Acked-by: James Morris [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- security/selinux/ss/mls.c | 12 1 file

[patch 25/59] Fix UML on non-standard VM split hosts

2007-02-02 Thread Chris Wright
everywhere. In particular, the values of STUB_CODE and STUB_DATA relied on the old variable. I also reformatted the HOST_VMSPLIT_3G help to make it more standard. Spotted by [EMAIL PROTECTED] Signed-off-by: Jeff Dike [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] -- arch/um/Kconfig.i386

[patch 21/59] IPSEC: Policy list disorder

2007-02-02 Thread Chris Wright
the successor of that entry. This patch fixes this and also adds a warning if we detect a duplicate entry in the policy list. This should never happen due to this if clause. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL

[patch 31/59] remove __devinit markings from rtc_sysfs_add_device()

2007-02-02 Thread Chris Wright
PROTECTED] Cc: [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/rtc/rtc-sysfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.2.orig/drivers/rtc/rtc

[patch 35/59] knfsd: fix an NFSD bug with full sized, non-page-aligned reads.

2007-02-02 Thread Chris Wright
an Oops. This patch increases size of the array for holding pages by one and makes sure that entry is NULL when it is not in use. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/nfsd/vfs.c |3 ++- include/linux/sunrpc/svc.h |5

[patch 30/59] Revert [PATCH] Fix up mmap_kmem

2007-02-02 Thread Chris Wright
Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/char/mem.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.2.orig/drivers/char/mem.c +++ linux-2.6.19.2/drivers/char/mem.c @@ -293,8 +293,8 @@ static int mmap_kmem(struct file * file

[patch 33/59] sis190: failure to set the MAC address from EEPROM

2007-02-02 Thread Chris Wright
PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/sis190.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.2.orig/drivers/net/sis190.c +++ linux-2.6.19.2/drivers/net/sis190.c @@ -1559,7 +1559,7 @@ static

[patch 38/59] md: assorted md and raid1 one-liners

2007-02-02 Thread Chris Wright
(version-1 metadata only) make sure a full recovery (not just as guided by bitmaps) does get done. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/md/md.c|3 ++- drivers/md/raid1.c |1 + 2 files changed, 3 insertions(+), 1 deletion

[patch 41/59] md: fix potential memalloc deadlock in md

2007-02-02 Thread Chris Wright
). Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/md/md.c | 29 + drivers/md/raid1.c |2 ++ drivers/md/raid5.c |3 +++ include/linux/raid/md.h |2 +- 4 files changed, 35 insertions

[patch 37/59] knfsd: fix up some bit-rot in exp_export

2007-02-02 Thread Chris Wright
bitrot. Particular: - some newly added fields in 'struct svc_export' are being initialised properly. - the return value is now always -ENOMEM ... This patch fixes both these problems. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/nfsd

[patch 40/59] md: fix a few problems with the interface (sysfs and ioctl) to md.

2007-02-02 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/md/md.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) --- linux-2.6.19.2.orig/drivers/md/md.c +++ linux-2.6.19.2/drivers/md/md.c @@ -1792,7 +1792,8 @@ state_store(mdk_rdev_t *rdev, const char else

[patch 32/59] SPARC64: Set g4/g5 properly in sun4v dtlb-prot handling.

2007-02-02 Thread Chris Wright
long to trigger and find this particular bug. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- --- arch/sparc64/kernel/sun4v_tlb_miss.S |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.2.orig/arch/sparc64/kernel

[patch 43/59] Dont allow the stack to grow into hugetlb reserved regions

2007-02-02 Thread Chris Wright
-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm/mmap.c |7 +++ 1 file changed, 7 insertions(+) --- linux-2.6.19.2.orig/mm/mmap.c +++ linux-2.6.19.2/mm/mmap.c @@ -1477,6 +1477,7 @@ static int acct_stack_growth(struct vm_a { struct mm_struct

[patch 45/59] bonding: ARP monitoring broken on x86_64

2007-02-02 Thread Chris Wright
-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/bonding/bonding.h |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- linux-2.6.19.2.orig/drivers/net/bonding/bonding.h +++ linux-2.6.19.2

[patch 42/59] libata: use kmap_atomic(KM_IRQ0) in SCSI simulator

2007-02-02 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/ata/libata-scsi.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.2.orig/drivers/ata/libata-scsi.c +++ linux-2.6.19.2/drivers/ata/libata-scsi.c @@ -1648,7 +1648,7 @@ static unsigned int

[patch 29/59] elevator: move clearing of unplug flag earlier

2007-02-02 Thread Chris Wright
by: Linas Vepstas [EMAIL PROTECTED] Signed-off-by: Jens Axboe [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- block/elevator.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- linux-2.6.19.2.orig/block

[patch 39/59] md: make repair actually work for raid1.

2007-02-02 Thread Chris Wright
out the original data to each. The memcpy to make all the data the same is missing. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/md/raid1.c |5 + 1 file changed, 5 insertions(+) --- linux-2.6.19.2.orig/drivers/md/raid1.c +++ linux

[patch 56/59] NETFILTER: xt_connbytes: fix division by zero

2007-02-02 Thread Chris Wright
PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/netfilter/xt_connbytes.c | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) --- linux-2.6.19.2.orig/net/netfilter/xt_connbytes.c +++ linux-2.6.19.2/net/netfilter/xt_connbytes.c @@ -52,6 +52,8 @@ match

[patch 49/59] IPV4: Fix the fib trie iterator to work with a single entry routing tables

2007-02-02 Thread Chris Wright
] Signed-off-by: Robert Olsson [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/fib_trie.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) --- linux-2.6.19.2.orig/net/ipv4/fib_trie.c +++ linux

[patch 46/59] jmicron: 40/80pin primary detection

2007-02-02 Thread Chris Wright
the warning that was already there. Cc: Dave Jones [EMAIL PROTECTED] Signed-off-by: Chuck Ebbert [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/ide/pci/jmicron.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) --- linux-2.6.19.2.orig/drivers/ide

[patch 44/59] uml: fix signal frame alignment

2007-02-02 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/um/sys-i386/signal.c |3 ++- arch/um/sys-x86_64/signal.c |5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) --- linux-2.6.19.2.orig/arch/um/sys-i386/signal.c

[patch 57/59] SUNRPC: Give cloned RPC clients their own rpc_pipefs directory

2007-02-02 Thread Chris Wright
-by: Trond Myklebust [EMAIL PROTECTED] [chrisw: backport to 2.6.19.2] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/linux/sunrpc/clnt.h |1 + net/sunrpc/clnt.c | 26 +++--- 2 files changed, 16 insertions(+), 11 deletions(-) --- linux-2.6.19.2.orig

[patch 47/59] DECNET: Handle a failure in neigh_parms_alloc (take 2)

2007-02-02 Thread Chris Wright
is clearly wrong. So handle the failure. Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] Acked-by: Steven Whitehouse [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/decnet/dn_dev.c | 11 +-- 1 file changed, 9 insertions

[patch 50/59] IPV4: Fix single-entry /proc/net/fib_trie output.

2007-02-02 Thread Chris Wright
PROTECTED] Acked-by: Eric W. Biederman [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/fib_trie.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) --- linux-2.6.19.2.orig/net/ipv4/fib_trie.c +++ linux

[patch 15/59] Fix up CIFS for test_clear_page_dirty() removal

2007-02-02 Thread Chris Wright
changes made obvious. Acked-by: Steve French [EMAIL PROTECTED] Acked-by: Dave Kleikamp [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- This fixes a long term corruption bug when copying large files to a CIFS mount. Thanks Linus

[patch 52/59] AF_PACKET: Check device down state before hard header callbacks.

2007-02-02 Thread Chris Wright
-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/packet/af_packet.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) --- linux-2.6.19.2.orig/net/packet/af_packet.c +++ linux-2.6.19.2/net/packet/af_packet.c @@ -358,6 +358,10

[patch 54/59] TCP: Fix sorting of SACK blocks.

2007-02-02 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/tcp_input.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) --- linux-2.6.19.2.orig/net/ipv4/tcp_input.c +++ linux-2.6.19.2/net/ipv4/tcp_input.c @@ -1011,10 +1011,11 @@ tcp_sacktag_write_queue(struct sock *sk

[patch 53/59] TCP: rare bad TCP checksum with 2.6.19

2007-02-02 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/tcp_output.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.19.2.orig/net/ipv4/tcp_output.c +++ linux-2.6.19.2/net/ipv4/tcp_output.c @@ -1590,7 +1590,8 @@ static void tcp_retrans_try_collapse(str

[patch 55/59] TCP: skb is unexpectedly freed.

2007-02-02 Thread Chris Wright
-by: Masayuki Nakagawa [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/tcp_input.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) --- linux-2.6.19.2.orig/net/ipv4/tcp_input.c +++ linux-2.6.19.2/net/ipv4

[patch 51/59] AF_PACKET: Fix BPF handling.

2007-02-02 Thread Chris Wright
values which were negative when interpreted as a signed integer to indicate a packet drop, which is wrong. Based upon a report and initial patch by Raivis Bucis. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/packet/af_packet.c | 30

[patch 58/59] move_task_off_dead_cpu() should be called with disabled ints

2007-02-02 Thread Chris Wright
PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- kernel/sched.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) --- linux-2.6.19.2.orig/kernel/sched.c +++ linux-2.6.19.2/kernel/sched.c @@ -1941,6 +1941,7 @@ static void double_rq_lock(struct rq *rq __acquires

[patch 59/59] sched: fix cond_resched_softirq() offset

2007-02-02 Thread Chris Wright
the efficiency of the might_sleep checks and to only allow the narrow exceptions. Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] [chrisw: backport to 2.6.19.2] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 48/59] SPARC32: Fix over-optimization by GCC near ip_fast_csum.

2007-02-02 Thread Chris Wright
as a failure of NFS over udp (bad checksums on ip fragments) when compiled with GCC 3.4.2. Signed-off-by: Bob Breuer [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/asm-sparc/checksum.h |2 +- 1 file changed, 1 insertion

[patch 36/59] knfsd: fix type mismatch with filldir_t used by nfsd.

2007-02-02 Thread Chris Wright
an initial patch. Signed-off-by: Gabriel Paubert [EMAIL PROTECTED] Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/nfsd/nfs3xdr.c |9 + fs/nfsd/nfs4xdr.c |5 +++-- fs/nfsd/nfsxdr.c |5 +++-- fs/nfsd/vfs.c

[patch 34/59] knfsd: fix setting of ACL server versions.

2007-02-02 Thread Chris Wright
to find. Signed-off-by: Neil Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/nfsd/nfssvc.c |8 net/sunrpc/svc.c |3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) --- linux-2.6.19.2.orig/fs/nfsd/nfssvc.c +++ linux-2.6.19.2/fs/nfsd/nfssvc.c

[patch 06/59] NETFILTER: Fix routing of REJECT target generated packets in output chain

2007-02-02 Thread Chris Wright
address for the output route lookup. Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/netfilter.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) --- linux-2.6.19.2.orig/net/ipv4/netfilter.c +++ linux-2.6.19.2/net/ipv4

[patch 07/59] NETFILTER: nf_conntrack_ipv6: fix crash when handling fragments

2007-02-02 Thread Chris Wright
with skb-next still set. This causes dev_hard_start_xmit to treat them as GSO fragments, resulting in a use after free when connection tracking handles the next fragment. Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/netfilter

[patch 02/59] i2c/m41t00: Do not forget to write year

2007-02-02 Thread Chris Wright
] Signed-off-by: Jean Delvare [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Merged in 2.6.20-rc4: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=81ffbc04a8ea06c4bea534154f49ed598013ee6b drivers/i2c/chips/m41t00.c |1 + 1 file changed, 1

[patch 26/59] ACPI: fix cpufreq regression

2007-02-02 Thread Chris Wright
-off-by: Ingo Molnar [EMAIL PROTECTED] Cc: Dave Jones [EMAIL PROTECTED] Acked-by: Len Brown [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Thomas Renninger [EMAIL PROTECTED] wrote: Beside the Thinkpad it also seems to fix other system: http://bugzilla.kernel.org/show_bug.cgi

[patch 01/59] i2c-mv64xxx: Fix random oops at boot

2007-02-02 Thread Chris Wright
-by: Maxime Bizon [EMAIL PROTECTED] Acked-by: Mark A. Greer [EMAIL PROTECTED] Signed-off-by: Jean Delvare [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Merged in 2.6.20-rc4: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h

[patch 28/59] NETFILTER: Fix iptables ABI breakage on (at least) CRIS

2007-02-02 Thread Chris Wright
Berlin [EMAIL PROTECTED]. Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/linux/netfilter_ipv4/ip_tables.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.2.orig/include/linux/netfilter_ipv4/ip_tables.h +++ linux

[patch 24/59] IB/iser: return error code when PDUs may not be sent

2007-02-02 Thread Chris Wright
(which should be used only by libiscsi). Without this fix, during logout, open-iscsi over iSER tries to logout forever. Signed-off-by: Erez Zilber [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/infiniband/ulp/iser/iscsi_iser.c |4 ++-- drivers/infiniband/ulp/iser

[patch 27/59] x86: Work around gcc 4.2 over aggressive optimizer

2007-02-02 Thread Chris Wright
arguments. gcc 4.2 in some cases can CSE references to this which causes unresolved symbols. Define it to zero to avoid this. Signed-off-by: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/kernel/vmlinux.lds.S |1 + arch/x86_64/kernel/vmlinux.lds.S |1

[patch 19/59] NETFILTER: ctnetlink: check for status attribute existence on conntrack creation

2007-02-02 Thread Chris Wright
attribute is not present. Signed-off-by: Pablo Neira Ayuso [EMAIL PROTECTED] Signed-off-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/netfilter/ip_conntrack_netlink.c |8 +--- net/netfilter/nf_conntrack_netlink.c |8 +--- 2

[patch 22/59] ALSA hda-codec - Fix NULL dereference in generic hda code

2007-02-02 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Takashi Iwai [EMAIL PROTECTED] Fix NULL dereference in hda_generic.c. Signed-off-by: Takashi Iwai [EMAIL PROTECTED] Signed-off-by: Jaroslav Kysela [EMAIL PROTECTED] Signed-off-by: Chris Wright

[patch 20/59] NETFILTER: ctnetlink: fix leak in ctnetlink_create_conntrack error path

2007-02-02 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Patrick McHardy [EMAIL PROTECTED] --- net/ipv4/netfilter/ip_conntrack_netlink.c |2 +- net/netfilter/nf_conntrack_netlink.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

[patch 03/59] Check for populated zone in __drain_pages

2007-02-02 Thread Chris Wright
] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f2e12bb272f2544d1504f982270e90ae3dcc4ff2 mm/page_alloc.c |3 +++ 1 file changed, 3 insertions(+) --- linux

[patch 08/59] NETFILTER: tcp conntrack: fix IP_CT_TCP_FLAG_CLOSE_INIT value

2007-02-02 Thread Chris Wright
-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- include/linux/netfilter/nf_conntrack_tcp.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.2.orig/include/linux/netfilter/nf_conntrack_tcp.h +++ linux-2.6.19.2/include/linux/netfilter

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