[patch 10/50] libata: handle 0xff status properly

2007-01-05 Thread Chris Wright
eff Garzik <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- It fixes a long delay during booting for some hardware. http://bugs.gentoo.org/157326 drivers/ata/libata-core.c | 30 ++ include/linux/libata.h|9 - 2 files

[patch 11/50] ieee1394: ohci1394: add PPC_PMAC platform code to driver probe

2007-01-05 Thread Chris Wright
94 was unloaded and reloaded. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> [EMAIL PROTECTED]: also added missing if condition, commit 63cca59e89892497e95e1e9c7156d3345fb7e2e8] Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> Acked-by: Stefan Richter <[EMAIL PROTECTED]> Sig

[patch 08/50] V4L: Fix broken TUNER_LG_NTSC_TAPE radio support

2007-01-05 Thread Chris Wright
kuil <[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/video/tuner-simple.c |2 ++ drivers/media/video/tuner-types.c | 1

[patch 02/50] sha512: Fix sha384 block size

2007-01-05 Thread Chris Wright
final calculation. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- crypto/sha512.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/crypto/sha512.c +++ linux-2.6.19.1/crypto/sha512.c @@ -24,7 +

[patch 01/50] dm-crypt: Select CRYPTO_CBC

2007-01-05 Thread Chris Wright
ert Xu <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/md/Kconfig |1 + 1 file changed, 1 insertion(+) --- linux-2.6.19.1.orig/drivers/md/Kconfig +++ linux-2.6.19.1/drivers/md/Kconfig @@ -215,6 +215,7 @@ config DM_CRYPT tristate &qu

[patch 05/50] x86-64: Mark rdtsc as sync only for netburst, not for core2

2007-01-05 Thread Chris Wright
a slightly slower gettimeofday (by a dozen or two cycles), but that increase is quite small to pay for a really-going-forward tsc counter. Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EM

[patch 03/50] read_zero_pagealigned() locking fix

2007-01-05 Thread Chris Wright
PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/char/mem.c | 12 mm/memory.c| 32 +--- 2 files changed, 29 insertions(+), 15 deletions(-) --- linux-2.6.19.1

[patch 00/50] -stable review

2007-01-05 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.19.2 release. There are 50 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 Si

Re: [stable] CVE-2006-6106 (bluetooth CAPI) not fixed in mainline?

2007-01-02 Thread Chris Wright
* Chuck Ebbert ([EMAIL PROTECTED]) wrote: > It's not in the queue for 2.6.19.2, though. Should be there shortly, 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 http://vger.kernel.org/maj

Re: Linux 2.6.18.6

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

Linux 2.6.18.6

2006-12-18 Thread Chris Wright
ys_mount when data_page is NULL Andy Gospodarek (1): bonding: incorrect bonding state reported via ioctl Arjan van de Ven (1): x86-64: Mark rdtsc as sync only for netburst, not for core2 Chris Wright (1): Linux 2.6.18.6 Christophe Saout (1): dm crypt: Fix data corruption

[patch 25/24] x86-64: Mark rdtsc as sync only for netburst, not for core2

2006-12-15 Thread Chris Wright
r this is a slightly slower gettimeofday (by a dozen or two cycles), but that increase is quite small to pay for a really-going-forward tsc counter. Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> [chrisw: backported to 2.6.18] Sign

[patch 09/24] PKT_SCHED act_gact: division by zero

2006-12-14 Thread Chris Wright
PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/sched/act_gact.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.18.5.orig/net/sched/act_gact.c +++ linux-2.6.18.5/net/sched/act_gact.c @@

[patch 11/24] XFRM: Use output device disable_xfrm for forwarded packets

2006-12-14 Thread Chris Wright
e_xfrm. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 9be2b4e36fb04bbc968693ef95a75acc17cf2931 Author: Patrick McHardy <[EMAIL PROTECTED]> Date: Mon Dec 4

[patch 21/24] softirq: remove BUG_ONs which can incorrectly trigger

2006-12-14 Thread Chris Wright
]> Cc: <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- kernel/softirq.c |2 -- 1 file changed, 2 deletions(-) --- linux-2.6.18.5.

[patch 14/24] IrDA: Incorrect TTP header reservation

2006-12-14 Thread Chris Wright
than 0. Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/irda/irttp.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.18.5.orig/net/irda/irttp.c +++

