[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171206235230.19425-1-hch@lst.de>
Date: Wed, 6 Dec 2017 15:52:28 -0800
From: Christoph Hellwig <hch@....de>
To: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Al Viro <viro@...iv.linux.org.uk>,
Jason Baron <jbaron@...mai.com>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: waitqueue lockdep annotation
Hi all,
this series adds a strategic lockdep_assert_held to __wake_up_common
to ensure callers really do hold the wait_queue_head lock when calling
the unlocked wake_up variants. It turns out epoll did not do this
for a fairly common path (hit all the time by systemd during bootup),
so the second patch fixed this instance as well.
Powered by blists - more mailing lists