Re: [PATCH] msi: Fix the ordering of msix irqs.

2007-05-24 Thread Michael Ellerman
On Thu, 2007-05-24 at 15:08 -0600, Eric W. Biederman wrote: > Yours looks more complete then my test patch so: > > From: "Mike Miller (OS Dev)" <[EMAIL PROTECTED]> writes: > > Found what seems the problem with our vectors being listed backward. In > drivers/pci/msi.c we should be using list_add_t

Re: [PATCH] msi: Fix the ordering of msix irqs.

2007-05-24 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > On Thu, 24 May 2007 15:08:21 -0600 > [EMAIL PROTECTED] (Eric W. Biederman) wrote: > >> Yours looks more complete then my test patch so: >> >> From: "Mike Miller (OS Dev)" <[EMAIL PROTECTED]> writes: >> >> Found what seems the problem with our vectors b

Re: [PATCH] msi: Fix the ordering of msix irqs.

2007-05-24 Thread Andrew Morton
On Thu, 24 May 2007 15:08:21 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > Yours looks more complete then my test patch so: > > From: "Mike Miller (OS Dev)" <[EMAIL PROTECTED]> writes: > > Found what seems the problem with our vectors being listed backward. In > drivers/pci/msi.c we shoul

[PATCH] msi: Fix the ordering of msix irqs.

2007-05-24 Thread Eric W. Biederman
Yours looks more complete then my test patch so: From: "Mike Miller (OS Dev)" <[EMAIL PROTECTED]> writes: Found what seems the problem with our vectors being listed backward. In drivers/pci/msi.c we should be using list_add_tail rather than list_add to preserve the ordering across various kernels