Re: Linux 2.6.18.4

2006-11-29 Thread Chris Wright
diff --git a/Makefile b/Makefile index 9eda185..d026088 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 18 -EXTRAVERSION = .3 +EXTRAVERSION = .4 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/net/bridge/br_ioctl.c b/net/bridge/br_ioctl.c

Linux 2.6.18.4

2006-11-29 Thread Chris Wright
+- net/bridge/br_ioctl.c |9 + 2 files changed, 6 insertions(+), 5 deletions(-) Summary of changes from v2.6.18.3 to v2.6.18.4 Chris Wright: bridge: fix possible overflow in get_fdb_entries (CVE-2006-5751) Linux 2.6.18.4

Linux 2.6.18.4

2006-11-29 Thread Chris Wright
+- net/bridge/br_ioctl.c |9 + 2 files changed, 6 insertions(+), 5 deletions(-) Summary of changes from v2.6.18.3 to v2.6.18.4 Chris Wright: bridge: fix possible overflow in get_fdb_entries (CVE-2006-5751) Linux 2.6.18.4

Re: Linux 2.6.18.4

2006-11-29 Thread Chris Wright
diff --git a/Makefile b/Makefile index 9eda185..d026088 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 18 -EXTRAVERSION = .3 +EXTRAVERSION = .4 NAME=Avast! A bilge rat! # *DOCUMENTATION* diff --git a/net/bridge/br_ioctl.c b/net/bridge/br_ioctl.c

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

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

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

2006-11-29 Thread Chris Wright
-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 ca6a237afa4910bab5e9e8ba0685f37c2bfe author Patrick

[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 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
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 4410392a8258fd972fc08a336278b14c82b2774f tree

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

2006-11-29 Thread Chris Wright
(). 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 Wright [EMAIL PROTECTED] --- commit

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

2006-11-29 Thread Chris Wright
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] --- commit 94a3d63f9ca6cb404f62ee4186d20fec3e8bdc97 tree 86873a5eff586598eceabdbe4c042c55f62d4fbc

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

2006-11-29 Thread Chris Wright
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:03 +0100 committer Patrick McHardy

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

