From: Alexander Potapenko <glider@google.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: Marco Elver <elver@google.com>,
Dmitry Vyukov <dvyukov@google.com>,
kasan-dev@googlegroups.com, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: KMSAN broken with lockdep again?
Date: Fri, 18 Nov 2022 19:19:33 +0100 [thread overview]
Message-ID: <CAG_fn=USmF4fm+CDgfwGtJU2XXT8fuKrYVFFdouYrh+zRmnFsQ@mail.gmail.com> (raw)
In-Reply-To: <CAG_fn=Upw7AsM_wZq0ajPixbAKp-izC7LMxyN_5onfL=OBhRzA@mail.gmail.com>
On Fri, Nov 18, 2022 at 2:39 PM Alexander Potapenko <glider@google.com> wrote:
>
> > > As far as I can tell, removing `KMSAN_SANITIZE_lockdep.o := n` does
> > > not actually break anything now (although the kernel becomes quite
> > > slow with both lockdep and KMSAN). Let me experiment a bit and send a
> > > patch.
>
> Hm, no, lockdep isn't particularly happy with the nested
> lockdep->KMSAN->lockdep calls:
>
> ------------[ cut here ]------------
> DEBUG_LOCKS_WARN_ON(lockdep_hardirqs_enabled())
> WARNING: CPU: 0 PID: 0 at kernel/locking/lockdep.c:5508 check_flags+0x63/0x180
> ...
> <TASK>
> lock_acquire+0x196/0x640 kernel/locking/lockdep.c:5665
> __raw_spin_lock_irqsave ./include/linux/spinlock_api_smp.h:110
> _raw_spin_lock_irqsave+0xb3/0x110 kernel/locking/spinlock.c:162
> __stack_depot_save+0x1b1/0x4b0 lib/stackdepot.c:479
> stack_depot_save+0x13/0x20 lib/stackdepot.c:533
> __msan_poison_alloca+0x100/0x1a0 mm/kmsan/instrumentation.c:263
> native_save_fl ./include/linux/spinlock_api_smp.h:?
> arch_local_save_flags ./arch/x86/include/asm/irqflags.h:70
> arch_irqs_disabled ./arch/x86/include/asm/irqflags.h:130
> __raw_spin_unlock_irqrestore ./include/linux/spinlock_api_smp.h:151
> _raw_spin_unlock_irqrestore+0x60/0x100 kernel/locking/spinlock.c:194
> tty_register_ldisc+0xcb/0x120 drivers/tty/tty_ldisc.c:68
> n_tty_init+0x1f/0x21 drivers/tty/n_tty.c:2521
> console_init+0x1f/0x7ee kernel/printk/printk.c:3287
> start_kernel+0x577/0xaff init/main.c:1073
> x86_64_start_reservations+0x2a/0x2c arch/x86/kernel/head64.c:556
> x86_64_start_kernel+0x114/0x119 arch/x86/kernel/head64.c:537
> secondary_startup_64_no_verify+0xcf/0xdb arch/x86/kernel/head_64.S:358
> </TASK>
> ---[ end trace 0000000000000000 ]---
In fact, this message is printed in both cases: with and without KMSAN
instrumenting kernel/locking/lockdep.c
I wonder if this is a sign of a real problem in KMSAN, or just an
unavoidable consequence of instrumented code calling lockdep when
taking the stackdepot lock...
> > > If this won't work out, we'll need an explicit call to
> > > kmsan_unpoison_memory() somewhere in lockdep_init_map_type() to
> > > suppress these reports.
>
> I'll go for this option.
>
> > Thanks.
> >
> > I tried just disabling CONFIG_PROVE_LOCKING, but now KMSAN warnings are being
> > spammed from check_stack_object() in mm/usercopy.c.
> >
> > Commenting out the call to arch_within_stack_frames() makes it go away.
>
> Yeah, arch_within_stack_frames() performs stack frame walking, which
> confuses KMSAN.
> We'll need to apply __no_kmsan_checks to it, like we did for other
> stack unwinding functions.
Sent the patch.
prev parent reply other threads:[~2022-11-18 18:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 20:12 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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAG_fn=USmF4fm+CDgfwGtJU2XXT8fuKrYVFFdouYrh+zRmnFsQ@mail.gmail.com' \
--to=glider@google.com \
--cc=dvyukov@google.com \
--cc=ebiggers@kernel.org \
--cc=elver@google.com \
--cc=kasan-dev@googlegroups.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox