Re: [CPUISOL] CPU isolation extensions

2008-01-28 Thread Peter Zijlstra
[ You really ought to CC people :-) ] On Sun, 2008-01-27 at 20:09 -0800, [EMAIL PROTECTED] wrote: > Following patch series extends CPU isolation support. Yes, most people want > to virtuallize > CPUs these days and I want to isolate them :). > The primary idea here is to be able to use some CPU

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-28 Thread Andi Kleen
On Monday 28 January 2008 09:56, Andrew Morton wrote: > On Mon, 28 Jan 2008 07:10:07 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > On Monday 28 January 2008 06:52, Andrew Morton wrote: > > > On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > I recently suffered an

Re: [v4l-dvb-maintainer] 2.6.25 regression: VIDEO_DEV=y/m, I2C=n compile error

2008-01-28 Thread Trent Piepho
On Mon, 28 Jan 2008, Adrian Bunk wrote: > On Sun, Jan 27, 2008 at 10:33:34PM -0200, Mauro Carvalho Chehab wrote: > > On Sun, 27 Jan 2008 20:52:16 +0200 > > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > > Commit 8ffbc6559493c64d6194c92d856196fdaeb8a5fb causes the following > > > compile error with

Re: [RFC] Per-thread getrusage

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 10:48:23 +0300 Pavel Emelyanov <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Thu, 17 Jan 2008 13:57:05 +0530 Vinay Sridhar <[EMAIL PROTECTED]> > > wrote: > > > >> Hi All, > >> > >> Last year, there was discussion about per-thread getrusage by adding > >>

Re: Unpredictable performance

2008-01-28 Thread Asbjørn Sannes
Nick Piggin wrote: > On Saturday 26 January 2008 02:03, Asbjørn Sannes wrote: > >> Asbjørn Sannes wrote: >> >>> Nick Piggin wrote: >>> On Friday 25 January 2008 22:32, Asbjorn Sannes wrote: > Hi, > > I am experiencing unpredictable results with the

[PATCH] x86_64: mark x86_cpu_to_node_map_init to __initdata like other xx_init

2008-01-28 Thread Yinghai Lu
[PATCH] x86_64: mark x86_cpu_to_node_map_init to __initdata like other xx_init Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index f0e5cab..d7af3fd 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c @@ -31,7 +31,7 @@

Re: Question about DMA

2008-01-28 Thread Jiri Slaby
On 01/28/2008 09:55 AM, Francis Moreau wrote: No ;) Heh :) My DMA controller has very little in common with ISA DMA one. But I'd like to use it in a driver. This driver can do DMA but with the help of an external DMA controller. It's only implement the "slave" side. So basically this driver

Re: Unpredictable performance

2008-01-28 Thread Asbjørn Sannes
Ray Lee wrote: > On Jan 25, 2008 12:49 PM, Asbjørn Sannes <[EMAIL PROTECTED]> wrote: > >> Ray Lee wrote: >> >>> On Jan 25, 2008 3:32 AM, Asbjorn Sannes <[EMAIL PROTECTED]> wrote: >>> >>> Hi, I am experiencing unpredictable results with the following test without

[PATCH 2/2] kobject : kerneldoc comment fix

2008-01-28 Thread Dave Young
Fix kerneldoc comment of kobject_create. Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- lib/kobject.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -upr a/lib/kobject.c b/lib/kobject.c --- a/lib/kobject.c 2008-01-28 16:53:08.0 +0800 +++ b/lib/kobject.c

Re: [PATCH] remove duplicating priority setting in try_to_free_p

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 15:43:56 +0900 "minchan kim" <[EMAIL PROTECTED]> wrote: > > I think this is actually a bugfix. The code you're removing doesn't do the > > > > if (priority < zone->prev_priority) > > > > thing. > > > > shrink_zones() in try_to_free_pages() already called >

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 07:10:07 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > On Monday 28 January 2008 06:52, Andrew Morton wrote: > > On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > > I recently suffered an 20+ minutes oom thrash disk to death and computer > > >

Re: [Regression] 2.6.24-git3: Major annoyance during suspend/hibernation on x86-64 (bisected)

