[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y3VEL0P0M3uSCxdk@sol.localdomain>
Date: Wed, 16 Nov 2022 12:12:31 -0800
From: Eric Biggers <ebiggers@...nel.org>
To: Alexander Potapenko <glider@...gle.com>,
Marco Elver <elver@...gle.com>,
Dmitry Vyukov <dvyukov@...gle.com>
Cc: kasan-dev@...glegroups.com, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: KMSAN broken with lockdep again?
Hi,
I'm trying v6.1-rc5 with CONFIG_KMSAN, but the kernel continuously spams
"BUG: KMSAN: uninit-value in __init_waitqueue_head".
I tracked it down to lockdep (CONFIG_PROVE_LOCKING=y). The problem goes away if
I disable that.
I don't see any obvious use of uninitialized memory in __init_waitqueue_head().
The compiler I'm using is tip-of-tree clang (LLVM commit 4155be339ba80fef).
Is this a known issue?
- Eric
Powered by blists - more mailing lists