All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qian Cai <cai@lca.pw>
To: paulmck@kernel.org
Cc: Michael Ellerman <mpe@ellerman.id.au>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	juri.lelli@redhat.com, dietmar.eggemann@arm.com,
	vincent.guittot@linaro.org, rostedt@goodmis.org,
	bsegall@google.com, mgorman@suse.de, tglx@linutronix.de,
	"James.Bottomley@hansenpartnership.com" 
	<James.Bottomley@hansenpartnership.com>,
	deller@gmx.de, linuxppc-dev@lists.ozlabs.org,
	linux-parisc@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org, Nicholas Piggin <npiggin@gmail.com>
Subject: Re: [PATCH v2] sched/core: fix illegal RCU from offline CPUs
Date: Thu, 2 Apr 2020 12:19:54 -0400	[thread overview]
Message-ID: <4134872A-3D1D-4860-9C1B-2FD9C00272BB@lca.pw> (raw)
In-Reply-To: <20200402155406.GP19865@paulmck-ThinkPad-P72>



> On Apr 2, 2020, at 11:54 AM, Paul E. McKenney <paulmck@kernel.org> wrote:
> 
> I do run this combination quite frequently, but only as part of
> rcutorture, which might not be a representative workload.  For one thing,
> it has a minimal userspace consisting only of a trivial init program.
> I don't recall having ever seen this.  (I have seen one recent complaint
> about an IPI being sent to an offline CPU, but I cannot prove that this
> was not due to RCU bugs that I was chasing at the time.)

Yes, a trivial init is tough while running systemd should be able to catch it as it will use cgroup.

WARNING: multiple messages have this Message-ID (diff)
From: Qian Cai <cai@lca.pw>
To: paulmck@kernel.org
Cc: juri.lelli@redhat.com,
	"James.Bottomley@hansenpartnership.com"
	<James.Bottomley@hansenpartnership.com>,
	vincent.guittot@linaro.org, linux-parisc@vger.kernel.org,
	Peter Zijlstra <peterz@infradead.org>,
	deller@gmx.de, Nicholas Piggin <npiggin@gmail.com>,
	linux-kernel@vger.kernel.org, rostedt@goodmis.org,
	bsegall@google.com, linux-mm@kvack.org,
	Ingo Molnar <mingo@redhat.com>,
	mgorman@suse.de, tglx@linutronix.de,
	linuxppc-dev@lists.ozlabs.org, dietmar.eggemann@arm.com
Subject: Re: [PATCH v2] sched/core: fix illegal RCU from offline CPUs
Date: Thu, 2 Apr 2020 12:19:54 -0400	[thread overview]
Message-ID: <4134872A-3D1D-4860-9C1B-2FD9C00272BB@lca.pw> (raw)
In-Reply-To: <20200402155406.GP19865@paulmck-ThinkPad-P72>



> On Apr 2, 2020, at 11:54 AM, Paul E. McKenney <paulmck@kernel.org> wrote:
> 
> I do run this combination quite frequently, but only as part of
> rcutorture, which might not be a representative workload.  For one thing,
> it has a minimal userspace consisting only of a trivial init program.
> I don't recall having ever seen this.  (I have seen one recent complaint
> about an IPI being sent to an offline CPU, but I cannot prove that this
> was not due to RCU bugs that I was chasing at the time.)

Yes, a trivial init is tough while running systemd should be able to catch it as it will use cgroup.

  reply	other threads:[~2020-04-02 16:20 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 21:40 [PATCH v2] sched/core: fix illegal RCU from offline CPUs Qian Cai
2020-04-01 21:40 ` Qian Cai
2020-04-02 11:24 ` Michael Ellerman
2020-04-02 11:24   ` Michael Ellerman
2020-04-02 14:00   ` Qian Cai
2020-04-02 14:00     ` Qian Cai
2020-04-02 14:00     ` Qian Cai
2020-04-02 15:54     ` Paul E. McKenney
2020-04-02 15:54       ` Paul E. McKenney
2020-04-02 15:54       ` Paul E. McKenney
2020-04-02 16:19       ` Qian Cai [this message]
2020-04-02 16:19         ` Qian Cai
2020-04-02 16:19         ` Qian Cai
2020-04-02 16:57         ` Paul E. McKenney
2020-04-02 16:57           ` Paul E. McKenney
2020-04-02 16:57           ` Paul E. McKenney
2020-04-17 13:26   ` Qian Cai
2020-04-17 13:26     ` Qian Cai
2020-04-17 13:26     ` Qian Cai
2020-04-21 13:56     ` Peter Zijlstra
2020-04-21 13:56       ` Peter Zijlstra
2020-04-21 13:56       ` Peter Zijlstra
2020-05-01 18:22 ` [tip: sched/core] sched/core: Fix " tip-bot2 for Peter Zijlstra
  -- strict thread matches above, loose matches on Subject: below --
2020-01-13 19:03 [PATCH v2] sched/core: fix " Qian Cai
2020-01-20 10:16 ` Peter Zijlstra
2020-01-20 20:35   ` Qian Cai
2020-01-21 10:35     ` Peter Zijlstra
2020-01-24  4:21       ` Qian Cai
2020-01-24  5:02         ` Matthew Wilcox
2020-03-30  2:42       ` Qian Cai
2020-04-01 21:05         ` Qian Cai

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=4134872A-3D1D-4860-9C1B-2FD9C00272BB@lca.pw \
    --to=cai@lca.pw \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=bsegall@google.com \
    --cc=deller@gmx.de \
    --cc=dietmar.eggemann@arm.com \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mgorman@suse.de \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=vincent.guittot@linaro.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 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.