LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* MSI entry unlinked before arch_teardown_msi_irq().
@ 2007-02-25  7:50 David Miller
  2007-02-25  9:08 ` Eric W. Biederman
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2007-02-25  7:50 UTC (permalink / raw)
  To: ebiederm; +Cc: linux-kernel


Eric, you recommended to me that I use:

	struct msi_desc *entry = get_irq_data(irq);

in my arch_teardown_msi_irq() routine earlier, but the current
code unlinks the entry before the call to arch_teardown_msi_irq()
so I get OOPS's on shutdown on sparc64 because of this since
get_irq_data() will return NULL at that point.

Can you fix this up or suggest how I should code the patch to
your liking so I can take care of it?

Thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-02-26 22:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25  7:50 MSI entry unlinked before arch_teardown_msi_irq() David Miller
2007-02-25  9:08 ` Eric W. Biederman
2007-02-25 23:46   ` David Miller
2007-02-26  0:14     ` Eric W. Biederman
2007-02-26  2:03       ` David Miller
2007-02-26  5:51         ` Eric W. Biederman
2007-02-26 17:47       ` David Miller
2007-02-26 22:29         ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).