[patch 09/59] NETFILTER: arp_tables: fix userspace compilation

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

[patch 17/59] PCI: prevent down_read when pci_devices is empty

2007-02-02 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- This is the other half of the fix for bug #7505 drivers/pci/search.c | 24 1 file changed, 24 insertions(+) --- linux-2.6.19.2.orig/drivers/pci/search.c

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

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

[patch 10/59] Repair snd-usb-usx2y over OHCI

2007-02-02 Thread Chris Wright
). Fix this by only looking at the common between OHCI UHCI Frame number range. This is for mainline and stable kernels = 2.6.18. Signed-off-by: Karsten Wiese [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- sound/usb/usx2y/usbusx2yaudio.c |2 +- sound/usb/usx2y

[patch 11/59] [stable] [PATCH] IB/mthca: Fix off-by-one in FMR handling on memfree

2007-02-02 Thread Chris Wright
into the wrong place, leading to memory corruption and also causing the HCA to use an incorrect address translation table. Signed-off-by: Michael S. Tsirkin [EMAIL PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- This is upstream, and fixes a data

[PATCH] ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)

2007-01-10 Thread Chris Wright
; Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Not upstream yet fs/ext2/dir.c |8 1 file changed, 8 insertions(+) --- linux-2.6.19.1.orig/fs/ext2/dir.c +++ linux-2.6.19.1/fs/ext2/dir.c @@ -368,6 +368,14 @@ struct ext2_dir_entry_2 * ext2_find_entr }

Linux 2.6.19.2

2007-01-10 Thread Chris Wright
ioctl Ang Way Chuang (1): dvb-core: fix bug in CRC-32 checking on 64-bit systems Arjan van de Ven (1): x86-64: Mark rdtsc as sync only for netburst, not for core2 Badari Pulavarty (1): Fix for shmem_truncate_range() BUG_ON() Chris Wright (1): Linux 2.6.19.2 Chuck Ebbert (1

Linux 2.6.19.2

2007-01-10 Thread Chris Wright
ioctl Ang Way Chuang (1): dvb-core: fix bug in CRC-32 checking on 64-bit systems Arjan van de Ven (1): x86-64: Mark rdtsc as sync only for netburst, not for core2 Badari Pulavarty (1): Fix for shmem_truncate_range() BUG_ON() Chris Wright (1): Linux 2.6.19.2 Chuck Ebbert (1

[PATCH] ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)

2007-01-10 Thread Chris Wright
that we don't keep checking pages (and issuing errors) if we know there can be no more data to read, based on the block count of the directory inode. This is somewhat similar in approach to the ext3 patch I sent earlier this year. Signed-off-by: Eric Sandeen [EMAIL PROTECTED] Signed-off-by: Chris

Re: mprotect abuse in slim

2007-01-09 Thread Chris Wright
* Christoph Hellwig ([EMAIL PROTECTED]) wrote: > On Mon, Jan 08, 2007 at 07:07:25PM -0800, Arjan van de Ven wrote: > > maybe this is a silly question, but do you revoke not only the current > > fd entries, but also the ones that are pending in UNIX domain sockets > > and that are already being

Re: mprotect abuse in slim

2007-01-09 Thread Chris Wright
* Christoph Hellwig ([EMAIL PROTECTED]) wrote: On Mon, Jan 08, 2007 at 07:07:25PM -0800, Arjan van de Ven wrote: maybe this is a silly question, but do you revoke not only the current fd entries, but also the ones that are pending in UNIX domain sockets and that are already being sent to

[patch 07/50] DVB: lgdt330x: fix signal / lock status detection bug

2007-01-05 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.19.1.orig/drivers/media/dvb/frontends/lgdt330x.

[patch 14/50] sched: remove __cpuinitdata anotation to cpu_isolated_map

2007-01-05 Thread Chris Wright
n time. During setting of sched_mc_power_savings policy, this structure is accessed to update sched_domains. Signed-off-by: Tim Chen <[EMAIL PROTECTED]> Acked-by: Suresh Siddha <[EMAIL PROTECTED]> Acked-by: Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROT

[patch 16/50] SCSI: add missing cdb clearing in scsi_execute()

2007-01-05 Thread Chris Wright
s only for -stable. There is another more reliable fix for this problem proposed for devel tree. http://thread.gmane.org/gmane.linux.ide/14605/focus=14605 Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> Cc: Jens Axboe <[EMAIL PROTECTED]> Cc: Douglas Gilbert <[EMAIL PROTECTED]> Signed-off-

[patch 26/50] ramfs breaks without CONFIG_BLOCK

2007-01-05 Thread Chris Wright
ed-off-by: Dimitri Gorokhovik <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- fs/ramfs/file-mmu.c |4 +++- fs/ramfs/file-nommu.c |4 +++- 2 files changed, 6 insertions

[patch 34/50] SPARC64: Fix "mem=xxx" handling.

2007-01-05 Thread Chris Wright
ranges. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/sparc64/mm/init.c | 147 + 1 file changed, 124 insertions(+), 23 deletions(-) --- linux-2.6.19.1.orig/arch/sparc64/m

[patch 27/50] Buglet in vmscan.c

2007-01-05 Thread Chris Wright
ED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- mm/vmscan.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/mm/vmscan.c +++ linux-2.6.19.1/mm/vmscan.c @@ -691,7 +691,7 @@ static uns

[patch 36/50] NET: Dont export linux/random.h outside __KERNEL__

2007-01-05 Thread Chris Wright
fails to compile unless was already included. Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- include/linux/net.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lin

[patch 38/50] VM: Fix nasty and subtle race in shared mmaped page writeback

2007-01-05 Thread Chris Wright
L PROTECTED]> Cc: Arjan van de Ven <[EMAIL PROTECTED]> Cc: Gordon Farquharson <[EMAIL PROTECTED]> Cc: Guillaume Chazarain <[EMAIL PROTECTED]> Cc: Theodore Tso <[EMAIL PROTECTED]> Cc: Kenneth Cheng <[EMAIL PROTECTED]> Cc: Tobias Diedrich <[EMAIL PROTECTED]>

