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

2007-02-02 Thread Chris Wright
stack 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]> ---

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

2007-02-02 Thread Chris Wright
source 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

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

2007-02-02 Thread Chris Wright
discovering this and providing 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/nfsx

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

2007-02-02 Thread Chris Wright
easier 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.

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

2007-02-02 Thread Chris Wright
tore. Observed 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/checks

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

2007-02-02 Thread Chris Wright
d-off-by: Linus Torvalds <[EMAIL 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 @@ stat

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

2007-02-02 Thread Chris Wright
urrect 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-

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

2007-02-02 Thread Chris Wright
used all filter return 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]> --- ne

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

2007-02-02 Thread Chris Wright
. Signed-off-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

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

2007-02-02 Thread Chris Wright
ller <[EMAIL PROTECTED]> 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_wri

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

2007-02-02 Thread Chris Wright
ROTECTED]> Signed-off-by: David S. Miller <[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/

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

2007-02-02 Thread Chris Wright
Signed-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_

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

2007-02-02 Thread Chris Wright
ng and that the page dirty flag 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 corrup

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

2007-02-02 Thread Chris Wright
which 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

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

2007-02-02 Thread Chris Wright
lt;[EMAIL 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

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

2007-02-02 Thread Chris Wright
Signed-off-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(-)

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

2007-02-02 Thread Chris Wright
;[EMAIL PROTECTED]> Acked-by: Antoine Martin <[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 insertio

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

2007-02-02 Thread Chris Wright
erwise it makes the tester think the patch caused 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

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

2007-02-02 Thread Chris Wright
iederman <[EMAIL PROTECTED]> 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 deleti

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

2007-02-02 Thread Chris Wright
ck McHardy <[EMAIL 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

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

2007-02-02 Thread Chris Wright
Signed-off 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 deletio

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

2007-02-02 Thread Chris Wright
rently writes 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/

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

2007-02-02 Thread Chris Wright
/0x309 [ 232.404000] [] end_bio_bh_io_sync+0x0/0x37 [ 232.404000] [] scsi_done+0x0/0x16 [ 232.404000] [] scsi_done+0x0/0x16 [ 232.404000] [] ata_scsi_simulate+0xb0/0x13f [...] Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Cc: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright

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

2007-02-02 Thread Chris Wright
Cc: Jeff Garzik <[EMAIL PROTECTED]> Signed-off-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

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

2007-02-02 Thread Chris Wright
ook so 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/a

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

2007-02-02 Thread Chris Wright
TED]> Cc: <[EMAIL PROTECTED]> Signed-off-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 +14

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

2007-02-02 Thread Chris Wright
PROTECTED]> 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

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

2007-02-02 Thread Chris Wright
d some 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

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

2007-02-02 Thread Chris Wright
y read-only). 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

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

2007-02-02 Thread Chris Wright
middle (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,

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

2007-02-02 Thread Chris Wright
: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus 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.

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

2007-02-02 Thread Chris Wright
y: Francois Romieu <[EMAIL 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.

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

2007-02-02 Thread Chris Wright
and cause 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 ++- inclu

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

2007-02-02 Thread Chris Wright
sandro Zummo <[EMAIL 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(

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

2007-02-02 Thread Chris Wright
change 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 PROTECTE

[patch 21/59] IPSEC: Policy list disorder

2007-02-02 Thread Chris Wright
after 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-of

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

2007-02-02 Thread Chris Wright
series 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/s

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

2007-02-02 Thread Chris Wright
not in the sbp2 transport 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

[patch 05/59] md: pass down BIO_RW_SYNC in raid{1,10}

2007-02-02 Thread Chris Wright
MAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/md/raid1.c | 13 + drivers/md/raid10.c | 11 --- 2 files changed, 17 insertions(+), 7 deletions(-) --- linux-2.6.19.2.orig/drivers/md/r

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

2007-02-02 Thread Chris Wright
ke PCI). This fixes 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/i

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

2007-02-02 Thread Chris Wright
rton <[EMAIL 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.1

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

2007-02-02 Thread Chris Wright
EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL 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

[patch 14/59] sched: tasks cannot run on cpus onlined after boot

2007-02-02 Thread Chris Wright
TED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-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 @@ v

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

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

2007-02-02 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: Responses should be made by Mon Feb 3 02:30 UTC 2007 Yes, that's Mon Feb 5 (thanks to those on their toes ;-) And the roll-up will be available at: http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.3-rc1.{gz,bz2} once

[patch 18/59] IPV6 MCAST: Fix joining all-node multicast group on device initialization.

2007-02-02 Thread Chris Wright
by [EMAIL PROTECTED]. Closes: 7817 Signed-off-by: YOSHIFUJI Hideaki [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv6/addrconf.c |6 ++ net/ipv6/mcast.c|6 -- 2 files changed, 6 insertions(+), 6 deletions(-) --- linux-2.6.19.2.orig/net/ipv6/addrconf.c

<    4   5   6   7   8   9   10   11   12   13   >