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

2006-12-08 Thread Chris Wright
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/kernel/s

[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
<[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 {enable,

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

2006-12-08 Thread Chris Wright
as 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: Chris Wri

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

2006-12-08 Thread Chris Wright
IL 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:19:46 +01

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

[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
e 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 PROTECTED]>

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

[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
ile 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 changed, 16 in

[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
ndlers, 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
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/net/bridge/netfil

[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
D]> 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
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]> --- include/linux/bottom_hal

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

[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

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

2006-12-08 Thread Chris Wright
-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/ieee80211softmac_scan.c @@ -47,7 +47,6

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

2006-12-08 Thread Chris Wright
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 insertions(+), 4 deletions(-) --- linux-2.6.19

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

2006-12-08 Thread Chris Wright
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 [EMAIL PROTECTED] --- commit

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

2006-12-08 Thread Chris Wright
-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.19.orig/net/sched/act_police.c +++ linux

[patch 24/32] add bottom_half.h

2006-12-08 Thread Chris Wright
: 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] --- include/linux/bottom_half.h |5 + include/linux/interrupt.h |7

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

2006-12-08 Thread Chris Wright
pointer can be NULL, so we should skip data conversion in this case. Signed-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

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

2006-12-08 Thread Chris Wright
-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/net/bridge/netfilter/ebtables.c +++ linux-2.6.19/net

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

2006-12-08 Thread Chris Wright
, 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 Wright [EMAIL PROTECTED] --- Hello

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

2006-12-08 Thread Chris Wright
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 linux/netlink.h #include linux/if_link.h +#include

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

2006-12-08 Thread Chris Wright
. 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 19:59:00 2006 -0800 net/ipv4/route.c |2

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

2006-12-08 Thread Chris Wright
-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 |3 ++- 1 file changed, 2 insertions

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

2006-12-08 Thread Chris Wright
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 changed, 16 insertions(+), 7 deletions

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

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

2006-12-08 Thread Chris Wright
PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- fs/autofs/inode.c |7 --- fs/autofs4/inode.c |7 --- 2 files changed, 8 insertions(+), 6 deletions(-) --- linux-2.6.19.orig/fs/autofs/inode.c +++ linux-2.6.19/fs/autofs/inode.c @@ -28,10 +28,11 @@ void autofs_kill_sb(struct

[patch 08/32] cryptoloop: Select CRYPTO_CBC

2006-12-08 Thread Chris Wright
-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 Cryptoloop Support

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

2006-12-08 Thread Chris Wright
-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 |2 ++ 1 file changed, 2 insertions(+) --- linux

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

2006-12-08 Thread Chris Wright
] 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-m32r/sigcontext.h | 13 +--- 3 files changed, 35

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

2006-12-08 Thread Chris Wright
-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 +48,14 @@ static struct tcf_hashinfo

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

2006-12-08 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- commit bb01f827bae980efdecc33fbcdc1b90f1c355b3e tree 432a8f2843b47ccac094efea35da6f19731ed834 parent 14f5487cb9bd34cd59360d2cac7dccac9b27e8ce author Bart De Schuymer [EMAIL PROTECTED] Mon, 04 Dec 2006 12:19:46 +0100 committer Patrick McHardy [EMAIL PROTECTED] Mon

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

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

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

2006-12-08 Thread Chris Wright
[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 {enable,disable}_msi_mode to all of the indirect callers

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

2006-12-08 Thread Chris Wright
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 14f5487cb9bd34cd59360d2cac7dccac9b27e8ce tree

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

2006-12-08 Thread Chris Wright
-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_check_entry_size_and_hooks(struct

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

2006-12-08 Thread Chris Wright
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/kernel/softirq.c +++ linux-2.6.19/kernel/softirq.c @@ -574,8 +574,6

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

2006-12-08 Thread Chris Wright
this is a good candidate for 2.6.19 stable as well. [EMAIL PROTECTED]: cleanups] Signed-off-by: Ravikiran Thirumalai [EMAIL PROTECTED] Signed-off-by: Shai Fultheim [EMAIL PROTECTED] Cc: Andi Kleen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris

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

2006-12-08 Thread Chris Wright
-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.6.19.orig/kernel/power/disk.c +++ linux-2.6.19/kernel/power

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

2006-12-08 Thread Chris Wright
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 insertions(+), 1 deletion(-) --- linux-2.6.19.orig/fs/exec.c +++ linux-2.6.19/fs/exec.c

[patch 25/32] drm-sis linkage fix

2006-12-08 Thread Chris Wright
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/drm/drm_sman.c +++ linux-2.6.19/drivers/char/drm/drm_sman.c

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

2006-12-08 Thread Chris Wright
. 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: Chris Wright [EMAIL PROTECTED

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

2006-12-08 Thread Chris Wright
-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-2.6.19/net/irda/irttp.c

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

2006-12-08 Thread Chris Wright
-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/phidgetservo.c @@ -282,6 +282,7

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

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

2006-12-08 Thread Chris Wright
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:13 2006 -0800 include/linux

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-2.6.19.1-rc1.{gz,bz2} Would it be possible

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

2006-12-08 Thread Chris Wright
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] --- arch/i386/kernel/acpi/boot.c

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: [stable][PATCH < 2.6.19] Fix data corruption with dm-crypt over RAID5

2006-12-01 Thread Chris Wright
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 <[EMAIL PR

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

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

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

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

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

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

[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
nabled, 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
e 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/kernel/microcode.c |

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

2006-11-29 Thread Chris Wright
upport 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 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
ndency 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
; Signed-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

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

2006-11-29 Thread Chris Wright
P_KERNEL would never 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]>

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

2006-11-29 Thread Chris Wright
system. 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 ++

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

2006-11-29 Thread Chris Wright
l page of memory. 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

[patch 15/23] alpha: Fix ALPHA_EV56 dependencies typo

2006-11-29 Thread Chris Wright
lt;[EMAIL PROTECTED]> Cc: Richard Henderson <[EMAIL PROTECTED]> Cc: Ivan Kokshaysky <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/alpha/Kcon

[patch 12/23] pcmcia: fix rmmod pcmcia with unbound devices

2006-11-29 Thread Chris Wright
TED]> [chrisw: add subsequent mutex fix] Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/pcmcia/ds.c |5 + 1 file changed, 5 insertions(+) --- linux-2.6.18.4.orig/drivers/pcmcia/ds.c +++ linux-2.6.18.4/drivers/pcmcia/ds.c @@ -1264,6 +1264,11 @@ static void pcmcia_bus_rem

[patch 01/23] scsi: clear garbage after CDBs on SG_IO

2006-11-29 Thread Chris Wright
PROTECTED]> Acked-by: Jens Axboe <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Acked-by: Jeff Garzik <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- block/scsi_ioctl.c |3 +-- drivers/s

[patch 05/23] NETFILTER: Missed and reordered checks in {arp,ip,ip6}_tables

2006-11-29 Thread Chris Wright
y <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 1cfcb663c5a6d8b4b1172ff481af1b597bc8b54e tree 61c5b135ee292681f38945a3549cb9005aec1d7c parent b2ab160e1a3a1eb3fcc80132d8d7db5687a7a113 author Patrick McHardy <[EMAIL PROTECTED]> Tue, 21 Nov 2006 11:17

[patch 04/23] NETFILTER: ip_tables: fix module refcount leaks in compat error paths

2006-11-29 Thread Chris Wright
-by: Vasily Averin <[EMAIL PROTECTED]> Acked-by: Kirill Korotaev <[EMAIL PROTECTED]> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- comm

[patch 03/23] NETFILTER: ip_tables: compat error way cleanup

2006-11-29 Thread Chris Wright
eplace(). Signed-off-by: Vasily Averin <[EMAIL PROTECTED]> Acked-by: Dmitry Mishin <[EMAIL PROTECTED]> Acked-by: Kirill Korotaev <[EMAIL PROTECTED]> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wr

[patch 06/23] NETFILTER: arp_tables: missing unregistration on module unload

2006-11-29 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Patrick McHardy <[EMAIL PROTECTED]> --- commit 6b22b99ecd431b63aece1fa5b1faa01b75a8302e tree 7969fd96d4daad6eaf8a10a0659702ca3e404439 parent 0ef4760e162ea44c847cca7393b36e5bcac5414e author Patrick

[patch 02/23] NETFILTER: Missing check for CAP_NET_ADMIN in iptables compat layer

2006-11-29 Thread Chris Wright
ranted capabilities. Signed-off-by: Björn Steinbrink <[EMAIL PROTECTED]> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 4410392a8258fd9

[patch 00/23] -stable review

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

[patch 09/23] NETFILTER: xt_CONNSECMARK: fix Kconfig dependencies

2006-11-29 Thread Chris Wright
PROTECTED]>. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 7f013c33ba2b02614c856d715b65d858bc1ec47f tree 7ba757cfe1e953e47726bdcf956c16d07d94aa6e parent ca6a237afa491

[patch 07/23] NETFILTER: Honour source routing for LVS-NAT

2006-11-29 Thread Chris Wright
harder), which is a precondition for the fix. Cc: Ken Brownfield <[EMAIL PROTECTED]> Signed-off-by: Simon Horman <[EMAIL PROTECTED]> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright &

<    7   8   9   10   11   12   13   14   15   16   >