[patch 08/24] NETFILTER: ip_tables: revision support for compat code

2006-12-14 Thread Chris Wright
2.6.18-stable review patch. If anyone has any objections, please let us know. -- From: Patrick McHardy <[EMAIL PROTECTED]> --- commit 79030ed07de673e8451a03aecb9ada9f4d75d491 tree 4ba8bd843c8bc95db0ea6877880b73d06da620e5 parent bec71b162747708d4b45b0cd399b484f52f2901a author Patr

[patch 04/24] EBTABLES: Deal with the worst-case behaviour in loop checks.

2006-12-14 Thread Chris Wright
) or a duplicate work. Signed-off-by: Al Viro <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- linux-2.6.18

[patch 05/24] EBTABLES: Prevent wraparounds in checks for entry components sizes.

2006-12-14 Thread Chris Wright
2.6.18-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) --- linux-2.6.18.5.orig/net/bridge/netfilter/ebtables

[patch 06/24] NET_SCHED: policer: restore compatibility with old iproute binaries

2006-12-14 Thread Chris Wright
PROTECTED]> Acked-by: Jamal Hadi Salim <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/sched/act_police.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) ---

[patch 20/24] skip data conversion in compat_sys_mount when data_page is NULL

2006-12-14 Thread Chris Wright
d-off-by: Andrey Mirkin <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- fs/compat.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.18.5.orig/fs/compat.c

[patch 18/24] ieee1394: ohci1394: add PPC_PMAC platform code to driver probe

2006-12-14 Thread Chris Wright
after ohci1394 was unloaded and reloaded. Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> [EMAIL PROTECTED]: also added missing if condition, commit 63cca59e89892497e95e1e9c7156d3345fb7e2e8] Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> Acked-by: Stefan Richter <[EMAIL PROTECTED]&

[patch 03/24] EBTABLES: Verify that ebt_entries have zero ->distinguisher.

2006-12-14 Thread Chris Wright
EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- linux-2.6.18.5.orig/net/bridge/netfilter/ebtables.c +++ linux-2.6.18.5/net/bridge/netfilter/ebt

[patch 23/24] forcedeth: Disable INTx when enabling MSI in forcedeth

2006-12-14 Thread Chris Wright
s like this one go into -stable. Legend has it that it is most correct to disable legacy interrupts before enabling MSI, but the mainline patch does it in the other order, and this patch is "obviously" the same as mainline. Signed-off-by: Daniel Barkalow <[EMAIL PROTECTED]>

[patch 24/24] Bluetooth: Add packet size checks for CAPI messages (CVE-2006-6106)

2006-12-14 Thread Chris Wright
these kinds of remote attacks. Signed-off-by: Marcel Holtmann <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bluetooth/cmtp/capi.c | 39 +-- 1 file changed, 33 insertions(+), 6 deletions(-) --- linux-2.6.18.5.orig/

[patch 02/24] EBTABLES: Fix wraparounds in ebt_entries verification.

2006-12-14 Thread Chris Wright
e_ our While we are at it, don't subtract unrelated pointers... Signed-off-by: Al Viro <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 23 -

[patch 17/24] V4L: Fix broken TUNER_LG_NTSC_TAPE radio support

