Re: [PATCH] x86: Unify kexec_{32|64}.h

2007-12-17 Thread Vivek Goyal
On Mon, Dec 17, 2007 at 05:48:43PM +0100, Ingo Molnar wrote: > > * Harvey Harrison <[EMAIL PROTECTED]> wrote: > > > One section collecting all constant defines. Ifdef the asm blocks for > > X86_32/64. > > > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> > > thanks, applied. Vivek, does

Re: Top kernel oopses/warnings this week

2007-12-17 Thread Ingo Molnar
* Arjan van de Ven <[EMAIL PROTECTED]> wrote: > The http://www.kerneloops.org website collects kernel oops and warning > reports from various mailing lists and bugzillas; below is a top 10 > list of the oopses collected in the last 7 days. (Reports prior to > 2.6.23 have been omitted in

Re: ATA bus error with external hd on esata

2007-12-17 Thread Jean-Louis Dupond
Greg Freemyer schreef: On Dec 17, 2007 5:53 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: On Sat, 15 Dec 2007 21:10:47 +0100 Zsolt Barat <[EMAIL PROTECTED]> wrote: Zsolt Barat schrieb: hi list, Let's cc the IDE development list. i just bought a "MyBook" called

Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Linus Torvalds
On Sat, 15 Dec 2007, Herbert Xu wrote: > > There ought to be a warning about this sort of thing. We could add it to sparse. The appended (untested) patch seems to say there's a lot of those signed divides-by-power-of-twos. However, the problem with such warnings is that it encourages people

Re: /dev/urandom uses uninit bytes, leaks user data

2007-12-17 Thread Theodore Tso
On Mon, Dec 17, 2007 at 08:30:05AM -0800, John Reiser wrote: > >>[You have yet to show that...] > >>There is a path that goes from user data into the pool. > > Note particularly that the path includes data from other users. > Under the current implementation, anyone who accesses /dev/urandom > is

Re: [patch 1/2] Linux Kernel Markers - Support Multiple Probes

2007-12-17 Thread Paul E. McKenney
On Tue, Dec 04, 2007 at 02:45:06PM -0500, Mathieu Desnoyers wrote: > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > On Tue, 4 Dec 2007 14:21:00 -0500 > > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > > > > > + */ > > > > > +void marker_probe_cb(const struct marker *mdata, void *call_private,

Re: [PATCH] x86: cleanup i387_32.c according to checkpatch

2007-12-17 Thread Ingo Molnar
* Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > This patch does cleanup checkpatch warnings/errors on i387_32.c thanks, applied. > The old and new i387_32.s (asm listings) were checked with diff to be > identical so it's safe to apply this patch. excellent. My scripts agree too: text

Re: init_timer_deferrable conversion

2007-12-17 Thread Parag Warudkar
On Dec 17, 2007 12:00 PM, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > > > > > > a) drivers/net/sky2.c - watchdog_timer. This was showing up high on > > > > Powertop's list of things that cause routine wakeups from idle. After > > > > converting to init_timer_deferrable() the wakeups went

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Al Viro
On Mon, Dec 17, 2007 at 09:28:57AM -0800, Linus Torvalds wrote: > > > On Sat, 15 Dec 2007, Herbert Xu wrote: > > > > There ought to be a warning about this sort of thing. > > We could add it to sparse. The appended (untested) patch seems to say > there's a lot of those signed

Re: Fwd: NFS , Kjournald - status D (uninterruptible sleep) - maquina lenta.

2007-12-17 Thread Jan Kara
On Mon 17-12-07 14:41:18, Denis wrote: > 2007/12/17, Jan Kara <[EMAIL PROTECTED]>: > > > Dears, I've got a double dual xeon wich sometimes is getting too slow. > > > > > > > > > While i was observing one of these slowly times, I realized the time > > > wait of processors come close to 100% and

cpuinfo_cur_freq always max