2008-01-28 Thread Dmitry Adamushko
On 28/01/2008, Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > On Sunday, 27 of January 2008, Ingo Molnar wrote: > > > > * Rafael J. Wysocki <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > 2.6.24-git3 adds a 5 - 10 sec delay to the suspend and hibernation > > > code paths (probably related to

Re: Question about DMA

2008-01-28 Thread Francis Moreau
Hello Jiri, On Jan 27, 2008 11:34 PM, Jiri Slaby <[EMAIL PROTECTED]> wrote: > On 01/27/2008 09:51 PM, Francis Moreau wrote: > > 1/ Why does the function take only one address ? I would expect it > > to take both a source and a destination address for the dma controller > > to transfer data. > >

[PATCH 1/2] driver-core : convert to use class_find_device api

2008-01-28 Thread Dave Young
Convert to use class_find_device api in drivers/base/core.c Signed-off-by: Dave Young <[EMAIL PROTECTED]> --- drivers/base/core.c | 32 +++- 1 file changed, 11 insertions(+), 21 deletions(-) diff -upr a/drivers/base/core.c b/drivers/base/core.c ---

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 09:13:16AM +0100, Clemens Ladisch wrote: > Greg KH wrote: > > Over two years ago, the Linux USB developers stated that they believed > > there was no way to create a USB kernel driver that was not under the > > GPL. This patch moves the USB apis to enforce that decision. >

Re: 2.6.24 regression: Wake On Lan in sky2 broken on Mac mini

2008-01-28 Thread Tino Keitel
On Mon, Jan 28, 2008 at 09:21:30 +0100, Mikael Pettersson wrote: > Tino Keitel writes: > > Hi folks, > > > > with 2.6.24-rc8, Wake On LAN doesn't work anymore as it used to with > > 2.6.23 on my Mac mini Core Duo. I saw that this was reported in > >

[PATCHv2 8/9] x86: Unify variable names in arch/x86/boot/compressed/misc_??.c

2008-01-28 Thread Ian Campbell
size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> --- arch/x86/boot/compressed/misc_32.c |8 1 files changed,

[PATCHv2 9/9] x86: Unify arch/x86/boot/compressed/misc_??.c

2008-01-28 Thread Ian Campbell
Remainder of unification can occur inplace. size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> ---

[PATCHv2 6/9] x86: Unify whitespace and comments in arch/x86/boot/compressed/misc_??.c

2008-01-28 Thread Ian Campbell
size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> --- arch/x86/boot/compressed/misc_32.c | 20 +---

[PATCHv2 7/9] x86: Unify headers in arch/x86/boot/compressed/misc_??.c

2008-01-28 Thread Ian Campbell
size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> --- arch/x86/boot/compressed/misc_32.c |1 -

[PATCHv2 5/9] x86: Unify strings in arch/x86/boot/compressed/misc_??.c

2008-01-28 Thread Ian Campbell
There seems to be a preference for the 64 bit version so use that on 32 bit and drop the stray leading "." Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> ---

[PATCHv2 4/9] x86_64: Unify arch/x86/boot/compressed/vmlinux_??.scr

2008-01-28 Thread Ian Campbell
The files are now identical so merge them. size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> ---

[PATCHv2 1/9] x86: Unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds

2008-01-28 Thread Ian Campbell
size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> --- arch/x86/boot/compressed/vmlinux_32.lds |6 +++---

[PATCHv2 3/9] x86_64: Switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr

2008-01-28 Thread Ian Campbell
vmlinux_64 and vmlinux_32.scr are now identical size shows an expected movement from .text to .rodata and 4 extra bytes of padding. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]>

[PATCHv2 2/9] x86: Unify whitespace in arch/x86/boot/compressed/vmlinux_??.scr

2008-01-28 Thread Ian Campbell
size reports no change in arch/x86/boot/compressed/vmlinux. Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> Cc: Thomas Gleixner <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> Cc: H. Peter Anvin <[EMAIL PROTECTED]> --- arch/x86/boot/compressed/vmlinux_32.scr |6 +++--- 1 files

Unify arch/x86/boot/compressed/{vmlinux.scr,misc.c}

2008-01-28 Thread Ian Campbell
Changes from last time: * Use .rodata.compressed instead of .data.compressed. * Use the 64 bit strings rather than the 32 bit versions, dropping the odd leading "." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: (ondemand) CPU governor regression between 2.6.23 and 2.6.24

2008-01-28 Thread Helge Hafting
Toralf Förster wrote: At Sunday 27 January 2008 Srivatsa Vaddagiri wrote : You can set that to 0 to ask ondemand gov to include nice load into account while calculating cpu freq changes: # echo 0 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load This should restore the

Re: 2.6.25 regression: VIDEO_DEV=y/m, I2C=n compile error

2008-01-28 Thread Adrian Bunk
On Sun, Jan 27, 2008 at 10:33:34PM -0200, Mauro Carvalho Chehab wrote: > Hi Adrian and Marcin, > > On Sun, 27 Jan 2008 20:52:16 +0200 > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > Commit 8ffbc6559493c64d6194c92d856196fdaeb8a5fb causes the following > > compile error with CONFIG_VIDEO_DEV=y/m,