2006-12-14 Thread Chris Wright
kuil <[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/video/tuner-simple.c |2 ++ drivers/media/video/tuner-types.c | 1

[patch 16/24] DVB: lgdt330x: fix signal / lock status detection bug

2006-12-14 Thread Chris Wright
c, for initially reporting this bug. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/media/dvb/frontends/lgdt330x.c |6 -- 1 file changed, 6 deletions(-) --- linux-2.6.18.5.orig/drivers/media/dvb/frontends/l

[patch 19/24] ARM: Add sys_*at syscalls

2006-12-14 Thread Chris Wright
2.6.18-stable review patch. If anyone has any objections, please let us know. -- From: Russell King <[EMAIL PROTECTED]> Later glibc requires the *at syscalls. Add them. Signed-off-by: Russell King <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTEC

[patch 22/24] m32r: make userspace headers platform-independent

2006-12-14 Thread Chris Wright
ECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/m32r/kernel/entry.S | 65 ++ include/asm-m32r/ptrace.h | 28 ++ include/

[patch 13/24] IPSEC: Fix inetpeer leak in ipv4 xfrm dst entries.

2006-12-14 Thread Chris Wright
MAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 26db167702756d0022f8ea5f1f30cad3018cfe31 Author: David S. Miller <[EMAIL PROTECTED]> Date: Wed Dec 6 23:45:15 2006 -0800 net/ipv4/xfrm4_policy.c |

[patch 15/24] bonding: incorrect bonding state reported via ioctl

2006-12-14 Thread Chris Wright
gt; Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/net/bonding/bond_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.18.5.orig/drivers/net/bonding/bond_main.c +++ linux-2.6.18.5/drivers/net/bonding/bo

[patch 07/24] dm crypt: Fix data corruption with dm-crypt over RAID5

2006-12-14 Thread Chris Wright
re reported as successful reads to the higher layers (and leaving random content in the buffer cache). Already fixed in 2.6.19. Signed-off-by: Christophe Saout <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/md/dm-crypt.c |6 -- 1 file chan

[patch 12/24] dm snapshot: fix freeing pending exception

2006-12-14 Thread Chris Wright
eption, pending_complete() forgets to remove the corresponding exception from its exception table before freeing it. Already fixed in 2.6.19. Signed-off-by: Milan Broz <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/md/dm-snap.c |1 + 1 file changed, 1 inser

[patch 00/24] -stable review

2006-12-14 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.18.6 release. There are 24 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 Si

[patch 01/24] softmac: remove netif_tx_disable when scanning

2006-12-14 Thread Chris Wright
nger <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ieee80211/softmac/ieee80211softmac_scan.c |2 -- 1 file changed, 2 deletions(-) --- linux-2.6.18.5.orig/net/ieee80211/softmac/ieee80211softmac_scan.c +++ linux-2.6.18.5/net/ieee80211/softmac/ieee80211softm

[patch 10/24] SUNHME: Fix for sunhme failures on x86

2006-12-14 Thread Chris Wright
g code refactoring. It has been filed as bugzilla bug #7502 [0] and Debian bug #397460 [1]. [0] http://bugzilla.kernel.org/show_bug.cgi?id=7502 [1] http://bugs.debian.org/397460 Signed-off-by: Jurij Smakov <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Ch

Re: [patch 00/24] -stable review

2006-12-14 Thread Chris Wright
patch roll-up is available at: http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.18.6-rc1.{gz,bz2} once mirroring has completed. thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mor

Re: [stable] [PATCH 46/61] fix Intel RNG detection

2006-12-13 Thread Chris Wright
* dean gaudet ([EMAIL PROTECTED]) wrote: > just for the public record (i already communicated with Jan in private > mail on this one)... i have a box which hangs hard starting at 2.6.18.2 > and 2.6.19 -- hangs hard during the intel hw rng tests (no sysrq > response). and the hang occurs prior t

Re: [PATCH 2/5] Paravirt cpu batching.patch

2006-12-12 Thread Chris Wright
* Zachary Amsden ([EMAIL PROTECTED]) wrote: > The VMI ROM has a mode where hypercalls can be queued and batched. This turns > out to be a significant win during context switch, but must be done at a > specific point before side effects to CPU state are visible to subsequent > instructions. This i

Re: Linux 2.6.19.1

2006-12-11 Thread Chris Wright
diff --git a/Makefile b/Makefile index aef9625..6b53c75 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 19 -EXTRAVERSION = +EXTRAVERSION = .1 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acp

Linux 2.6.19.1

2006-12-11 Thread Chris Wright
): NETFILTER: bridge netfilter: deal with martians correctly Chris Wright (1): Linux 2.6.19.1 Daniel Barkalow (1): forcedeth: Disable INTx when enabling MSI in forcedeth David Miller (4): IPV6 NDISC: Calculate packet length correctly for allocation. PKT_SCHED act_gact

Re: [stable] [patch 31/32] x86_64: fix boot hang due to nmi watchdog init code

2006-12-11 Thread Chris Wright
* Chris Wright ([EMAIL PROTECTED]) wrote: > -stable review patch. If anyone has any objections, please let us know. > -- replaced with upstream version, which is slightly changed by Andi. -- From: Ravikiran G Thirumalai <[EMAIL PROTECTED]> 2.6.19 stopped bootin

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Chris Wright
lity.h:45, > from include/linux/sched.h:46, > from arch/i386/kernel/setup.c:26: > include/asm/paravirt.h:163:1: warning: this is the location of the previous > definition > > Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> Acked-by: Chris