2007-12-17 Thread Stephen Clark
Hello, Running linux 2.6.23.1-21.fc7 /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq correctly reflects the cpu speed, when idle it is 996000 and when compiling it is 1826000. Its also the same as what is in /proc/cpuinfo. But with 2.6.23.8-34.fc7

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Eric Dumazet
On Mon, 17 Dec 2007 09:28:57 -0800 (PST) Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > On Sat, 15 Dec 2007, Herbert Xu wrote: > > > > There ought to be a warning about this sort of thing. > > We could add it to sparse. The appended (untested) patch seems to say > there's a lot of those

Re: "ip neigh show" not showing arp cache entries?

2007-12-17 Thread Patrick McHardy
Chris Friesen wrote: The original "ip" command and the new one ("/tmp/ip") both give the same results--some of the entries are missing. [EMAIL PROTECTED]:/root> ip neigh show all 172.24.137.0 dev bond0 FAILED 172.24.0.9 dev bond0 lladdr 00:07:e9:41:4b:b4 REACHABLE 10.41.18.101 dev eth6 lladdr

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Ray Lee
On Dec 17, 2007 9:55 AM, Eric Dumazet <[EMAIL PROTECTED]> wrote: > - mid = (last - first) / 2 + first; > + while (low <= high) { > + mid = (low + high) / 2; I think you just introduced a bug. Think about what happens if low=high=MAX_LONG/2 + 1. -- To unsubscribe

BUG: attempt to access beyond end of device

2007-12-17 Thread Thomas Meyer
Hi, is somebody actually working on this bug? http://bugzilla.kernel.org/show_bug.cgi?id=9370 I don't want to be impolite, but it's now more than a month since the bug was opened. The bug still exists in v2.6.24-rc5-43-gda8cadb: ISO 9660 Extensions: Microsoft Joliet Level 3 ISO 9660

Re: [PATCH 2.6.24-rc5-mm 3/3] gpiolib: obsolete drivers/i2c/chips/pca9539.c

2007-12-17 Thread David Brownell
> Date: Mon, 17 Dec 2007 14:33:27 +0800 > From: "eric miao" <[EMAIL PROTECTED]> > > for the following reasons: > > 1. there is currently no known users of this driver > > 2. the functionality of this driver is well supported with the recent >proposed drivers/gpio/pca9539.c, using GPIO_LIB > >

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Eric Dumazet
On Mon, 17 Dec 2007 10:05:35 -0800 "Ray Lee" <[EMAIL PROTECTED]> wrote: > On Dec 17, 2007 9:55 AM, Eric Dumazet <[EMAIL PROTECTED]> wrote: > > - mid = (last - first) / 2 + first; > > + while (low <= high) { > > + mid = (low + high) / 2; > > I think you just

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Ray Lee
On Dec 17, 2007 10:10 AM, Eric Dumazet <[EMAIL PROTECTED]> wrote: > On Mon, 17 Dec 2007 10:05:35 -0800 > "Ray Lee" <[EMAIL PROTECTED]> wrote: > > > On Dec 17, 2007 9:55 AM, Eric Dumazet <[EMAIL PROTECTED]> wrote: > > > - mid = (last - first) / 2 + first; > > > + while (low <=

[PATCH] Convert some variables to pgoff_t

2007-12-17 Thread Jan Kara
Hi, while doing some other work I spotted that a few variables should be pgoff_t while they are declared as unsigned long. Attached patch should fix that. Honza -- Jan Kara <[EMAIL PROTECTED]> SUSE Labs, CR --- Convert

Re: [PATCH]: Atmel Serial Console interrupt handler splitup

2007-12-17 Thread Haavard Skinnemoen
On Mon, 17 Dec 2007 13:17:01 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > > 3) NEW: optional: add-atmel-serial-dma.patch, this merged the DMA > > code (from Chip Coldwell) in your 2.6.23 patch back on top of this > > series. Because the AT32 bug is not been fixed for a very long time, I

Re: [PATCH] x86_64: fix problems due to use of "outb" to port 80 on some AMD64x2 laptops, etc.

2007-12-17 Thread linux-os (Dick Johnson)
On Fri, 14 Dec 2007, David P. Reed wrote: > Avi Kivity wrote: >> kvm will forward a virtual machine's writes to port 0x80 to the real >> port. The reason is that the write is much faster than exiting and >> emulating it; the difference is measurable when compiling kernels. >> >> Now if the

Re: Signed divides vs shifts (Re: [Security] /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Al Viro
On Mon, Dec 17, 2007 at 06:55:57PM +0100, Eric Dumazet wrote: > long *mid(long *a, long *b) > { > return ((a - b) / 2 + a); > } ... is not actually a middle (you'd want b-a, not a-b there), but anyway > It gave : > mid: > movq%rdi, %rdx > subq%rsi, %rdx >

Re: Top kernel oopses/warnings this week

2007-12-17 Thread Zach Brown
>> Report counts may be too high due to duplicate recognition of the very >> same report.¹ > > this is true however it's .. a hard issue. It's really hard to > distinguish a duplicate report from > two reports of the same bug. Can we hack some data in to oops output to help? Say a giant

Re: [Security] Signed divides vs shifts (Re: /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Linus Torvalds
On Mon, 17 Dec 2007, Eric Dumazet wrote: > > while > > long *mid(long *a, long *b) > { > return ((a - b) / 2u + a); > } This is exactly what I'm talking about. That "2u" is TOTALLY POINTLESS. It's an "unsigned int", but since (a-b) will be of type ptrdiff_t, and is *wider* on a

Re: Top kernel oopses/warnings this week

2007-12-17 Thread Arjan van de Ven
Zach Brown wrote: Report counts may be too high due to duplicate recognition of the very same report.¹ this is true however it's .. a hard issue. It's really hard to distinguish a duplicate report from two reports of the same bug. Can we hack some data in to oops output to help? Say a giant

1st version of azfs

2007-12-17 Thread Maxim Shchetynin
Hello, please, have a look at the following patch. This is a first version of a non-buffered filesystem to be used on "ioremapped" devices. Thank you in advance for your comments. Subject: azfs: initial submit of azfs, a non-buffered filesystem From: Maxim Shchetynin <[EMAIL PROTECTED]>

1st version of azfs

2007-12-17 Thread Maxim Shchetynin
...and here once more the same patch as attachment... (See attached file: linux-2.6.24-rc4-azfs.diff.gz) Mit freundlichen Grüßen / met vriendelijke groeten / avec regards Maxim V. Shchetynin Linux Kernel Entwicklung IBM Deutschland Entwicklung GmbH Linux für Cell, Abteilung

Re: [patch 1/2] Linux Kernel Markers - Support Multiple Probes

2007-12-17 Thread Paul E. McKenney
On Tue, Dec 04, 2007 at 01:18:46PM -0500, Mathieu Desnoyers wrote: > RCU style multiple probes support for the Linux Kernel Markers. > Common case (one probe) is still fast and does not require dynamic allocation > or a supplementary pointer dereference on the fast path. > > - Move preempt

[PATCH] Fix compilation warning in dquot.c

2007-12-17 Thread Jan Kara
Hi, Andrew, would you please apply the patch below? Thanks. Honza -- Jan Kara <[EMAIL PROTECTED]> SUSE Labs, CR --- Fix compilation warning about discarded const. Signed-off-by: Jan Kara <[EMAIL PROTECTED]> diff

Re: External PHY in Linux smc91x driver

2007-12-17 Thread Shaun Jackman
Hello David, (cc'ed to LKML) The patch, `smc91x: Add support for an external PHY' from 2006-07-19, worked for me. It simply set the extphy bit of the smc91x to disable the internal PHY and use the external MII interface. As you can see from the patch, it doesn't support configuring the external

[PATCH] AMD Thermal Interrupt Support

2007-12-17 Thread Russell Leidich
Hi, This patch to 2.6.24-rc5 enables AMD Barcelona CPUs to register thermal throttling events as machine checks, in the same fashion as the analogous Intel code. Changed files: arch/x86/kernel/cpu/mcheck/Makefile arch/x86/kernel/cpu/mcheck/mce_amd_64.c arch/x86/kernel/cpu/mcheck/mce_intel_64.c

Re: [PATCH] x86_64: fix problems due to use of "outb" to port 80 on some AMD64x2 laptops, etc.

2007-12-17 Thread Rene Herman
On 17-12-07 19:14, linux-os (Dick Johnson) wrote: Attached is a patch that changes the outs to ins on port 0x80. No, that isn't useful. Only a write is "guaranteed" to make ISA/LPC meaning the timing for a read varies wildly. See the in/out cycles results posted earlier. Was also reading

[GIT PATCH] USB fixes for 2.6.24-rc5

2007-12-17 Thread Greg KH
Here are some USB fixes and changes against your 2.6.24-rc5 git tree. These are all a bunch of minor fixes and new device ids being added, as well as some documentation fixes. All of these have been in the -mm tree for a while. Please pull from:

[GIT PATCH] PCI fixes for 2.6.24-rc5

2007-12-17 Thread Greg KH
Here is a single PCI fixes against your 2.6.24-rc5 git tree. It reverts a previous patch that caused some problems with some machine's expansion roms. The proper fix for this will be in the next release, so for now, let us restore the previous functionality so we do not break any machines that

[GIT PATCH] driver core and documentation fixes for 2.6.24-rc5

2007-12-17 Thread Greg KH
Here are some driver core documentation and translation updates for 2.6.24-rc5. We also delete the whole tipar.c driver as the driver author wants it removed because it is no longer needed anymore at all (userspace programs work just fine without it.) Most of these have been in the -mm tree for

Re: 2.6.24-rc5: tape drive not responding

2007-12-17 Thread John Stoffel
> "Andrew" == Andrew Morton <[EMAIL PROTECTED]> writes: Andrew> On Mon, 17 Dec 2007 11:25:51 +0900 FUJITA Tomonori <[EMAIL PROTECTED]> wrote: >> On Sun, 16 Dec 2007 20:05:51 -0500 >> "John Stoffel" <[EMAIL PROTECTED]> wrote: >> >> > [ 215.007701] sym1: SCSI parity error detected: SCR1=1

[git patches] ocfs2 fixes

2007-12-17 Thread Mark Fasheh
Please pull from 'upstream-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus to receive the following updates: fs/ocfs2/alloc.c | 68 ++- fs/ocfs2/journal.c | 13 +- 2 files changed, 57

Re: 2.6.24-rc5-mm1: problems with cat /proc/kpageflags

2007-12-17 Thread Mariusz Kozlowski
Hello, > > cat /proc/kpagecount on the other hand - with the change in line 710 > > - locks the box. Sysrq works, changing consoles works, but there is > > no "BUG: soft lockup ..." message. After a while the box becomes > > totaly unresponsive - even caps lock doesn't work, no responses to > >

Re: [-mm][PATCH 0/6] (yet another) kprobes x86 code unification and boosters

2007-12-17 Thread Harvey Harrison
On Mon, 2007-12-17 at 17:33 +0100, Ingo Molnar wrote: > * Masami Hiramatsu <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I developed a series of patches which unifies kprobes code on x86 and > > introduces boosters on x86-64. These patches can be applied to > > 2.6.24-rc4-mm1. > > > >

Re: 1st version of azfs

2007-12-17 Thread Dave Hansen
On Mon, 2007-12-17 at 19:45 +0100, Maxim Shchetynin wrote: > please, have a look at the following patch. This is a first version of a > non-buffered filesystem to be used on "ioremapped" devices. > Thank you in advance for your comments. Dude, your patch is line-wrapped to hell. Please don't use

Re: FInal kprobes rollup patches

2007-12-17 Thread Harvey Harrison
On Mon, 2007-12-17 at 19:52 +0530, Srikar Dronamraju wrote: > * Ingo Molnar <[EMAIL PROTECTED]> [2007-12-15 14:12:04]: > > > Hi Ingo, Harvey > > In file include/asm-x86/kprobes_32.h > typedef u8 kprobe_opcode_t; > hence sizeof(kprobe_opcode_t) turns out to be 1. > > Hence > >

Re: [-mm][PATCH 0/6] (yet another) kprobes x86 code unification and boosters

2007-12-17 Thread Masami Hiramatsu
Hi, Ingo Molnar wrote: > * Masami Hiramatsu <[EMAIL PROTECTED]> wrote: > >> Hello all, >> >> I developed a series of patches which unifies kprobes code on x86 and >> introduces boosters on x86-64. These patches can be applied to >> 2.6.24-rc4-mm1. >> >> The purpose of this patchset is unifying

Re: 1st version of azfs

2007-12-17 Thread Jan Engelhardt
>+config AZ_FS >+ tristate "AZFS filesystem support" >+ default m I do not think it should default to anything. >+#define AZFS_SUPERBLOCK_FLAGS MS_NOEXEC | \ >+ MS_SYNCHRONOUS | \ >+ MS_DIRSYNC | \ >+

Re: [Security] Signed divides vs shifts (Re: /dev/urandom uses uninit bytes, leaks user data)

2007-12-17 Thread Al Viro
On Mon, Dec 17, 2007 at 10:28:38AM -0800, Linus Torvalds wrote: > [ So Al, when you said that > > (a-b) > > is equivalent to > > ((char *)a-(char *)b)/4 > > for a "int *" a and b, you're right in the sense that the *result* is > the same, but the code generation likely

Re: [PATCH] Reduce overhead of CONFIG_TIMER_STATS

2007-12-17 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 17, 2007 at 09:03:37AM -0800, Arjan van de Ven escreveu: > On Sun, 16 Dec 2007 19:29:44 -0200 > Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> wrote: > > > Hi, > > While looking at the pahole output for struct timer_list on > > recent kernels I noticed that there is a 4 bytes

[PATCH] miscellaneous spelling/typos

2007-12-17 Thread Joe Perches
AKA: avoiding writing holiday cards A collection of typo corrections broken out by subsystem. Almost all are corrections are comments, a few in strings. Words corrected: separate, weird, address, connection, alias, split, timeout write, higher, bigger, length, acquire, success, interrupt,

[PATCH] arch/arm/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/arm/mach-pxa/corgi_ssp.c|2 +- arch/arm/mach-sa1100/collie_pm.c |2 +- arch/arm/plat-s3c24xx/irq.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-pxa/corgi_ssp.c

[PATCH] include/asm-arm/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-arm/arch-ixp4xx/ixp4xx-regs.h | 34 +- include/asm-arm/arch-pxa/pxa-regs.h | 36 ++-- include/asm-arm/hardware/it8152.h |2 +- include/asm-arm/mach/udc_pxa2xx.h

[PATCH] arch/blackfin/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/blackfin/kernel/early_printk.c |2 +- arch/blackfin/mach-bf548/ints-priority.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/kernel/early_printk.c b/arch/blackfin/kernel/early_printk.c

[PATCH] arch/h8300/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/h8300/platform/h8s/ints.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/h8300/platform/h8s/ints.c b/arch/h8300/platform/h8s/ints.c index 551fd5f..ac10b97 100644 --- a/arch/h8300/platform/h8s/ints.c +++

[PATCH] arch/ia64/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/ia64/sn/pci/tioce_provider.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ia64/sn/pci/tioce_provider.c b/arch/ia64/sn/pci/tioce_provider.c index cee9379..e1a3e19 100644 ---

[PATCH] include/asm-ia64/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-ia64/hw_irq.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-ia64/hw_irq.h b/include/asm-ia64/hw_irq.h index bba5baa..7e6e377 100644 --- a/include/asm-ia64/hw_irq.h +++

[PATCH] arch/m32r/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/m32r/kernel/ptrace.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/m32r/kernel/ptrace.c b/arch/m32r/kernel/ptrace.c index ed4d075..9aa615d 100644 --- a/arch/m32r/kernel/ptrace.c +++

[PATCH] arch/mips/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/mips/au1000/mtx-1/board_setup.c |2 +- arch/mips/kernel/binfmt_elfn32.c |2 +- arch/mips/kernel/binfmt_elfo32.c |2 +- arch/mips/kernel/kspd.c |2 +- arch/mips/kernel/setup.c |4 ++--

[PATCH] include/asm-mips/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-mips/mach-excite/excite_fpga.h |2 +- include/asm-mips/mach-wrppmc/mach-gt64120.h |2 +- include/asm-mips/sgi/ip22.h |2 +- include/asm-mips/sn/sn0/hubio.h |2 +- 4 files changed, 4

[PATCH] arch/parisc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/parisc/kernel/cache.c|2 +- arch/parisc/kernel/hardware.c |2 +- arch/parisc/kernel/signal.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c

[PATCH] include/asm-parisc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-parisc/elf.h |2 +- include/asm-parisc/linkage.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-parisc/elf.h b/include/asm-parisc/elf.h index f628ac7..8e7946a 100644 ---

[PATCH] include/asm-powerpc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-powerpc/8xx_immap.h |2 +- include/asm-powerpc/commproc.h|2 +- include/asm-powerpc/iseries/hv_lp_event.h |2 +- include/asm-powerpc/reg_booke.h |2 +- include/asm-powerpc/smu.h

[PATCH] arch/ppc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/ppc/syslib/ppc8xx_pic.c |2 +- arch/ppc/syslib/ppc_sys.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/ppc/syslib/ppc8xx_pic.c b/arch/ppc/syslib/ppc8xx_pic.c index e8619c7..bce9a75 100644 ---

[PATCH] arch/s390/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/s390/crypto/prng.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/s390/crypto/prng.c b/arch/s390/crypto/prng.c index 8eb3a1a..23ed094 100644 --- a/arch/s390/crypto/prng.c +++ b/arch/s390/crypto/prng.c @@

[PATCH] include/asm-s390/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-s390/cio.h|4 ++-- include/asm-s390/dasd.h |2 +- include/asm-s390/qdio.h |2 +- include/asm-s390/zcrypt.h |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/asm-s390/cio.h

[PATCH] arch/sh/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/sh/boards/dreamcast/irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/boards/dreamcast/irq.c b/arch/sh/boards/dreamcast/irq.c index 5bf01f8..9d0673a 100644 --- a/arch/sh/boards/dreamcast/irq.c +++

[PATCH] include/asm-ppc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-ppc/8xx_immap.h |2 +- include/asm-ppc/commproc.h |2 +- include/asm-ppc/reg_booke.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/asm-ppc/8xx_immap.h b/include/asm-ppc/8xx_immap.h index

[PATCH] arch/powerpc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/powerpc/boot/4xx.c |2 +- arch/powerpc/kernel/legacy_serial.c |2 +- arch/powerpc/sysdev/bestcomm/bestcomm.h |2 +- arch/powerpc/sysdev/mmio_nvram.c|2 +- 4 files changed, 4 insertions(+), 4

[PATCH] arch/um: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/um/sys-x86_64/signal.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/sys-x86_64/signal.c b/arch/um/sys-x86_64/signal.c index 1778d33..3a63862 100644 --- a/arch/um/sys-x86_64/signal.c +++

[PATCH] arch/sparc64/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/sparc64/kernel/pci_schizo.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc64/kernel/pci_schizo.c b/arch/sparc64/kernel/pci_schizo.c index 9546ba9..e752e75 100644 --- a/arch/sparc64/kernel/pci_schizo.c

[PATCH] arch/x86/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/x86/kernel/apic_32.c|2 +- arch/x86/kernel/mpparse_32.c |2 +- arch/x86/kernel/vm86_32.c|2 +- arch/x86/mm/srat_64.c|2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] arch/sparc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/sparc/kernel/ptrace.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc/kernel/ptrace.c b/arch/sparc/kernel/ptrace.c index fe562db..7452269 100644 --- a/arch/sparc/kernel/ptrace.c +++

[PATCH] arch/sh64/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- arch/sh64/kernel/pci_sh5.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh64/kernel/pci_sh5.c b/arch/sh64/kernel/pci_sh5.c index b4d9534..dd69d69 100644 --- a/arch/sh64/kernel/pci_sh5.c +++

[PATCH] include/acpi/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/acpi/acpixf.h|2 +- include/acpi/processor.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 9512f04..18a6377 100644 --- a/include/acpi/acpixf.h +++

[PATCH] include/asm-sh/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/asm-sh/hd64461.h | 28 ++-- include/asm-sh/microdev.h |4 ++-- include/asm-sh/voyagergx.h |2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/include/asm-sh/hd64461.h

[PATCH] drivers/acpi/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/acpi/scan.c |2 +- drivers/acpi/utilities/utresrc.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 5b4d462..fad2eaa 100644 ---

[PATCH] drivers/atm/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/atm/firestream.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index f8f7139..c662d68 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c

[PATCH] drivers/block/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/block/cciss_scsi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index 63ee6c0..55178e9 100644 --- a/drivers/block/cciss_scsi.c +++

[PATCH] drivers/bluetooth/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/bluetooth/btuart_cs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index 08f48d5..dade162 100644 --- a/drivers/bluetooth/btuart_cs.c +++

[PATCH] drivers/ata/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/ata/ata_piix.c|2 +- drivers/ata/libata-core.c |4 ++-- drivers/ata/pata_at32.c |2 +- drivers/ata/pata_efar.c |2 +- drivers/ata/pata_it8213.c |2 +- drivers/ata/pata_sis.c|4 ++-- 6 files changed, 8

[PATCH] drivers/edac/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/edac/edac_pci.c |2 +- drivers/edac/i5000_edac.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c index 5dee9f5..e0b47b7 100644 ---

[PATCH] drivers/firmware/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/firmware/edd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/firmware/edd.c b/drivers/firmware/edd.c index 6942e06..d41a256 100644 --- a/drivers/firmware/edd.c +++ b/drivers/firmware/edd.c @@ -11,7

[PATCH] drivers/i2c/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-at91.c |2 +- drivers/i2c/busses/i2c-powermac.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c index 9c8b6d5..c09b036 100644

[PATCH] drivers/char/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/char/drm/r300_reg.h|2 +- drivers/char/drm/via_dma.c |2 +- drivers/char/efirtc.c |2 +- drivers/char/epca.c|4 ++-- drivers/char/hangcheck-timer.c |2 +- drivers/char/hvcs.c|

[PATCH] drivers/ide/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/ide/pci/cs5535.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ide/pci/cs5535.c b/drivers/ide/pci/cs5535.c index 9094916..ddcbeba 100644 --- a/drivers/ide/pci/cs5535.c +++ b/drivers/ide/pci/cs5535.c @@

[PATCH] drivers/input/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/input/serio/gscps2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index 3e99df6..adc3bd6 100644 --- a/drivers/input/serio/gscps2.c +++

[PATCH] drivers/infiniband/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/infiniband/hw/cxgb3/cxio_hal.c |2 +- drivers/infiniband/hw/ehca/ehca_av.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c

[PATCH] drivers/macintosh/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/macintosh/smu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index d409f67..8ba4938 100644 --- a/drivers/macintosh/smu.c +++ b/drivers/macintosh/smu.c @@

[PATCH] drivers/isdn/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/isdn/hardware/eicon/debuglib.h |2 +- drivers/isdn/hardware/eicon/di.c |2 +- drivers/isdn/hardware/eicon/message.c |2 +- drivers/isdn/hysdn/hycapi.c|2 +- 4 files changed, 4 insertions(+), 4

[PATCH] drivers/media/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/media/common/saa7146_core.c |2 +- drivers/media/dvb/dvb-core/dvb_net.c |2 +- drivers/media/video/bt8xx/bttv-cards.c|2 +- drivers/media/video/bt8xx/bttv-driver.c |2 +-

[PATCH] include/media/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- include/media/rds.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/media/rds.h b/include/media/rds.h index 951c1ae..a894266 100644 --- a/include/media/rds.h +++ b/include/media/rds.h @@ -4,7 +4,7 @@

[PATCH] drivers/message/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/message/fusion/mptctl.c |8 drivers/message/fusion/mptscsih.c |2 +- drivers/message/i2o/iop.c |2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/message/fusion/mptctl.c

[PATCH] drivers/mtd/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/mtd/nand/autcpu12.c|6 +++--- drivers/mtd/nand/bf5xx_nand.c |2 +- drivers/mtd/nand/cs553x_nand.c |2 +- drivers/mtd/nand/edb7312.c |2 +- drivers/mtd/nand/nand_base.c |2 +- drivers/mtd/nand/nandsim.c

[PATCH] drivers/mtd/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/mtd/nand/autcpu12.c|6 +++--- drivers/mtd/nand/bf5xx_nand.c |2 +- drivers/mtd/nand/cs553x_nand.c |2 +- drivers/mtd/nand/edb7312.c |2 +- drivers/mtd/nand/nand_base.c |2 +- drivers/mtd/nand/nandsim.c

Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override.

2007-12-17 Thread David P. Reed
Ingo - I finished testing the rolled up patch that you provided. It seems to work just fine. Thank you for putting this all together and persevering in this long and complex discussion. Here are the results, on the offending laptop, using 2.6.24-rc5 plus that one patch. First: booted

Re: [PATCH 3/3] [UDP6]: Counter increment on BH mode

2007-12-17 Thread Christoph Lameter
The cpu alloc patches also fix this issue one way (disabling preempt) or the other (atomic instruction that does not need disabling of preeemption). -- 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] drivers/mtd/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/mtd/nand/autcpu12.c|6 +++--- drivers/mtd/nand/bf5xx_nand.c |2 +- drivers/mtd/nand/cs553x_nand.c |2 +- drivers/mtd/nand/edb7312.c |2 +- drivers/mtd/nand/nand_base.c |2 +- drivers/mtd/nand/nandsim.c

[PATCH] drivers/nubus/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/nubus/nubus.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c index e503c9c..f4076ae 100644 --- a/drivers/nubus/nubus.c +++ b/drivers/nubus/nubus.c @@ -352,7 +352,7

[PATCH] drivers/parisc/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/parisc/ccio-dma.c |4 ++-- drivers/parisc/hppb.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 7c60cbd..ca52307 100644 ---

[PATCH] drivers/pci/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/pci/hotplug/shpchp_hpc.c |2 +- drivers/pci/intel-iommu.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index 5183a45..e8aa138

[PATCH] drivers/pcmcia/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/pcmcia/m32r_pcc.c|2 +- drivers/pcmcia/m8xx_pcmcia.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pcmcia/m32r_pcc.c b/drivers/pcmcia/m32r_pcc.c index c5e0d89..ec4c125 100644 ---

[PATCH] drivers/s390/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/s390/block/dasd_3990_erp.c |2 +- drivers/s390/block/dasd_eckd.c |2 +- drivers/s390/char/sclp_rw.c|2 +- drivers/s390/char/tape_3590.c |2 +- drivers/s390/cio/airq.c|2 +-

[PATCH] drivers/spi/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/spi/spi_imx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c index 2cd8573..639963e 100644 --- a/drivers/spi/spi_imx.c +++ b/drivers/spi/spi_imx.c @@ -157,7 +157,7

[PATCH] drivers/serial/: Spelling fixes

2007-12-17 Thread Joe Perches
Signed-off-by: Joe Perches <[EMAIL PROTECTED]> --- drivers/serial/mux.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/mux.c b/drivers/serial/mux.c index 8321101..e940317 100644 --- a/drivers/serial/mux.c +++ b/drivers/serial/mux.c @@ -582,7 +582,7 @@

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