[patch 45/50] IPV4/IPV6: Fix inet{,6} device initialization order.

2007-01-05 Thread Chris Wright
multicast spinlocks et al. are initialized. Signed-off-by: David L Stevens <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit 30c4cf577fb5b68c16e5750d6bdbd7072e42b279 net/ipv4/devinet.c |5 +++--

[patch 39/50] V4L: cx2341x: audio_properties is an u16, not u8

2007-01-05 Thread Chris Wright
ED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- (cherry picked from commit cb2c7b4927c8f376b7ba9557978d8c59ed472664) include/media/cx2341x.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/inc

[patch 33/50] PKTGEN: Fix module load/unload races.

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Robert Olsson <[EMAIL PROTECTED]> --- net/core/pktgen.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) --- linux-2.6.19.1.orig/net/core/pktgen.c +++

[patch 47/50] NetLabel: correctly fill in unused CIPSOv4 level and category mappings

2007-01-05 Thread Chris Wright
patch restores the old/correct behavior by initializing the mapping data to the correct sentinel value. Signed-off-by: Paul Moore <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/netlabel/netlabel_cipso_v4.c |9 + 1 file changed, 9 insertions(+) --- l

[patch 49/50] fix OOM killing of swapoff

2007-01-05 Thread Chris Wright
rew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- mm/oom_kill.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) --- linux-2.6.19.1.orig/mm/oom_kill.c +++ linux-2.6.19.1/mm/oom_kill.c @@ -61,12 +61,6 @@

[patch 50/50] Fix incorrect user space access locking in mincore() (CVE-2006-4814)

2007-01-05 Thread Chris Wright
Acked-by: Hugh Dickins <[EMAIL PROTECTED]> [chrisw: fold in subsequent fix: 825020c3866e] Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- mm/mincore.c | 181 +++

[patch 43/50] SOUND: Sparc CS4231: Fix IRQ return value and initialization.

2007-01-05 Thread Chris Wright
break EBUS. Signed-off-by: Georg Chini <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- commit d35a1b9e10481c9f1d3b87e778a0f1f6a0a2dd48 sound/sparc/cs4231.c | 26 -- 1 file chang

Re: [patch 00/50] -stable review

2007-01-05 Thread Chris Wright
rollup available (when mirroring completes): http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.2-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 37/50] sparc32: add offset in pci_map_sg()

2007-01-05 Thread Chris Wright
ill not work as expected. Signed-off-by: Jan Andersson <[EMAIL PROTECTED]> Cc: "David S. Miller" <[EMAIL PROTECTED]> Cc: William Lee Irwin III <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed

