public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] use DECLARE_COMPLETION_ONSTACK for non-constant completion
@ 2009-12-16 14:35 Yong Zhang
  2009-12-16 14:35 ` [PATCH 1/5] powerpc/iseries: " Yong Zhang
  2009-12-16 15:14 ` [PATCH 0/5] " Américo Wang
  0 siblings, 2 replies; 9+ messages in thread
From: Yong Zhang @ 2009-12-16 14:35 UTC (permalink / raw)
  To: linux-kernel

The _ONSTACK variant should be used for on-stack completion,
otherwise it will break lockdep.

Yong Zhang (5):
 aha152x: use DECLARE_COMPLETION_ONSTACK for non-constant completion
 mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completion
 USB: use DECLARE_COMPLETION_ONSTACK for non-constant completion
 hwmon: use DECLARE_COMPLETION_ONSTACK for non-constant completion
 powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completion

 arch/powerpc/platforms/iseries/viopath.c |    2 +-
 drivers/hwmon/ams/ams-pmu.c              |    4 ++--
 drivers/isdn/mISDN/l1oip_core.c          |    2 +-
 drivers/scsi/aha152x.c                   |    2 +-
 drivers/usb/gadget/fsl_qe_udc.c          |    2 +-
 drivers/usb/gadget/fsl_udc_core.c        |    2 +-
 drivers/usb/gadget/langwell_udc.c        |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2009-12-19  4:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 14:35 [PATCH 0/5] use DECLARE_COMPLETION_ONSTACK for non-constant completion Yong Zhang
2009-12-16 14:35 ` [PATCH 1/5] powerpc/iseries: " Yong Zhang
2009-12-16 14:35   ` [PATCH 2/5] hwmon: " Yong Zhang
2009-12-16 14:35     ` [PATCH 3/5] USB: " Yong Zhang
2009-12-16 14:36       ` [PATCH 4/5] mISDN: " Yong Zhang
2009-12-16 14:36         ` [PATCH 5/5] aha152x: " Yong Zhang
2009-12-16 19:00         ` [PATCH 4/5] mISDN: " Karsten Keil
2009-12-19  4:30           ` David Miller
2009-12-16 15:14 ` [PATCH 0/5] " Américo Wang

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