From: Thomas Gleixner <tglx@linutronix.de>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: Possible circular locking dependency detected between cpu_hotplug_lock.rw_sem and wfc.work
Date: Thu, 27 Jul 2017 15:25:21 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.20.1707271524580.1903@nanos> (raw)
In-Reply-To: <alpine.DEB.2.20.1707271523120.1903@nanos>
On Thu, 27 Jul 2017, Thomas Gleixner wrote:
> On Thu, 27 Jul 2017, Michael Ellerman wrote:
> > Thomas Gleixner <tglx@linutronix.de> writes:
> >
> > > On Wed, 26 Jul 2017, Michael Ellerman wrote:
> > >
> > >> Hi Thomas,
> > >>
> > >> I'm seeing the lockdep barf below on some bare metal Power8 machines.
> > >>
> > >> This seems to be caused by our smp_cpus_done(), which does:
> > >>
> > >> void __init smp_cpus_done(unsigned int max_cpus)
> > >> {
> > >> /*
> > >> * We want the setup_cpu() here to be called on the boot CPU, but
> > >> * init might run on any CPU, so make sure it's invoked on the boot
> > >> * CPU.
> > >> */
> > >> if (smp_ops && smp_ops->setup_cpu)
> > >> work_on_cpu_safe(boot_cpuid, smp_setup_cpu_workfn, NULL);
> > >>
> > >>
> > >> I don't think CPU hotplug can happen at this point, so I don't think
> > >> there's really a bug.
> > >>
> > >> But it looks like the work_on_cpu_safe() call could just go away, since
> > >> you pinned init to the boot CPU in 8fb12156b8db ("init: Pin init task to
> > >> the boot CPU, initially"). Though I can't see where init is unpinned, so
> > >> maybe we do still need to do it?
> > >
> > > It's undone in sched_init_smp(). So it looks safe. The call order is:
> > >
> > > smp_init()
> > > ...
> > > smp_cpus_done()
> > >
> > > sched_init_smp()
> >
> > Great thanks.
> >
> > Patch on the way.
>
> Hmm. Second thoughts. The issue is the stability of the CPUs. Surely the
> boot CPU can't go away at that point, but the debug stuff does not know
> about it. maybe I'm missing something ....
Ok. Now seeing your patch I know what I was missing :)
prev parent reply other threads:[~2017-07-27 13:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 11:57 Possible circular locking dependency detected between cpu_hotplug_lock.rw_sem and wfc.work Michael Ellerman
2017-07-26 12:44 ` Thomas Gleixner
2017-07-27 13:22 ` Michael Ellerman
2017-07-27 13:24 ` Thomas Gleixner
2017-07-27 13:25 ` Thomas Gleixner [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=alpine.DEB.2.20.1707271524580.1903@nanos \
--to=tglx@linutronix.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
/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