* Steven Noonan <steven@uplinklabs.net> wrote:it appears to me that ath9k's eth_rx_input() takes a spinlock that is not initialized (or already destroyed by the allocator). this would be consistent with an IRQ storm hitting some race in the ath9k driver init sequence. For example if request_irq() is done before all structures that the IRQ handler relies on are properly initialized. i.e. this has the signature of a genuine ath9k bug. Ingo --