2006-11-29 Thread Chris Wright
-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_remove_socket(str socket-pcmcia_state.dead = 1

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

2006-11-29 Thread Chris Wright
[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/scsi/scsi_lib.c |1 + 2 files changed, 2 insertions(+), 2 deletions

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

2006-11-29 Thread Chris Wright
] 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/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: 2.6.19 panic on boot -- i386

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

Re: 2.6.19 panic on boot -- i386

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

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

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

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

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

Re: Linux 2.6.18.3

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

Linux 2.6.18.3

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

Linux 2.6.18.3

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

Re: Linux 2.6.18.3

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

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

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

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

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

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

2006-11-16 Thread Chris Wright
mer IRQs. > > While here, make check_timer be __init. > > Signed-off-by: Zachary Amsden <[EMAIL PROTECTED]> > [chrisw: use no_timer_check to bring inline with x86_64 as per Andi's request] > Signed-off-by: Chris Wright <[EMAIL PROTECTED]> > Cc: Andi Kleen <[E

Re: [patch 00/30] -stable review

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

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

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

Re: [patch 00/30] -stable review

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

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

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

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

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

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

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

Re: [PATCH 0/9] -stable review

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

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

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

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

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

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

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

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

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

Re: [PATCH 0/9] -stable review

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

Re: Strange LVM2/DM data corruption with 2.6.11.12

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

Re: Strange LVM2/DM data corruption with 2.6.11.12

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

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

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

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

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

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

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

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

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

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

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

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

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

[PATCH 7/9] [RTC]: Use SA_SHIRQ in sparc specific code.

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

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

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

[PATCH 0/9] -stable review

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

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

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

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

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

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

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

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

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

[PATCH 0/9] -stable review

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

[PATCH 7/9] [RTC]: Use SA_SHIRQ in sparc specific code.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: [PATCH 5/5] Remove unnecesary capability hooks in rootplug.

2005-08-31 Thread Chris Wright
* Greg KH ([EMAIL PROTECTED]) wrote: > On Wed, Aug 24, 2005 at 06:20:33PM -0700, Chris Wright wrote: > > Now that capability functions are default, rootplug no longer needs to > > manually add them to its security_ops. > > > > Cc: Greg Kroah <[EMAIL PROTECTED]>

Re: [PATCH 5/5] Remove unnecesary capability hooks in rootplug.

2005-08-31 Thread Chris Wright
* Greg KH ([EMAIL PROTECTED]) wrote: On Wed, Aug 24, 2005 at 06:20:33PM -0700, Chris Wright wrote: Now that capability functions are default, rootplug no longer needs to manually add them to its security_ops. Cc: Greg Kroah [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

Re: GDT initialization and location question.

2005-08-30 Thread Chris Wright
* Pritesh Shah ([EMAIL PROTECTED]) wrote: > I was wondering as to where is the GDT initialized during the boot > sequence? I will need the filename and the name of the routine that > does this. Any help would be greatly appreciated. Search for cpu_gdt_table (one is literal, the other is per_cpu).

Re: LSM root_plug module questions

2005-08-30 Thread Chris Wright
* David Härdeman ([EMAIL PROTECTED]) wrote: > I'm currently playing around with the security/root_plug.c LSM module > and I have two questions: you'll have better luck on the lsm list > 1) What's the recommended way of telling that someone is logging in to > the computer (via ssh, virtual

Re: LSM root_plug module questions

2005-08-30 Thread Chris Wright
* David Härdeman ([EMAIL PROTECTED]) wrote: I'm currently playing around with the security/root_plug.c LSM module and I have two questions: you'll have better luck on the lsm list 1) What's the recommended way of telling that someone is logging in to the computer (via ssh, virtual

Re: GDT initialization and location question.

2005-08-30 Thread Chris Wright
* Pritesh Shah ([EMAIL PROTECTED]) wrote: I was wondering as to where is the GDT initialized during the boot sequence? I will need the filename and the name of the routine that does this. Any help would be greatly appreciated. Search for cpu_gdt_table (one is literal, the other is per_cpu).

Re: kernel freezes with 2.6.12.5 and 2.6.13

2005-08-29 Thread Chris Wright
* Peter Münster ([EMAIL PROTECTED]) wrote: > On Mon, 29 Aug 2005, Chris Wright wrote: > > > * Peter Münster ([EMAIL PROTECTED]) wrote: > > > with 2.6.12.4 no problem. But with a newer version, I get a black screen > > > and no more network access, when try

Re: kernel freezen with 2.6.12.5 and 2.6.13

2005-08-29 Thread Chris Wright
* Peter Münster ([EMAIL PROTECTED]) wrote: > with 2.6.12.4 no problem. But with a newer version, I get a black screen > and no more network access, when trying to print (lpr some-file.ps). > Everything else seems to work ok. > Printer is a network-printer managed by cups. > I suppose, it's a

Re: Linux 2.6.12.6

2005-08-29 Thread Chris Wright
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION = .5 +EXTRAVERSION = .6 NAME=Woozy Numbat # *DOCUMENTATION* diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c --- a/drivers/scsi/sg.c +++

Linux 2.6.12.6

2005-08-29 Thread Chris Wright
|9 + net/ipv6/ipv6_sockglue.c|3 +++ 9 files changed, 29 insertions(+), 21 deletions(-) Summary of changes from v2.6.12.5 to v2.6.12.6 == Bhavesh P. Davda: NPTL signal delivery deadlock fix Chris Wright: Linux 2.6.12.6 Herbert

Linux 2.6.12.6

2005-08-29 Thread Chris Wright
|9 + net/ipv6/ipv6_sockglue.c|3 +++ 9 files changed, 29 insertions(+), 21 deletions(-) Summary of changes from v2.6.12.5 to v2.6.12.6 == Bhavesh P. Davda: NPTL signal delivery deadlock fix Chris Wright: Linux 2.6.12.6 Herbert

Re: Linux 2.6.12.6

2005-08-29 Thread Chris Wright
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION = .5 +EXTRAVERSION = .6 NAME=Woozy Numbat # *DOCUMENTATION* diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c --- a/drivers/scsi/sg.c +++

Re: kernel freezen with 2.6.12.5 and 2.6.13

2005-08-29 Thread Chris Wright
* Peter Münster ([EMAIL PROTECTED]) wrote: with 2.6.12.4 no problem. But with a newer version, I get a black screen and no more network access, when trying to print (lpr some-file.ps). Everything else seems to work ok. Printer is a network-printer managed by cups. I suppose, it's a

Re: kernel freezes with 2.6.12.5 and 2.6.13

2005-08-29 Thread Chris Wright
* Peter Münster ([EMAIL PROTECTED]) wrote: On Mon, 29 Aug 2005, Chris Wright wrote: * Peter Münster ([EMAIL PROTECTED]) wrote: with 2.6.12.4 no problem. But with a newer version, I get a black screen and no more network access, when trying to print (lpr some-file.ps). Everything else

[PATCH 4/7] [IPV4]: Fix DST leak in icmp_push_reply()

2005-08-26 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- Based upon a bug report and initial patch by Ollie Wild. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: "David S. Miller" <[EMAIL PROTECTED]> Signed-off-by

[PATCH 3/7] [PATCH] Revert unnecessary zlib_inflate/inftrees.c fix

2005-08-26 Thread Chris Wright
d-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- lib/zlib_inflate/inftrees.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12.y/lib/zlib_inflate/inftrees.c

[PATCH 1/7] [IPSEC] Restrict socket policy loading to CAP_NET_ADMIN - CAN-2005-2555

2005-08-26 Thread Chris Wright
TECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ipv4/ip_sockglue.c |3 +++ net/ipv6/ipv6_sockglue.c |3 +++ 2 files changed, 6 insertions(+) Index: linux-2.6.12.y/net/ipv4/ip_sockglue.c === ---

[PATCH 5/7] [PATCH] fix gl_skb/skb type error in genelink driver in usbnet

2005-08-26 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- I think there is a type error when port genelink driver to 2.6.. With this error, a linux host will panic when it link with a windows host. Cc: David Brownell <[EMAIL PROTECTED]> Signed-off-by:

[PATCH 2/7] [PATCH] NPTL signal delivery deadlock fix

2005-08-26 Thread Chris Wright
. Acked-by: Roland McGrath <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- kernel/signal.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12

[PATCH 7/7] [IPV6]: Fix SKB leak in ip6_input_finish()

2005-08-26 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- Changing it to how ip_input handles should fix it. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: "David S. Miller" <[EMAIL PROTECTED]> Signed-off-by: Chris Wr

[PATCH 6/7] [PATCH] sg.c: fix a memory leak in devices seq_file implementation (2nd)

2005-08-26 Thread Chris Wright
the size-32 usage grow and grow. #!/bin/sh while true; do cat /proc/scsi/sg/devices > /dev/null done Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/scsi/sg.c | 15 --- 1 files changed, 8 insertions(

[PATCH 0/7] -stable review

2005-08-26 Thread Chris Wright
This is the start of the stable review cycle for the 2.6.12.6 release. There are 7 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

Re: [PATCH 2/5] Rework stubs in security.h

2005-08-26 Thread Chris Wright
* Stephen Smalley ([EMAIL PROTECTED]) wrote: > That one isn't so much an issue as the xattr ones and vm_enough_memory > case. But more generally, if you think about moving toward a place > where one can grant privileges to processes based solely on their > role/domain, you'll need the same

Re: [PATCH 2/5] Rework stubs in security.h

2005-08-26 Thread Chris Wright
* Tony Jones ([EMAIL PROTECTED]) wrote: > The discussion about composing with commoncap made me think about whether > this is the best way to do this. It seems that we're heading towards a > requirement that every module internally compose with commoncap. Not a requirement, it's a choice ATM.

Re: [PATCH 0/5] LSM hook updates

2005-08-26 Thread Chris Wright
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > Quoting Chris Wright ([EMAIL PROTECTED]): > > > A little surprising: kernbench is improved, but dbench and tbench > > > are worse - though within the 95% CI. > > > > It is interesting. Would be good to see what ha

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