Re: [patch] MSI-X: fix resume crash

2007-03-28 Thread Eric W. Biederman
Len Brown <[EMAIL PROTECTED]> writes: >> Tony, Len the way pci_disable_device is being used in a suspend/resume >> path by a few drivers is completely incompatible with the way irqs are >> allocated on ia64. In particular people the following sequence occurs >> in several drivers. >> >> probe

Re: [patch] MSI-X: fix resume crash

2007-03-28 Thread Len Brown
> Tony, Len the way pci_disable_device is being used in a suspend/resume > path by a few drivers is completely incompatible with the way irqs are > allocated on ia64. In particular people the following sequence occurs > in several drivers. > > probe: > pci_enable_device(pdev); > request_ir

Re: [patch] MSI-X: fix resume crash

2007-03-28 Thread Ingo Molnar
in. Unless Linus or > someone wants a more thorough patch this late in the release cycle. > > Signed-off-by: "Eric W. Biederman" <[EMAIL PROTECTED]> i've updated the patch below with your sign-off, and trimmed the description to the relevant bits, for eas

Re: [patch] MSI-X: fix resume crash

2007-03-28 Thread Eric W. Biederman
ctural direction so there is nothing to prevent this patch from going in. Unless Linus or someone wants a more thorough patch this late in the release cycle. Signed-off-by: "Eric W. Biederman" <[EMAIL PROTECTED]> > --> > Subject: [patch] MSI-X: fix r

[patch] MSI-X: fix resume crash

2007-03-28 Thread Ingo Molnar
or upstream application - find it below. Ingo ------------------> Subject: [patch] MSI-X: fix resume crash From: Eric W. Biederman <[EMAIL PROTECTED]> I think the right solution is to simply make pci_enable_device just flip enable bits and move the rest of the work someplace else.