[PATCH 1/2] pata_platform: fix devres conversion

2007-01-31 Thread Tejun Heo
devres updates for pata_platform were dropped while merging devres patches due to merge conflict. This is the updated version. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- drivers/ata/pata_platform.c | 31 +++ 1 file changed, 7 insertions(+), 24 deletions(-) In

Re: [kvm-devel] [PATCH] KVM: Fix lockup on 32-bit intel hosts with nx disabled in the bios

2007-01-31 Thread Jeff Chua
On 1/31/07, Avi Kivity <[EMAIL PROTECTED]> wrote: Intel hosts, without long mode, and with nx support disabled in the bios have an efer that is readable but not writable. This causes a lockup on switch to guest mode (even though it should exit with reason 34 according to the documentation). Av

Re: 2.6.20-rc6-mm[2-3] ACPI issues

2007-01-31 Thread Len Brown
On Wednesday 31 January 2007 15:25, Bob Picco wrote: > Hi Len, > > On 2.6.20-rc6-mm2 my rx2600 wouldn't boot unless I reverted all changes > to drivers/acpi/tables.c. 2.6.20-rc6-mm2 git-acpi.patch contained only the acpi_table_parse() fix for bugzilla-7465. The version of the patch that made -mm

Mach-O loader

2007-01-31 Thread Trent Waddington
Anyone know if a loader for Mach-O binaries for Linux has been written? Thanks, Trent - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [ANN] Userspace M-on-N threading model implementation. Alpha release.

2007-01-31 Thread Evgeniy Polyakov
On Wed, Jan 31, 2007 at 11:28:07PM -0500, Lee Revell ([EMAIL PROTECTED]) wrote: > On 1/29/07, Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > >1. Scheduling fairness. > >Since kernel does not know about multiple threads behind given process, > >it can not add it appropriate number of timeslices for e

Re: 2.6.20-rc6-mm3

2007-01-31 Thread Andrew Morton
On Thu, 1 Feb 2007 17:20:18 +1100 David Chinner <[EMAIL PROTECTED]> wrote: > What are the new unplugging rules introduced by the git-block > patch? Pretty simple: you read the largely-useless changelog then call the bravely uncommented blk_plug_current() when you're about to submit some IO and yo

Re: Kernel BUG at fs/aio.c:509

2007-01-31 Thread Andrew Morton
On Thu, 1 Feb 2007 09:13:51 +0300 "Ananiev, Leonid I" <[EMAIL PROTECTED]> wrote: > While repeatedly running 'aiostress -O -o 2' test I've got in > /var/log/messages: > > BUG: warning at mm/truncate.c:398/invalidate_inode_pages2_range() > Call Trace: > [] invalidate_inode_pages2_range+0x236/0x26b

Re: New module-init-tools pre-release (v3.3-pre6)

2007-01-31 Thread Andrew Morton
On Thu, 01 Feb 2007 01:28:59 -0500 Jon Masters <[EMAIL PROTECTED]> wrote: > I took over upstream maintainership of the module-init-tools package > from Rusty at the end of last year. Cool. A patch to the kernel's ./MAINTAINERS would be appreciated. - To unsubscribe from this list: send the line

Re: [PATCH] ubi: int versus size_t printk warnings

2007-01-31 Thread Artem Bityutskiy
On Wed, 2007-01-31 at 17:06 +, David Woodhouse wrote: > > + ubi_err("error %d while reading %Zd bytes from PEB %d:%d, " > > Nak. %Zd is a gratuitous GNUism. In C, we use %zd. > > Artem (dedekind) is the correct person to deal with UBI stuff. I've > added him to Cc. Yeah, there

Re: System crash after "No irq handler for vector" linux 2.6.19

2007-01-31 Thread Eric W. Biederman
"Luigi Genoni" <[EMAIL PROTECTED]> writes: > OK, > willing to test any patch. Ok. I've finally figured out what is going on. The code is race free but the programmer was an idiot. In the local apic there are two relevant registers. ISR (in service register) describing all of the interrupts that

Re: [PATCH] VIA IRQ quirk breakage fix

2007-01-31 Thread Jean Delvare
Hi Andrew, Le Mercredi 31 Janvier 2007 03:37, Andrew Morton a écrit : > On Tue, 30 Jan 2007 13:25:58 +0100 > > Jean Delvare <[EMAIL PROTECTED]> wrote: > > So here comes the third > > (and hopefully last) iteration of the patch: > > argh, it looks like I sent v2 to Linus. > > Here's the missing bit

Re: [PATCH] KVM: Fix lockup on 32-bit intel hosts with nx disabled in the bios

2007-01-31 Thread Ingo Molnar
* Avi Kivity <[EMAIL PROTECTED]> wrote: > Intel hosts, without long mode, and with nx support disabled in the > bios have an efer that is readable but not writable. This causes a > lockup on switch to guest mode (even though it should exit with reason > 34 according to the documentation). >

Re: [PATCH] scsi: megaraid_{mm,mbox} cmd timeout

2007-01-31 Thread Matthias Urlichs
Hi, Patro, Sumant: > What I see in the log is cmd timeout(s) and is not related to the patch. > Ouch. Any ideas what causes my problem? It's a regression; I tested Ubuntu Dapper and Edgy install CDs, and it's not worked since the latter. I can pinpoint the change that triggers the problem more

<    1   2   3   4   5