Re: [patch 00/32] -stable review

2006-12-09 Thread Chris Wright
* Stefan Lippers-Hollmann ([EMAIL PROTECTED]) wrote: > At least > http://kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc1.gz > and > http://kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc2.gz > seem to contain an incompletely applied "[patch 24/32] add bottom_h

Re: [patch 28/32] autofs: fix error code path in autofs_fill_sb()

2006-12-09 Thread Chris Wright
* Ian Kent ([EMAIL PROTECTED]) wrote: > On Fri, 2006-12-08 at 15:58 -0800, Chris Wright wrote: > > plain text document attachment > > (autofs-fix-error-code-path-in-autofs_fill_sb.patch) > > -stable review patch. If anyone has any objections, please let us know. > > ---

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

2006-12-08 Thread Chris Wright
* Chuck Ebbert ([EMAIL PROTECTED]) wrote: > In-Reply-To: <[EMAIL PROTECTED]> > > On Fri, 8 Dec 2006 16:38:10 -0800, Chris Wright wrote: > > > And a roll-up is available at: > > > > > > http://www.kernel.org/pub/linux/kernel/people/chrisw/stable

[patch 33/32] NETLINK: Put {IFA,IFLA}_{RTA,PAYLOAD} macros back for userspace.

2006-12-08 Thread Chris Wright
using them in the kernel again, it's just for userspace. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit c0279128f20aa3580b0b43aaa49f351f6bad5f30 Author: David S. Miller <[EMAIL PROTECTED]> Date: Fri Dec 8 17:05:

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

2006-12-08 Thread Chris Wright
And a roll-up is available at: http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.1-rc1.{gz,bz2} - 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/maj

[patch 11/32] SUNHME: Fix for sunhme failures on x86

2006-12-08 Thread Chris Wright
ng. It has been filed as bugzilla bug #7502 [0] and Debian bug #397460 [1]. [0] http://bugzilla.kernel.org/show_bug.cgi?id=7502 [1] http://bugs.debian.org/397460 Signed-off-by: Jurij Smakov <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Ch

[patch 25/32] drm-sis linkage fix

2006-12-08 Thread Chris Wright
D]> Cc: Dave Airlie <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/char/drm/drm_sman.c |1 + 1 file changed, 1 insertion(+) --- linux-2.6.19.orig/drivers/char/dr

[patch 17/32] do_coredump() and not stopping rewrite attacks? (CVE-2006-6304)

2006-12-08 Thread Chris Wright
EXCL; /* Stop rewrite attacks */ 1484 current->fsuid = 0; /* Dump root private */ 1485 } And then filp_open follows with "flag" totally ignored. Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- fs/exec.c |3 ++- 1 file changed, 2 inse

[patch 27/32] PM: Fix swsusp debug mode testproc

2006-12-08 Thread Chris Wright
ROTECTED]> Acked-by: Pavel Machek <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- kernel/power/disk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.

[patch 22/32] IrDA: Incorrect TTP header reservation

2006-12-08 Thread Chris Wright
Signed-off-by: Samuel Ortiz <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/irda/irttp.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.orig/net/irda/irttp.c +++ linux

[patch 31/32] x86_64: fix boot hang due to nmi watchdog init code

2006-12-08 Thread Chris Wright
ton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/x86_64/kernel/nmi.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.19.orig/arch/x86_64/kernel/nmi.c +++ linux-2.6.19/arch/x86_64/kernel/nmi.c @@ -212,7 +212,7 @@ static __ini

[patch 29/32] softirq: remove BUG_ONs which can incorrectly trigger

2006-12-08 Thread Chris Wright
EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- kernel/softirq.c |2 -- 1 file changed, 2 deletions(-) --- linux-2.6.19.orig/ker

[patch 04/32] EBTABLES: Verify that ebt_entries have zero ->distinguisher.

2006-12-08 Thread Chris Wright
TECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- linux-2.6.19.orig/net/bridge/netfilter/ebtables.c +++ linux-2.6.19/net/bridge/netfilter/ebtables.c @@ -417,7 +417,7 @@ ebt_ch

[patch 13/32] NETFILTER: Fix iptables compat hook validation

2006-12-08 Thread Chris Wright
ecks from translation code and moves them after mark_source_chains() call, where these marks are initialized. Signed-off-by: Dmitry Mishin <[EMAIL PROTECTED]> Signed-off-by; Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 14f5487cb9bd34cd59

