All of lore.kernel.org
 help / color / mirror / Atom feed
* KMSAN broken with lockdep again?
@ 2022-11-16 20:12 Eric Biggers
  2022-11-17 13:46 ` Alexander Potapenko
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Biggers @ 2022-11-16 20:12 UTC (permalink / raw)
  To: Alexander Potapenko, Marco Elver, Dmitry Vyukov
  Cc: kasan-dev, linux-mm, linux-kernel

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

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

end of thread, other threads:[~2022-11-18 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16 20:12 KMSAN broken with lockdep again? Eric Biggers
2022-11-17 13:46 ` Alexander Potapenko
2022-11-18  3:33   ` Eric Biggers
2022-11-18 13:39     ` Alexander Potapenko
2022-11-18 18:19       ` Alexander Potapenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.