public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Andrew Halaney <ahalaney@redhat.com>
Cc: pmladek@suse.com, john.ogness@linutronix.de,
	senozhatsky@chromium.org, debarbos@redhat.com,
	williams@redhat.com, jlelli@redhat.com,
	linux-rt-users@vger.kernel.org
Subject: Re: [BUG] printk/nbcon can use RCU illegally prior to CPU online
Date: Thu, 18 Jul 2024 15:24:47 -0400	[thread overview]
Message-ID: <20240718152447.42244f98@rorschach.local.home> (raw)
In-Reply-To: <436jncgrfxwcizjw5gxw3yar5ybo62zdctout6sti6gamwtnlw@gqrmo5ine6d2>

On Thu, 18 Jul 2024 13:13:02 -0500
Andrew Halaney <ahalaney@redhat.com> wrote:


> I'll be honest, I only considered this from a printk() point of view so
> far and pretty much ignored the original splat (as someone else is
> looking at that). Here's the original splat from a centos kernel, I have
> yet to look into it other than "we took an exception prior to RCU coming
> online for this CPU" and me naively thinking that printk() should work
> everywhere. I'll post the splat here for now before considering it more,
> but it sounds like my expectation is wrong and that if something goes
> awry and needs to printk prior to the CPU coming online, then this RCU
> warning is sort of expected?:

Note, printk() is most definitely not safe in all contexts. It can
cause issues if done in NMI, or even called while holding an scheduler
rq lock. And now we are trying to make sure all tracing/printk is done
while RCU is watching.

> 
>     [ 13.643007] smp: Bringing up secondary CPUs ...
>     [ 13.644422] smpboot: x86: Booting SMP configuration:
>     [ 13.644431] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34
>     [ 13.680691] Callback from call_rcu_tasks_rude() invoked.
>     [ 13.684308] #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55
>     [ 13.720218] .... node #1, CPUs: #56 #57 #58 #59 #60 #61 #62 #63 #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99
>     [ 13.783247] Callback from call_rcu_tasks() invoked.
>     [ 13.785941] #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111
>     [ 5.061942] x2apic lock mismatch between BSP and AP.

>     [ 5.061942] =============================
>     [ 5.061942] WARNING: suspicious RCU usage
>     [ 5.061942] 5.14.0-467.el9.x86_64+debug #1 Not tainted
>     [ 5.061942] -----------------------------
>     [ 5.061942] kernel/printk/nbcon.c:1118 suspicious rcu_dereference_check() usage!

You said this was a centos kernel. Well that explains why the above
says 5.14 and has a reference to kernel/printk/nbcon.c, which doesn't
exist in 5.14.

Looks like a bad backport.

-- Steve


>     [ 5.061942]
>     other info that might help us debug this:
> 
>     [ 5.061942]
>     RCU used illegally from offline CPU!
>     rcu_scheduler_active = 1, debug_locks = 1
>     [ 5.061942] 2 locks held by swapper/1/0:
>     [ 5.061942] #0: ffffffff8b721a10 (console_srcu)
>     {....}-{0:0}, at: console_srcu_read_lock+0x44/0x60
>     [ 5.061942] #1: ffffffff8b735080 (rcu_read_lock){....}

  reply	other threads:[~2024-07-18 19:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-18 15:41 [BUG] printk/nbcon can use RCU illegally prior to CPU online Andrew Halaney
2024-07-18 15:57 ` Steven Rostedt
2024-07-18 18:13   ` Andrew Halaney
2024-07-18 19:24     ` Steven Rostedt [this message]
2024-07-18 19:34       ` Andrew Halaney
2024-07-18 20:17         ` Steven Rostedt
2024-07-19  7:55     ` John Ogness
2024-07-19 14:09       ` Andrew Halaney
2024-07-19 14:55         ` John Ogness
2024-07-19 15:02           ` Andrew Halaney
2024-07-19  8:26     ` John Ogness
2024-07-19 16:01       ` Andrew Halaney

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=20240718152447.42244f98@rorschach.local.home \
    --to=rostedt@goodmis.org \
    --cc=ahalaney@redhat.com \
    --cc=debarbos@redhat.com \
    --cc=jlelli@redhat.com \
    --cc=john.ogness@linutronix.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=pmladek@suse.com \
    --cc=senozhatsky@chromium.org \
    --cc=williams@redhat.com \
    /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