From: Rik van Riel <riel@surriel.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org, kernel-team@meta.com,
"Paul E. McKenney" <paulmck@kernel.org>,
Valentin Schneider <vschneid@redhat.com>,
Juergen Gross <jgross@suse.com>
Subject: Re: [PATCH,RFC] smp,csd: throw an error if a CSD lock is stuck for too long
Date: Wed, 13 Sep 2023 10:33:51 -0400 [thread overview]
Message-ID: <2189326aaca37487b17eb1103830156ff1684c27.camel@surriel.com> (raw)
In-Reply-To: <20230913132251.GE22758@noisy.programming.kicks-ass.net>
On Wed, 2023-09-13 at 15:22 +0200, Peter Zijlstra wrote:
> On Mon, Aug 21, 2023 at 04:04:09PM -0400, Rik van Riel wrote:
> >
> > + /* How long since this CSD lock was stuck. */
> > + ts_delta = ts2 - ts0;
> >
> > + /*
> > + * If the CSD lock is still stuck after 5 minutes, it is
> > unlikely
> > + * to become unstuck. Use a signed comparison to avoid
> > triggering
> > + * on underflows when the TSC is out of sync between
> > sockets.
> > + */
> > + BUG_ON((s64)ts_delta > 300000000000LL);
> > if (cpu_cur_csd && csd != cpu_cur_csd) {
> > pr_alert("\tcsd: CSD lock (#%d) handling prior
> > %pS(%ps) request.\n",
> > *bug_id, READ_ONCE(per_cpu(cur_csd_func,
> > cpux)),
>
> How are you guys still seeing this? I thought the KVM APIC thing was
> fixed a while ago?
>
It's more fun than that. We're seeing this on bare metal.
Unfortunately, when a system gets wedged that way currently,
it ends up being power cycled automatically, and we aren't
getting crash dumps with clues on what causes the issue.
Doing a BUG_ON() + panic, followed by a kexec into the kdump
kernel will hopefully give us some clues on what might be
causing the issue.
--
All Rights Reversed.
next prev parent reply other threads:[~2023-09-13 14:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-21 20:04 Rik van Riel
2023-08-21 20:29 ` Paul E. McKenney
2023-09-13 13:22 ` Peter Zijlstra
2023-09-13 14:33 ` Rik van Riel [this message]
2023-09-13 16:17 ` Peter Zijlstra
2023-09-13 20:17 ` Rik van Riel
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=2189326aaca37487b17eb1103830156ff1684c27.camel@surriel.com \
--to=riel@surriel.com \
--cc=jgross@suse.com \
--cc=kernel-team@meta.com \
--cc=linux-kernel@vger.kernel.org \
--cc=paulmck@kernel.org \
--cc=peterz@infradead.org \
--cc=vschneid@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
all inboxes | Powered by JetHome®