All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel oops in __netif_schedule() for at76c50x-usb
@ 2012-07-02 15:21 Larry Finger
  2012-07-02 15:31 ` Johannes Berg
  0 siblings, 1 reply; 8+ messages in thread
From: Larry Finger @ 2012-07-02 15:21 UTC (permalink / raw)
  To: Johannes Berg; +Cc: wireless

Regarding the oops that I reported for PPC architecture that reported "Unable to 
handle kernel paging request for data at address 0x000004c", I have now repeated 
it on x86_64 architecture, where the objdump tool is better. The error occurs in 
the line in __netif_schedule() that says

          if (!test_and_set_bit(__QDISC_STATE_SCHED, &q->state))

Debug printouts have shown that q is not NULL, and it appears to be in the 
correct address range. I think q->state is zero; however, q->state cannot be 
written.

Additional testing shows this problem to be another side effect of commit 
3a25a8c ("mac80211: add improved HW queue control") for a device with only a 
single HW queue.

Any suggestions for additional debugging printouts will be greatly appreciated.

Thanks,

Larry

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

end of thread, other threads:[~2012-07-04 10:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-02 15:21 Kernel oops in __netif_schedule() for at76c50x-usb Larry Finger
2012-07-02 15:31 ` Johannes Berg
2012-07-02 16:12   ` Larry Finger
2012-07-02 17:38     ` Johannes Berg
2012-07-02 22:50       ` Larry Finger
2012-07-04  9:46         ` Johannes Berg
2012-07-04 10:49           ` Johannes Berg
2012-07-04 10:54             ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.