lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  5 Feb 2010 21:52:00 +0800
From:	Yong Zhang <yong.zhang0@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	a.p.zijlstra@...llo.nl, mingo@...e.hu
Subject: [PATCH 0/4] correct onstack wait_queue_head declaration

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@...il.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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