[2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-01-28 Thread Oliver Pinter (Pintér Olivér)
hi all! in the 2.6.24 become i some soft lockups with usb-phone, when i pluged in the mobile, then the vfs-layer crashed. am afternoon can i the .config send, and i bisected the kernel, when i have time. pictures from crash: http://students.zipernowsky.hu/~oliverp/kernel/regression_2624/ --

Re: [GIT PATCH] driver core patches against 2.6.24

2008-01-28 Thread Helge Hafting
Peter Zijlstra wrote: My wish is that distros would just boot without requiring an initrd. I know how to make them for redhat and debian based distros, but the fact that you can't (easily) cross-build them makes it a very tedious construct. Debian is easy enough - make sure the drivers for

Re: [RFC] Per-thread getrusage

2008-01-28 Thread Sripathi Kodi
Hi Andrew, On Monday 28 January 2008 11:22, Andrew Morton wrote: > On Thu, 17 Jan 2008 13:57:05 +0530 Vinay Sridhar <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > Last year, there was discussion about per-thread getrusage by > > adding RUSAGE_THREAD flag to getrusage(). Please refer to the

Re: 2.6.24 regression: Wake On Lan in sky2 broken on Mac mini

2008-01-28 Thread Mikael Pettersson
Tino Keitel writes: > Hi folks, > > with 2.6.24-rc8, Wake On LAN doesn't work anymore as it used to with > 2.6.23 on my Mac mini Core Duo. I saw that this was reported in > http://bugzilla.kernel.org/show_bug.cgi?id=9721 and on netdev a patch > for the sky2 driver was sent by Stephen

Re: [PATCH] [8/18] BKL-removal: Remove BKL from remote_llseek

2008-01-28 Thread Andi Kleen
> I completely agree. If one thread writes A and another writes B then the > kernel should record either A or B, not ((A & 0x) | (B & > 0x)) The problem is pretty nasty unfortunately. To solve it properly I think the file_operations->read/write prototypes would need to

2.6.24 panics initializing ne2k in mips.

2008-01-28 Thread Rob Landley
The 2.6.23 kernel built for mips with the attached .config works fine for me under qemu (both big endian and little endian), but a 2.6.24 mips kernel segfaults initializing the ne2k driver (again when run under qemu). I've traced it to this commit: http://kernel.org/hg/linux-2.6/rev/74258

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Mikael Pettersson
Gene Heskett writes: > Greeting; > > I had to reboot early this morning due to a freezeup, and I had a > bunch of these in the messages log: > == > Jan 27 19:42:11 coyote kernel: [42461.915961] ata1.00: exception Emask 0x0 > SAct 0x0 SErr 0x0 action 0x2 frozen > Jan 27

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-01-28 Thread Clemens Ladisch
Greg KH wrote: > Over two years ago, the Linux USB developers stated that they believed > there was no way to create a USB kernel driver that was not under the > GPL. This patch moves the USB apis to enforce that decision. > > There are no known closed source USB drivers in the wild, so this

Re: at91sam9260 wakeup on serial port

2008-01-28 Thread trimarchi
Hi, On Monday 28 January 2008, Haavard Skinnemoen wrote: On Mon, 28 Jan 2008 12:15:00 +0100 michael [EMAIL PROTECTED] wrote: Hi, I implement a little patch (ndr just for a try) for the atmel serial driver atmel_serial.c to wakeup the system when it is in suspend-ram state. I

Re: [PATCH] x86_32: trim memory by updating e820 v2

2008-01-28 Thread Justin Piszcz
On Mon, 28 Jan 2008, Ingo Molnar wrote: * Justin Piszcz [EMAIL PROTECTED] wrote: Tried it, it worked successfully! With stock kernel, previous way I had to use it was mem=8832M and top showed this: top - 18:53:52 up 1 min, 2 users, load average: 1.03, 0.30, 0.10 Tasks: 169 total, 1

Re: [PATCH] Allocate pnp resources dynamically via krealloc - working version - Addon patch 1

2008-01-28 Thread Rene Herman
On 28-01-08 17:04, Thomas Renninger wrote: Can you try these two on top patches pls. Thought I could, but my machine begs to differ... === pnp: the driver 'cs4236_isapnp' has been registered cs4236_isapnp 01:01.00: driver attached cs4236_isapnp 01:01.02: driver attached cs4236_isapnp

Re: [PATCH 2/5] x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c

2008-01-28 Thread Cyrill Gorcunov
[Ingo Molnar - Mon, Jan 28, 2008 at 08:01:49PM +0100] | | * Greg KH [EMAIL PROTECTED] wrote: | | Are kobjects protected against accidental copying? If not add kobj | to the 'magic value' too, and check that - it becomes | copying-resistent that way and has the same cost to check. (which

Re: [RFC] ext3: per-process soft-syncing data=ordered mode

2008-01-28 Thread Jan Kara
On Sat 26-01-08 08:27:59, Al Boldi wrote: Jan Kara wrote: Greetings! data=ordered mode has proven reliable over the years, and it does this by ordering filedata flushes before metadata flushes. But this sometimes causes contention in the order of a 10x slowdown for certain

Re: [PATCH 2/5] x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c

2008-01-28 Thread Ingo Molnar
* Greg KH [EMAIL PROTECTED] wrote: I have added a lot more robustness checks to the kobject core now, see the lkml messages about the maple bus for examples of where it is catching real problems already. And the kobject debugging code is now unified, printing out everything in a

git-x86 oopses in acpi_ps_peek_opcode

2008-01-28 Thread Andi Kleen
git-x86 tip 5b838c0d9d7269eb4d21532da126b3c90db46c67 with x86-64 defconfig oopses on boot with ACPI: Core revision 20070126 ACPI Warning (tbutils-0217): Incorrect checksum in table [] - FF, should be 76 [20070126] ACPI Warning (tbutils-0217): Incorrect checksum in table [] - FF,

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Gene Heskett
On Monday 28 January 2008, Gene Heskett wrote: On Monday 28 January 2008, Zan Lynx wrote: On Mon, 2008-01-28 at 11:50 -0500, Calvin Walton wrote: On Mon, 2008-01-28 at 11:35 -0500, Gene Heskett wrote: On Monday 28 January 2008, Mikael Pettersson wrote: Unfortunately we also see: [

Re: [PATCH] ipwireless: driver for 3G PC Card

2008-01-28 Thread Alexey Dobriyan
On Mon, Jan 28, 2008 at 06:19:29PM +0100, David Sterba wrote: ipwireless: driver for PC Card, 3G internet connection +struct nl_first_paket_header { +#if defined(__BIG_ENDIAN) + unsigned char packet_rank:2; + unsigned char address:3; + unsigned char protocol:3; +#else +

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread Pavel Machek
Hi! /* * Swap suspend friends need this for resume because things like the intel-agp * driver might have split up a kernel 4MB mapping. */ -char __nosavedata swsusp_pg_dir[PAGE_SIZE] +char swsusp_pg_dir[PAGE_SIZE] thanks, applied. Sorry, this is subtle and I've

Re: [patch 0/4] [RFC] MMU Notifiers V1

2008-01-28 Thread Andrea Arcangeli
On Mon, Jan 28, 2008 at 11:04:43AM -0800, Christoph Lameter wrote: On Mon, 28 Jan 2008, Andrea Arcangeli wrote: So I'd like to know what can we do to help to merge the 4 patches from Christoph in mainline, I'd appreciate comments on them so we can help to address any outstanding issue!

[PATCH] synclink_gt fix missed serial input signal changes

2008-01-28 Thread Paul Fulghum
Fix missed serial input signal changes caused by rereading the serial status register during interrupt processing. Now processing is performed on original status register value. Signed-off-by: Paul Fulghum [EMAIL PROTECTED] --- a/drivers/char/synclink_gt.c2008-01-24 16:58:37.0

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Gene Heskett
On Monday 28 January 2008, Andrey Borzenkov wrote: On Monday 28 January 2008, Gene Heskett wrote: On Monday 28 January 2008, Andrey Borzenkov wrote: Richard Heck wrote: Daniel Barkalow wrote: Can you switch back to old IDE to get your work done (and to make sure it's not a hardware issue

Re: [PATCH] Add iSCSI iBFT support (v0.4.5)

2008-01-28 Thread Doug Maxey
On Mon, 28 Jan 2008 14:04:51 EST, Konrad Rzeszutek wrote: +EXPORT_SYMBOL(find_ibft); Is this x86-specific? Are suitable Kconfig dependencies in place? Originally I had it to be x86-specific but was told that I should make it all platforms since the IBFT is platform independent.

Re: [PATCH] Add iSCSI iBFT support (v0.4.5)

2008-01-28 Thread Konrad Rzeszutek
On Sunday 27 January 2008 01:01:23 you wrote: On Fri, 25 Jan 2008 18:06:29 -0400 Konrad Rzeszutek [EMAIL PROTECTED] wrote: Hey Andrew, Please add this patch along with Greg KH's kobject fixes. erm, OK. But I don't think I'm the appropriate conduit for iscsi paches. By what path _does_

Re: [PATCH] Documentation: mention email-clients.txt in SubmittingPatches

2008-01-28 Thread Paul Jackson
Randy -- any idea why the Documentation/email-clients.txt file states: Sylpheed (GUI) ... - Not good for IMAP. I've been happily using Sylpheed with IMAP ... I wonder what

Re: [RFC] Parallelize IO for e2fsck

2008-01-28 Thread Pavel Machek
Hi! It's been discussed before, but I suspect the main reason why it was never done is no one submitted a patch. Also, the problem is actually a pretty complex one. There are a couple of different stages where you might want to send an alert to processes: * Data is starting to get

Re: [PATCH 2/5] x86: fix runtime error in arch/x86/kernel/cpu/mcheck/mce_amd_64.c

2008-01-28 Thread Cyrill Gorcunov
[Ingo Molnar - Mon, Jan 28, 2008 at 08:01:49PM +0100] | | * Greg KH [EMAIL PROTECTED] wrote: | | Are kobjects protected against accidental copying? If not add kobj | to the 'magic value' too, and check that - it becomes | copying-resistent that way and has the same cost to check. (which

Re: [CPUISOL] CPU isolation extensions

2008-01-28 Thread Max Krasnyanskiy
Peter Zijlstra wrote: On Mon, 2008-01-28 at 11:34 -0500, Steven Rostedt wrote: On Mon, Jan 28, 2008 at 08:59:10AM -0600, Paul Jackson wrote: Thanks for the CC, Peter. Thanks from me too. Max wrote: We've had scheduler support for CPU isolation ever since O(1) scheduler went it. I'd like to

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Mark Lord
Gene Heskett wrote: Greeting; I had to reboot early this morning due to a freezeup, and I had a bunch of these in the messages log: == Jan 27 19:42:11 coyote kernel: [42461.915961] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen Jan 27 19:42:11 coyote kernel:

Re: [PATCH] Add iSCSI iBFT support (v0.4.5)

2008-01-28 Thread Konrad Rzeszutek
iBFT is not platform-independent; it only makes sense on platforms with ACPI (and even then, just barely; ACPI is a poor fit for it and it was probably integrated with ACPI for political reasons.) The spec just mentions that iBFT table has to be compatible with an ACPI table format and

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread Rafael J. Wysocki
On Monday, 28 of January 2008, Jeremy Fitzhardinge wrote: Rafael J. Wysocki wrote: Actually, no. We only do that with the kernel code mapping which should be safe as long as TLBs are not flushed (and they aren't). Er, what? Assuming the TLB will retain some mappings while you

Re: [PATCH 41/49] ext4: Add multi block allocator for ext4

2008-01-28 Thread Eric Sandeen
The latest version of the mballoc patch in the ext4dev git patch queue has a potential uninitialized use: CC [M] fs/ext4/mballoc.o fs/ext4/mballoc.c: In function ‘ext4_mb_free_blocks’: fs/ext4/mballoc.c:4408: warning: ‘bitmap_bh’ may be used uninitialized in this function There are 2 gotos

Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 01:32:06PM -0500, Tony Camuso wrote: Greg, Have you given Grant's suggestion any further consideration? I'd like to know how the MMCONFIG issues discussed in this thread are going to be handled upstream. I have a patch implemented in RHEL 5.2, but I would rather have

Regala una stella, magari per san Valentino

2008-01-28 Thread laRecensione idee utili
Regalare una stella alla quale hai dato il nome di una persona per te speciale � un dono simbolico e di gran moda! Global Star Registry offre un servizio per dare un nome alle stelle vere e proprie. Le stelle alle quali si assegna un nome attraverso Global Star Registry

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread Jeremy Fitzhardinge
Rafael J. Wysocki wrote: Actually, no. We only do that with the kernel code mapping which should be safe as long as TLBs are not flushed (and they aren't). Er, what? Assuming the TLB will retain some mappings while you overwrite the pagetable is a highly dubious prospect. Are you

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Mark Lord
Gene Heskett wrote: On Monday 28 January 2008, Mark Lord wrote: .. Another way is to use the make_bad_sector utility that is included in the source tarball for hdparm-7.7, as follows: make_bad_sector --readback /dev/sda 474507 Apparently not in the rpm, darnit. .. That's okay. It should

Re: [LTP] [TEST] : LTP Build failure on 2.6.24 kernel

2008-01-28 Thread Adrian Bunk
On Mon, Jan 28, 2008 at 03:43:16PM -0500, Mike Frysinger wrote: On Monday 28 January 2008, Adrian Bunk wrote: On Mon, Jan 28, 2008 at 06:53:15AM -0500, Mike Frysinger wrote: On Monday 28 January 2008, Rishikesh K. Rajak wrote: Here i am getting failure on the x86_64 machine with new

Re: [PATCH] Allocate pnp resources dynamically via krealloc - working version - Addon patch 3

2008-01-28 Thread Rene Herman
On 28-01-08 20:12, Thomas Renninger wrote: This was more a step backward, hopefully this one (on top), gets the area bugfree? I'm afraid not. Next oops in pnp_check_port(). The attached lets it get past that point but _then_ things fall apart a little bit further on again which seems to

Re: [PATCH] Add iSCSI iBFT support (v0.4.5)

2008-01-28 Thread Peter Jones
Konrad Rzeszutek wrote: iBFT is not platform-independent; it only makes sense on platforms with ACPI (and even then, just barely; ACPI is a poor fit for it and it was probably integrated with ACPI for political reasons.) The spec just mentions that iBFT table has to be compatible with an ACPI

Udev coldplugging loads 8139too driver instead of 8139cp

2008-01-28 Thread Frederik Himpe
Linux 2.6.24 kernel gives the following messages when udev coldplugging loads the driver for my NIC: 8139too :00:0b.0: This (id 10ec:8139 rev 20) is an enhanced 8139C+ chip 8139too :00:0b.0: Use the 8139cp driver for improved performance and stability. ACPI: PCI Interrupt Link [LNK1]

Re: [PATCH] defer printks in irqs

2008-01-28 Thread Tim Bird
Andrew Morton wrote: On Thu, 24 Jan 2008 15:23:03 -0800 Tim Bird [EMAIL PROTECTED] wrote: Peter Zijlstra wrote: I suspect these features reduce the chance a crash messages makes it out onto the console, but fail to spot any of the copious text mention this critical issue. Anything not in

Re: [LTP] [TEST] : LTP Build failure on 2.6.24 kernel

2008-01-28 Thread Mike Frysinger
On Monday 28 January 2008, Adrian Bunk wrote: On Mon, Jan 28, 2008 at 03:43:16PM -0500, Mike Frysinger wrote: On Monday 28 January 2008, Adrian Bunk wrote: On Mon, Jan 28, 2008 at 06:53:15AM -0500, Mike Frysinger wrote: On Monday 28 January 2008, Rishikesh K. Rajak wrote: Here i am

Re: [PATCH] Documentation: mention email-clients.txt in SubmittingPatches

2008-01-28 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] cc: Paul Jackson [EMAIL PROTECTED] This comment is not helpful (no reason given) and is incorrect. Just stick to facts that are useful regarding working on Linux. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- Documentation/email-clients.txt |1 - 1

[GIT PATCH] kbuild updates

2008-01-28 Thread Sam Ravnborg
Hi Linus. Please pull following patches for kbuild/kconfig and a few other areas. Pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git This time there are 79 patches. The diffstat shows that several files outside usual kbuild/kconfig areas are touched. This is due

Re: Fwd: show label for swap partition.

2008-01-28 Thread Jan Engelhardt
On Jan 28 2008 20:10, Zan Lynx wrote: On Mon, 2008-01-28 at 14:58 -0500, Jason Price wrote: I apologize if this is the wrong forum. Please CC me on replies. A admin accidentally deleted the swap line from the fstab file. We mount the swap filesystem via labels. However, there seems to be

Guadagna con il tuo sito web

2008-01-28 Thread [EMAIL PROTECTED]
Ti piace l' idea di creare una rendita dal tuo sito web? E'possibile senza spese e senza rischi. Ci sono varie agenzie che ti forniscono infatti pubblicit� da inserire nel tuo sito e che ti pagano ogni volta che un utente compie una determinata azione (clicca sulla pubblicit�, o magari

Re: Troubles waking up from suspend (S3) - how to debug?

2008-01-28 Thread Bruno Prémont
On Monday 28 January 2008 02:39:11 you wrote: On Sunday, 27 of January 2008, Bruno Prémont wrote: I'm currently trying out suspend (S3) on a few machines but none of them wakes up completely/properly (I have a few more hosts I'm planning to try suspend on once I can get useful information

Re: [PATCH] block: look up block device path in sysfs

2008-01-28 Thread Dan Williams
On Sat, 2008-01-26 at 13:22 -0700, Christoph Hellwig wrote: On Fri, Jan 25, 2008 at 10:04:51PM -0700, Dan Williams wrote: Given an fd on a block device, returns a string like /block/sda/sda1 which can be used to find related information in /sys. Ideally we should have an ioctl

Re: [patch 1/4] mmu_notifier: Core code

2008-01-28 Thread Christoph Lameter
On Sat, 26 Jan 2008, Robin Holt wrote: But what if the caller is already holding the mmap_sem? Why force the acquire into this function? Since we are dealing with a semaphore/mutex, Then you need to call __register_mmu_notifier. -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC] Per-thread getrusage

2008-01-28 Thread Eric W. Biederman
Pavel Emelyanov [EMAIL PROTECTED] writes: ... +asmlinkage long sys_thread_getrusage(int tid, struct rusage __user *ru) +{ +struct task_struct *tsk; +tsk = find_task_by_pid(tid); +return getrusage(tsk, RUSAGE_THREAD, ru); +} Well, the find_task_by_pid() is really wrong here.

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Fri, Jan 18, 2008 at 10:16:48AM +0100, Jan-Bernd Themann wrote: Hi, sorry for answering so late, I'm only tracking netdev and ppc mailing list. On Thursday 10 January 2008 18:34, Greg KH wrote: The structure device_driver(in device.h) has a member struct driver_private which

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread Rafael J. Wysocki
On Monday, 28 of January 2008, H. Peter Anvin wrote: Jeremy Fitzhardinge wrote: H. Peter Anvin wrote: and we already have to have code to synchronize the PGDs on !PAE and the PMDs on Xen (although that was supposedly getting fixed). No, I don't have any plans there. Xen will

[patch 4/6] MMU notifier: invalidate_page callbacks using Linux rmaps

2008-01-28 Thread Christoph Lameter
These notifiers here use the Linux rmaps to perform the callbacks. In order to walk the rmaps locks must be held. Callbacks can therefore only operate in an atomic context. Signed-off-by: Christoph Lameter [EMAIL PROTECTED] --- mm/rmap.c | 12 +++- 1 file changed, 11 insertions(+), 1

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Mark Lord
[ 64.037975] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 [ 64.038102] ata1.00: BMDMA stat 0x65 [ 64.038227] ata1.00: cmd c8/00:58:89:3d:07/00:00:00:00:00/e0 tag 0 dma 45056 in [ 64.038229] res 51/40:58:8b:3d:07/00:00:00:00:00/e0 Emask 0x9 (media error) [

[patch 5/6] mmu_notifier: Callbacks for xip_filemap.c

2008-01-28 Thread Christoph Lameter
Problem for external rmaps: There is no pagelock held on the page. Signed-off-by: Robin Holt [EMAIL PROTECTED] --- mm/filemap_xip.c |5 + 1 file changed, 5 insertions(+) Index: linux-2.6/mm/filemap_xip.c === ---

[patch 0/6] [RFC] MMU Notifiers V2

2008-01-28 Thread Christoph Lameter
This is a patchset implementing MMU notifier callbacks based on Andrea's earlier work. These are needed if Linux pages are referenced from something else than tracked by the rmaps of the kernel. Issues: - Feedback from uses of the callbacks for KVM, RDMA, XPmem and GRU - RCU quiescent periods

Re: [PATCH 7/8] ide: add struct ide_port_info instances to legacy host drivers

2008-01-28 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: * Remove 'struct pci_dev *dev' argument from ide_hwif_setup_dma(). * Un-static ide_hwif_setup_dma() and add CONFIG_BLK_DEV_IDEDMA_PCI=n version. * Add 'const struct ide_port_info *d' argument to ide_device_add[_all](). * Factor out generic ports

Re: [CPUISOL] CPU isolation extensions

2008-01-28 Thread Peter Zijlstra
On Mon, 2008-01-28 at 14:00 -0500, Steven Rostedt wrote: On Mon, 28 Jan 2008, Max Krasnyanskiy wrote: [PATCH] [CPUISOL] Support for workqueue isolation The thing about workqueues is that they should only be woken on a CPU if something on that CPU accessed them. IOW, the workqueue

patch pm-export-device_pm_schedule_removal.patch added to gregkh-2.6 tree

2008-01-28 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: PM: Export device_pm_schedule_removal to my gregkh-2.6 tree. Its filename is pm-export-device_pm_schedule_removal.patch This tree can be found at

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Daniel Barkalow
On Mon, 28 Jan 2008, Gene Heskett wrote: I believe at this point, its moot. I captured quite a few instances of that error message while rebooting the last time, all of which occurred long before I logged in and did a startx (I boot to runlevel 3 here), so the kernel was NOT tainted at

Re: [RFC] ext3: per-process soft-syncing data=ordered mode

2008-01-28 Thread Al Boldi
Jan Kara wrote: On Sat 26-01-08 08:27:59, Al Boldi wrote: Do you mean there is a locking problem? No, but if you write to an mmaped file, then we can find out only later we have dirty data in pages and we call writepage() on behalf of e.g. pdflush(). Ok, that's a special case, which we

Re: High wake up latencies with FAIR_USER_SCHED

2008-01-28 Thread Guillaume Chazarain
Unfortunately it seems to not be completely fixed, with this script: #!/usr/bin/python import os import time SLEEP_TIME = 0.1 SAMPLES = 5 PRINT_DELAY = 0.5 def print_wakeup_latency(): times = [] last_print = 0 while True: start = time.time() time.sleep(SLEEP_TIME)

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread H. Peter Anvin
Jeremy Fitzhardinge wrote: H. Peter Anvin wrote: and we already have to have code to synchronize the PGDs on !PAE and the PMDs on Xen (although that was supposedly getting fixed). No, I don't have any plans there. Xen will continue to require non-shared kernel pmd, at least for a 32-bit

Re: [PATCH] [8/18] BKL-removal: Remove BKL from remote_llseek

2008-01-28 Thread Dave Kleikamp
On Mon, 2008-01-28 at 12:33 -0600, Steve French wrote: On Jan 28, 2008 2:17 AM, Andi Kleen [EMAIL PROTECTED] wrote: I completely agree. If one thread writes A and another writes B then the kernel should record either A or B, not ((A 0x) | (B 0x)) The

Re: [2.6.24-rc6-mm1]Build failure in drivers/net/ehea/ehea_main.c

2008-01-28 Thread Greg KH
On Mon, Jan 28, 2008 at 01:22:04PM -0600, Nathan Lynch wrote: Greg KH wrote: On Fri, Jan 25, 2008 at 01:10:48PM -0600, Nathan Lynch wrote: Jan-Bernd Themann wrote: On Thursday 10 January 2008 18:34, Greg KH wrote: The structure device_driver(in device.h) has a member struct

Fwd: show label for swap partition.

2008-01-28 Thread Jason Price
I apologize if this is the wrong forum. Please CC me on replies. A admin accidentally deleted the swap line from the fstab file. We mount the swap filesystem via labels. However, there seems to be no way to list the label on an existing swap partition, via the command line swap tools (mkswap,

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread Rafael J. Wysocki
On Monday, 28 of January 2008, Ingo Molnar wrote: * driver might have split up a kernel 4MB mapping. */ -char __nosavedata swsusp_pg_dir[PAGE_SIZE] +char swsusp_pg_dir[PAGE_SIZE] hm, random-qa found build breakage with this patch: arch/x86/kernel/built-in.o: In function

Re: git-x86 oopses in acpi_ps_peek_opcode

2008-01-28 Thread Ingo Molnar
* Andi Kleen [EMAIL PROTECTED] wrote: git-x86 tip 5b838c0d9d7269eb4d21532da126b3c90db46c67 with x86-64 defconfig oopses on boot with BUG: unable to handle kernel paging request at c20001815000 IP: [803773e8] acpi_ps_peek_opcode+0x4/0x1c PGD 12fc32067 PUD 32fc24067 PMD

Re: [RFC] ext3: per-process soft-syncing data=ordered mode

2008-01-28 Thread Jan Kara
On Sat 26-01-08 08:27:43, Al Boldi wrote: Diego Calleja wrote: El Thu, 24 Jan 2008 23:36:00 +0300, Al Boldi [EMAIL PROTECTED] escribió: Greetings! data=ordered mode has proven reliable over the years, and it does this by ordering filedata flushes before metadata flushes. But this

Re: [PATCH] x86: add PCI IDs to k8topology_64.c

2008-01-28 Thread Yinghai Lu
On Monday 28 January 2008 12:54:41 pm Ingo Molnar wrote: * Joachim Deguara [EMAIL PROTECTED] wrote: x86: add PCI IDs to k8topology_64.c This just adds the PCI IDs of AMD's family 10h and 11h CPU's northbridges to k8topology discovery. thanks Joachim, applied.

Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.

2008-01-28 Thread H. Peter Anvin
Rafael J. Wysocki wrote: On Monday, 28 of January 2008, Jeremy Fitzhardinge wrote: Rafael J. Wysocki wrote: Actually, no. We only do that with the kernel code mapping which should be safe as long as TLBs are not flushed (and they aren't). Er, what? Assuming the TLB will retain some

Re: [PATCH] Allocate pnp resources dynamically via krealloc - working version - Addon patch 1

2008-01-28 Thread Thomas Renninger
On Mon, 2008-01-28 at 16:00 +0100, Rene Herman wrote: On 28-01-08 15:21, Thomas Renninger wrote: I think I know what is going on. While pnpbios and pnpacpi theoretically do not have limits, isapnp has spec restrictions (AFAIK, I have not read this up, but taken over from previous

Re: Problem with ata layer in 2.6.24

2008-01-28 Thread Andrey Borzenkov
On Monday 28 January 2008, Gene Heskett wrote: On Monday 28 January 2008, Andrey Borzenkov wrote: Richard Heck wrote: Daniel Barkalow wrote: Can you switch back to old IDE to get your work done (and to make sure it's not a hardware issue that's developed recently)? I think it'd be

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