[patch 44/50] SOUND: Sparc CS4231: Use 64 for period_bytes_min

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: David Miller <[EMAIL PROTECTED]> This matches what the ISA cs4231 driver uses. Tested by Georg Chini. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wr

[patch 48/50] connector: some fixes for ia64 unaligned access errors

2007-01-05 Thread Chris Wright
IL PROTECTED]> Cc: "David S. Miller" <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/connector/cn_proc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- linux-2.

[patch 46/50] asix: Fix typo for AX88772 PHY Selection

2007-01-05 Thread Chris Wright
mes up and everything seems fine except the device doesn't send/receive any packets. The one-liner attached fixes this issue and makes the devices usable again. Signed-off-by: David Hollis <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Patch has already been applied f

[patch 28/50] softmac: Fixed handling of deassociation from AP

2007-01-05 Thread Chris Wright
st be set and the ieee80211softmac_assoc_work function must be scheduled. This patch fixes that. Signed-off-by: Ulrich Kunitz <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Date: Sun, 3 Dec 2006 15:32:00 + (+0100) Su

[patch 40/50] dvb-core: fix bug in CRC-32 checking on 64-bit systems

2007-01-05 Thread Chris Wright
<[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- (cherry picked from commit dedcefb085fe98a1feaf63590fe2fc7e0ecb1987) drivers/media/dvb/dvb-core/dvb_net.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.1.orig/drivers/media/dvb/dvb-cor

[patch 19/50] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code

2007-01-05 Thread Chris Wright
e smp_mb__after_clear_bit() to an smp_mb(), to act as an absolute barrier between the TS_POLLING write and the NEED_RESCHED read. This affects almost all idling methods (default, ACPI, APM), on all 3 x86 architectures: i386, x86_64, ia64. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>

[patch 30/50] handle ext3 directory corruption better (CVE-2006-6053)

2007-01-05 Thread Chris Wright
igned-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Date: Thu, 7 Dec 2006 04:36:26 + (-0800) Subject: [patch 30/50] [PATCH] handle ext3 directory corruption better X-Git-Tag: v2.6.20-rc1

[patch 31/50] corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)

2007-01-05 Thread Chris Wright
uncompressed data in this case, but it doesn't. Signed-off-by: Phillip Lougher <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Date: Thu, 7 Dec 2006 04

[patch 22/50] fix aoe without scatter-gather [Bug 7662]

2007-01-05 Thread Chris Wright
ed-off-by: "Ed L. Cashin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/block/aoe/aoecmd.

[patch 24/50] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request

2007-01-05 Thread Chris Wright
Signed-off-by: Mike Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/block/cciss.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/block/cciss.c +++ linux-2.6.19.1/drivers/block/cciss.c @@ -2530,7 +2530,7 @@ stat

[patch 06/50] bonding: incorrect bonding state reported via ioctl

2007-01-05 Thread Chris Wright
ed-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.19.1.orig/drivers/net/bonding/bond_main.c +++ linux-2.6.19.1/drivers/net/bonding/bo

[patch 42/50] ebtables: dont compute gap before checking struct type

2007-01-05 Thread Chris Wright
Garcia Mantinan <[EMAIL PROTECTED]> Acked-by: Al Viro <[EMAIL PROTECTED]> Acked-by: Patrick McHardy <[EMAIL PROTECTED]> Signed-off-by: Chuck Ebbert <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/bridge/netfilter/ebtables.c |3 ++- 1 file

[patch 41/50] V4L: cx88: Fix leadtek_eeprom tagging

2007-01-05 Thread Chris Wright
called from a non-devinit context. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]>

[patch 32/50] ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)

2007-01-05 Thread Chris Wright
o read, based on the block count of the directory inode. This is somewhat similar in approach to the ext3 patch I sent earlier this year. Signed-off-by: Eric Sandeen <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- Not upstream yet fs/ext2/dir.c |8

[patch 18/50] i2c: fix broken ds1337 initialization

2007-01-05 Thread Chris Wright
bach <[EMAIL PROTECTED]> Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/i2c/chips/ds1337.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/i2c/chips/ds1337.c +++ linux-2.6

[patch 35/50] SPARC64: Handle ISA devices with no regs property.

2007-01-05 Thread Chris Wright
ichard Mortimer <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- arch/sparc64/kernel/isa.c | 20 1 file changed, 8 insertions(+), 12 deletions(-) --- linux-2.6.19.1.orig/arch/sparc6

[patch 29/50] zd1211rw: Call ieee80211_rx in tasklet

2007-01-05 Thread Chris Wright
ention of the ieee80211_rx function. It caused a bug in the crypto routines used by WPA. This patch calls ieee80211_rx in a tasklet. Signed-off-by: Ulrich Kunitz <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: John W. Linville <[EMAIL PROTECTED]> Signed-off-

[patch 25/50] [stable] [stable patch] i386: CPU hotplug broken with 2GB VMSPLIT

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Shaohua Li <[EMAIL PROTECTED]> In VMSPLIT mode, kernel PGD might have more entries than user space Signed-off-by: Shaohua Li <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[

[patch 20/50] Fix for shmem_truncate_range() BUG_ON()

2007-01-05 Thread Chris Wright
below the indirect blocks, we hit following assert. BUG_ON(limit <= SHMEM_NR_DIRECT); Signed-off-by: Badari Pulavarty <[EMAIL PROTECTED]> Cc: Hugh Dickins <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Si

[patch 23/50] UDP: Fix reversed logic in udp_get_port()

2007-01-05 Thread Chris Wright
best_size_so_far = size; best = result; } Which does something very very different from the original. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ipv4/udp.c | 13

[patch 21/50] smc911x: fix netpoll compilation faliure

2007-01-05 Thread Chris Wright
PROTECTED]> Cc: <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/net/smc911x.c +++ linux-2.6.1

[patch 15/50] IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G

2007-01-05 Thread Chris Wright
nd testing the fix. Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- I just asked Linus to pull this. It fixes nasty corruption/crash problems on 32-bit systems with > 4G of memory. drivers/infiniband/ulp/srp/ib_srp.c |2 +- dr

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

2007-01-05 Thread Chris Wright
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.19.1.orig/net/blu

[patch 12/50] kbuild: dont put temp files in source

2007-01-05 Thread Chris Wright
meier <[EMAIL PROTECTED]> Cc: Daniel Drake <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- It fixes building of external modules in a sandboxed e

[patch 04/50] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie

2007-01-05 Thread Chris Wright
ed-off-by: Ulrich Kunitz <[EMAIL PROTECTED]> Signed-off-by: Michael Buesch <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- net/ieee80211/softmac/ieee80211softmac_wx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.or

[patch 09/50] Revert "[PATCH] zd1211rw: Removed unneeded packed attributes"

2007-01-05 Thread Chris Wright
orted that commit 4e1bbd846d00a245dcf78b6b331d8a9afed8e6d7 (Remove unneeded packed attributes) breaks the zd1211rw driver on ARM." Signed-off-by: John W. Linville <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECTED]> --- drivers/net/wireless/zd1211rw/zd_ieee80211.h |2 +- drivers/net/wirel

[patch 13/50] ARM: Add sys_*at syscalls

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

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

