mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] correct onstack wait_queue_head declaration
@ 2010-02-05 13:52 Yong Zhang
  2010-02-05 13:52 ` [PATCH 1/4] dmaengine: " Yong Zhang
  2010-02-05 14:47 ` [PATCH 0/4] " Peter Zijlstra
  0 siblings, 2 replies; 8+ messages in thread
From: Yong Zhang @ 2010-02-05 13:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: a.p.zijlstra, mingo

Onstack wait_queue_head must be declared with
DECLARE_WAIT_QUEUE_HEAD_ONSTACK. Otherwise it will make lockdep
warn. So fix the wrong usage in this patchset.

BTW, I split it to 4 patches to send to different maintainer
though it's due to the same issue. If you have no objection
on this kind of fix, I can also send it in one patch for some
simplification.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>

Yong Zhang (4):
      dmaengine: correct onstack wait_queue_head declaration
      [SCSI] bfa: correct onstack wait_queue_head declaration
      V4L/DVB: gspca - sn9c20x: correct onstack wait_queue_head declaration
      Staging: rt2860: correct onstack wait_queue_head declaration

 drivers/dma/dmatest.c                |    2 +-
 drivers/media/video/gspca/sn9c20x.c  |    2 +-
 drivers/scsi/bfa/bfad_im.c           |    4 ++--
 drivers/staging/rt2860/rt_main_dev.c |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2010-02-06  0:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-05 13:52 [PATCH 0/4] correct onstack wait_queue_head declaration Yong Zhang
2010-02-05 13:52 ` [PATCH 1/4] dmaengine: " Yong Zhang
2010-02-05 13:52   ` [PATCH 2/4] [SCSI] bfa: " Yong Zhang
2010-02-05 13:52     ` [PATCH 3/4] V4L/DVB: gspca - sn9c20x: " Yong Zhang
2010-02-05 13:52       ` [PATCH 4/4] Staging: rt2860: " Yong Zhang
2010-02-05 22:58   ` [PATCH 1/4] dmaengine: " Dan Williams
2010-02-05 14:47 ` [PATCH 0/4] " Peter Zijlstra
2010-02-06  0:40   ` Yong Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®