[patch 32/32] forcedeth: Disable INTx when enabling MSI in forcedeth

2006-12-08 Thread Chris Wright
rzik <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- The general patch got into mainline last night, and this patch is clearly the same as that one, limited to the case of forcedeth (the pci_intx() calls are lifted from {en

[patch 18/32] TOKENRING: Remote memory corruptor in ibmtr.c

2006-12-08 Thread Chris Wright
offset of checksum in the packet. net/core/* will both read and modify the value as that offset, with obvious reasons. At the very least it's a remote memory corruptor. Signed-off-by: Al Viro <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chri

[patch 14/32] NETFILTER: bridge netfilter: deal with martians correctly

2006-12-08 Thread Chris Wright
y <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit bb01f827bae980efdecc33fbcdc1b90f1c355b3e tree 432a8f2843b47ccac094efea35da6f19731ed834 parent 14f5487cb9bd34cd59360d2cac7dccac9b27e8ce author Bart De Schuymer <[EMAIL PROTECTED]> Mon, 04 Dec 2006 12

[patch 10/32] PKT_SCHED act_gact: division by zero

2006-12-08 Thread Chris Wright
]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/sched/act_gact.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.orig/net/sched/act_gact.c +++ linux-2.6.19/net/sched/act_gact.c @@ -48,14

[patch 21/32] IPSEC: Fix inetpeer leak in ipv4 xfrm dst entries.

2006-12-08 Thread Chris Wright
CTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 26db167702756d0022f8ea5f1f30cad3018cfe31 Author: David S. Miller <[EMAIL PROTECTED]> Date: Wed Dec 6 23:45:15 2006 -0800 net/ipv4/xfrm4_policy.c |

[patch 30/32] m32r: make userspace headers platform-independent

2006-12-08 Thread Chris Wright
ECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/m32r/kernel/entry.S | 65 ++ include/asm-m32r/ptrace.h | 28 ++ include/asm-m3

[patch 08/32] cryptoloop: Select CRYPTO_CBC

2006-12-08 Thread Chris Wright
]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/block/Kconfig |1 + 1 file changed, 1 insertion(+) --- linux-2.6.19.orig/drivers/block/Kconfig +++ linux-2.6.19/drivers/block/Kconfig @@ -305,6 +305,7 @@ config BLK_DEV_LOOP config BLK_DEV_CRYPTOLOOP tristate &

[patch 28/32] autofs: fix error code path in autofs_fill_sb()

2006-12-08 Thread Chris Wright
PROTECTED]: update comment] Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]> Acked-by: Ian Kent <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Ian Kent <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROT

[patch 06/32] EBTABLES: Prevent wraparounds in checks for entry components sizes.

2006-12-08 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Al Viro <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) --- linux-2.6.19.orig/net/bridge/netfilter/ebtables.c +++ l

[patch 15/32] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme

2006-12-08 Thread Chris Wright
; Signed-off-by: Larry Finger <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- John and Chris, This error was introduced in the 2.6.19-rxX series and must be applied to 2.6.19-stable and wireless-2.6. Larry net/ieee80211/softmac/ieee80211softmac_wx.c |

[patch 03/32] EBTABLES: Fix wraparounds in ebt_entries verification.

2006-12-08 Thread Chris Wright
While we are at it, don't subtract unrelated pointers... Signed-off-by: Al Viro <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c | 23 --- 1 file

[patch 19/32] XFRM: Use output device disable_xfrm for forwarded packets

2006-12-08 Thread Chris Wright
e_xfrm. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 9be2b4e36fb04bbc968693ef95a75acc17cf2931 Author: Patrick McHardy <[EMAIL PROTECTED]> Date: Mon Dec 4

[patch 20/32] USB: Fix oops in PhidgetServo

2006-12-08 Thread Chris Wright
PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/usb/misc/phidgetservo.c |1 + 1 file changed, 1 insertion(+) --- linux-2.6.19.orig/drivers/usb/misc/phidgetservo.c +++ linux-2.6.19/drivers/usb/misc/phidget

[patch 23/32] NETLINK: Restore API compatibility of address and neighbour bits

2006-12-08 Thread Chris Wright
id S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- include/linux/rtnetlink.h |2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.19.orig/include/linux/rtnetlink.h +++ linux-2.6.19/include/linux/rtnetlink.h @@ -3,6 +3,8 @@ #include #inclu

[patch 16/32] IB/ucm: Fix deadlock in cleanup

2006-12-08 Thread Chris Wright
s, and ib_ucm_event_handler() needs file_mutex, too. Therefore, drop the file_mutex during the call to ib_destroy_cm_id(). Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> Acked-by: Sean Hefty <[EMAIL PROTECTED]> Signed-off-by: Chris

[patch 05/32] EBTABLES: Deal with the worst-case behaviour in loop checks.

2006-12-08 Thread Chris Wright
plicate work. Signed-off-by: Al Viro <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- linux-2.6.19.orig/ne

[patch 26/32] compat: skip data conversion in compat_sys_mount when data_page is NULL

2006-12-08 Thread Chris Wright
y: Andrey Mirkin <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- fs/compat.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.orig/fs/compat.c +++ l

[patch 07/32] NET_SCHED: policer: restore compatibility with old iproute binaries

2006-12-08 Thread Chris Wright
gt; Acked-by: Jamal Hadi Salim <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/sched/act_police.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) --- linux-2.6.

[patch 24/32] add bottom_half.h

2006-12-08 Thread Chris Wright
rupt.h and spinlock.h. Cc: "Randy.Dunlap" <[EMAIL PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- incl

[patch 12/32] NETFILTER: Fix {ip, ip6, arp}_tables hook validation

2006-12-08 Thread Chris Wright
he old order and moves the standard checks to mark_source_chains. This allows to get rid of a special case for standard targets as a nice side-effect. Signed-off-by: Dmitry Mishin <[EMAIL PROTECTED]> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: Chris Wright

[patch 01/32] IPV6 NDISC: Calculate packet length correctly for allocation.

2006-12-08 Thread Chris Wright
Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 6e38433357e2381bb278a418fb7e2fd201475101 Author: David S. Miller <[EMAIL PROTECTED]> Date: Sat Dec 2 21:00:06 2006 -0800 net/ipv6/ndisc.c | 16 1 file changed, 12 in

[patch 02/32] softmac: remove netif_tx_disable when scanning

2006-12-08 Thread Chris Wright
EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ieee80211/softmac/ieee80211softmac_scan.c |2 -- 1 file changed, 2 deletions(-) --- linux-2.6.19.orig/net/ieee80211/softmac/ieee80211softmac_scan.c +++ linux-2.6.19/net/ieee80211/softmac/ieee80211softm

[patch 09/32] Revert "ACPI: SCI interrupt source override"

2006-12-08 Thread Chris Wright
her in IOAPIC mode. If the SCI shared an interrupt line with another device, this would result in a "irq 18: nobody cared" type failure. http://bugzilla.kernel.org/show_bug.cgi?id=7601 Signed-off-by: Len Brown <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]>

[patch 00/32] -stable review

2006-12-08 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.19.1 release. There are 32 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Si

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 linux-ke

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

2006-12-01 Thread Chris Wright
ate: Sat, 02 Dec 2006 03:27:56 +0100 From: Christophe Saout <[EMAIL PROTECTED]> To: linux-kernel@vger.kernel.org Cc: [EMAIL PROTECTED], Andrey <[EMAIL PROTECTED]>, Andrew Morton <[EMAIL PROTECTED]>, [EMAIL PROTECTED], Neil Brown <[EMAIL PROTECTED]>, Jens Axboe <[EMA

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 21

Linux 2.6.18.5

2006-12-01 Thread Chris Wright
from 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:

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, whi

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 http://vger.kernel.org

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

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 r

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

2006-11-29 Thread Chris Wright
Daniel Drake <[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 d

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

2006-11-29 Thread Chris Wright
k held. Signed-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 +++ li

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

2006-11-29 Thread Chris Wright
EMAIL PROTECTED]> Signed-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 dc

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

2006-11-29 Thread Chris Wright
d, 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: Ch

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

2006-11-29 Thread Chris Wright
would immediately 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 &l

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

2006-11-29 Thread Chris Wright
should be above 2048 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/kerne

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

2006-11-29 Thread Chris Wright
r 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 PRO

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

2006-11-29 Thread Chris Wright
by: David S. Miller <[EMAIL 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_so

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

2006-11-29 Thread Chris Wright
ncy 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 45c88fae3ec75a90

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

2006-11-29 Thread Chris Wright
igned-off-by: Jean 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

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