2007-01-05 Thread Chris Wright
<[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 changed,

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

2007-01-05 Thread Chris Wright
ci1394 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
ightly 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 <[EMAIL P

[patch 03/50] read_zero_pagealigned() locking fix

2007-01-05 Thread Chris Wright
ed-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.orig/drivers/char/m

[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

[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

[patch 03/50] read_zero_pagealigned() locking fix

2007-01-05 Thread Chris Wright
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.orig/drivers/char/mem.c +++ linux-2.6.19.1/drivers/char/mem.c

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

2007-01-05 Thread Chris Wright
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 [EMAIL PROTECTED] --- Commit

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

2007-01-05 Thread Chris Wright
[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 Crypt target support depends

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

2007-01-05 Thread Chris Wright
] 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 | 14 ++ 2 files changed, 4 insertions(+), 12

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

2007-01-05 Thread Chris Wright
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 +24,7 @@ #define

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

2007-01-05 Thread Chris Wright
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] Signed-off-by: Chris Wright [EMAIL

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

2007-01-05 Thread Chris Wright
-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 changed, 22 insertions(+), 17 deletions(-) --- linux

[patch 09/50] Revert [PATCH] zd1211rw: Removed unneeded packed attributes

2007-01-05 Thread Chris Wright
4e1bbd846d00a245dcf78b6b331d8a9afed8e6d7 (Remove unneeded packed attributes) breaks the zd1211rw driver on ARM. Signed-off-by: John W. Linville [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/wireless/zd1211rw/zd_ieee80211.h |2 +- drivers/net/wireless/zd1211rw/zd_mac.c |2 +- drivers

[patch 13/50] ARM: Add sys_*at syscalls

2007-01-05 Thread Chris Wright
-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 PROTECTED] --- arch/arm/kernel

[patch 04/50] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie

2007-01-05 Thread Chris Wright
-by: Ulrich Kunitz [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_wx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/net/ieee80211/softmac/ieee80211softmac_wx.c

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

2007-01-05 Thread Chris Wright
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.19.1.orig/net/bluetooth/cmtp/capi.c

[patch 12/50] kbuild: dont put temp files in source

2007-01-05 Thread Chris Wright
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- It fixes building of external modules in a sandboxed environment. http://bugs.gentoo.org/149307 scripts/Kbuild.include | 19

[patch 15/50] IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G

2007-01-05 Thread Chris Wright
. Signed-off-by: Roland Dreier [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- I just asked Linus to pull this. It fixes nasty corruption/crash problems on 32-bit systems with 4G of memory. drivers/infiniband/ulp/srp/ib_srp.c |2 +- drivers/infiniband/ulp/srp/ib_srp.h |2

[patch 21/50] smc911x: fix netpoll compilation faliure

2007-01-05 Thread Chris Wright
PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/net/smc911x.c +++ linux-2.6.19.1/drivers/net/smc911x.c @@ -1331,7 +1331,7

[patch 20/50] Fix for shmem_truncate_range() BUG_ON()

2007-01-05 Thread Chris Wright
the indirect blocks, we hit following assert. BUG_ON(limit = SHMEM_NR_DIRECT); Signed-off-by: Badari Pulavarty [EMAIL PROTECTED] Cc: Hugh Dickins [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- mm

[patch 23/50] UDP: Fix reversed logic in udp_get_port()

2007-01-05 Thread Chris Wright
; best = result; } Which does something very very different from the original. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/ipv4/udp.c | 13 - 1 file changed, 8 insertions(+), 5 deletions

[patch 25/50] [stable] [stable patch] i386: CPU hotplug broken with 2GB VMSPLIT

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: Shaohua Li [EMAIL PROTECTED] In VMSPLIT mode, kernel PGD might have more entries than user space Signed-off-by: Shaohua Li [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch

[patch 29/50] zd1211rw: Call ieee80211_rx in tasklet

2007-01-05 Thread Chris Wright
function. It caused a bug in the crypto routines used by WPA. This patch calls ieee80211_rx in a tasklet. Signed-off-by: Ulrich Kunitz [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED

[patch 18/50] i2c: fix broken ds1337 initialization

2007-01-05 Thread Chris Wright
PROTECTED] Signed-off-by: Jean Delvare [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/i2c/chips/ds1337.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/i2c/chips/ds1337.c +++ linux-2.6.19.1/drivers/i2c/chips/ds1337.c

[patch 35/50] SPARC64: Handle ISA devices with no regs property.

2007-01-05 Thread Chris Wright
Mortimer [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/sparc64/kernel/isa.c | 20 1 file changed, 8 insertions(+), 12 deletions(-) --- linux-2.6.19.1.orig/arch/sparc64/kernel/isa.c +++ linux-2.6.19.1

[patch 32/50] ext2: skip pages past number of blocks in ext2_find_entry (CVE-2006-6054)

2007-01-05 Thread Chris Wright
on the block count of the directory inode. This is somewhat similar in approach to the ext3 patch I sent earlier this year. Signed-off-by: Eric Sandeen [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Not upstream yet fs/ext2/dir.c |8 1 file changed, 8

[patch 41/50] V4L: cx88: Fix leadtek_eeprom tagging

2007-01-05 Thread Chris Wright
from a non-devinit context. Signed-off-by: Jean Delvare [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- (cherry picked from commit 69f7e75a9d45e5eaca16917a8d0dedf76149f13f

[patch 42/50] ebtables: dont compute gap before checking struct type

2007-01-05 Thread Chris Wright
Mantinan [EMAIL PROTECTED] Acked-by: Al Viro [EMAIL PROTECTED] Acked-by: Patrick McHardy [EMAIL PROTECTED] Signed-off-by: Chuck Ebbert [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- net/bridge/netfilter/ebtables.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux

[patch 06/50] bonding: incorrect bonding state reported via ioctl

2007-01-05 Thread Chris Wright
] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/net/bonding/bond_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/net/bonding/bond_main.c +++ linux-2.6.19.1/drivers/net/bonding/bond_main.c @@ -3675,7 +3675,7 @@ static int bond_do_ioctl(struct

[patch 24/50] cciss: fix XFER_READ/XFER_WRITE in do_cciss_request

2007-01-05 Thread Chris Wright
Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/block/cciss.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.19.1.orig/drivers/block/cciss.c +++ linux-2.6.19.1/drivers/block/cciss.c @@ -2530,7 +2530,7 @@ static void do_cciss_request

[patch 22/50] fix aoe without scatter-gather [Bug 7662]

2007-01-05 Thread Chris Wright
-by: Ed L. Cashin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: Greg KH [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/block/aoe/aoecmd.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions

[patch 31/50] corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)

2007-01-05 Thread Chris Wright
in this case, but it doesn't. Signed-off-by: Phillip Lougher [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Date: Thu, 7 Dec 2006 04:37:20 + (-0800) Subject: [patch 31/50] [PATCH

[patch 19/50] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code

2007-01-05 Thread Chris Wright
almost all idling methods (default, ACPI, APM), on all 3 x86 architectures: i386, x86_64, ia64. Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Tested-by: Fernando Lopez-Lezcano [EMAIL PROTECTED] [chrisw: backport to 2.6.19.1] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/i386/kernel/apm.c

[patch 28/50] softmac: Fixed handling of deassociation from AP

2007-01-05 Thread Chris Wright
and the ieee80211softmac_assoc_work function must be scheduled. This patch fixes that. Signed-off-by: Ulrich Kunitz [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Date: Sun, 3 Dec 2006 15:32:00 + (+0100) Subject: [patch 28/50] [PATCH] softmac

[patch 40/50] dvb-core: fix bug in CRC-32 checking on 64-bit systems

2007-01-05 Thread Chris Wright
-by: Chris Wright [EMAIL PROTECTED] --- (cherry picked from commit dedcefb085fe98a1feaf63590fe2fc7e0ecb1987) drivers/media/dvb/dvb-core/dvb_net.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.19.1.orig/drivers/media/dvb/dvb-core/dvb_net.c +++ linux-2.6.19.1/drivers

[patch 46/50] asix: Fix typo for AX88772 PHY Selection

2007-01-05 Thread Chris Wright
and everything seems fine except the device doesn't send/receive any packets. The one-liner attached fixes this issue and makes the devices usable again. Signed-off-by: David Hollis [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- Patch has already been applied for 2.6.20+ kernels

[patch 48/50] connector: some fixes for ia64 unaligned access errors

2007-01-05 Thread Chris Wright
[EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- drivers/connector/cn_proc.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) --- linux-2.6.19.1.orig/drivers/connector/cn_proc.c +++ linux-2.6.19.1/drivers/connector

[patch 44/50] SOUND: Sparc CS4231: Use 64 for period_bytes_min

2007-01-05 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: David Miller [EMAIL PROTECTED] This matches what the ISA cs4231 driver uses. Tested by Georg Chini. Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL

Re: [patch 00/50] -stable review

2007-01-05 Thread Chris Wright
rollup available (when mirroring completes): http://www.kernel.org/pub/linux/kernel/people/chrisw/stable/patch-2.6.19.2-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 37/50] sparc32: add offset in pci_map_sg()

2007-01-05 Thread Chris Wright
. Signed-off-by: Jan Andersson [EMAIL PROTECTED] Cc: David S. Miller [EMAIL PROTECTED] Cc: William Lee Irwin III [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Linus Torvalds [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- arch/sparc/kernel

[patch 43/50] SOUND: Sparc CS4231: Fix IRQ return value and initialization.

2007-01-05 Thread Chris Wright
. Signed-off-by: Georg Chini [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] Signed-off-by: Chris Wright [EMAIL PROTECTED] --- commit d35a1b9e10481c9f1d3b87e778a0f1f6a0a2dd48 sound/sparc/cs4231.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions

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