All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Anna-Maria Gleixner <anna-maria@linutronix.de>
Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org,
	rt@linutronix.de
Subject: Re: [PREEMPT-RT] [PATCH] MIPS: Remove no longer needed work_on_cpu() call
Date: Wed, 6 Apr 2016 14:29:18 +0200	[thread overview]
Message-ID: <20160406122918.GB26267@linux-mips.org> (raw)
In-Reply-To: <alpine.DEB.2.11.1604051508030.12514@hypnos>

On Tue, Apr 05, 2016 at 03:26:11PM +0200, Anna-Maria Gleixner wrote:

> On Mon, 4 Apr 2016, Ralf Baechle wrote:
> 
> > On Mon, Apr 04, 2016 at 02:18:03PM +0200, Anna-Maria Gleixner wrote:
> > 
> > > Since commit 1cf4f629d9d2 ("cpu/hotplug: Move online calls to
> > > hotplugged cpu") it is ensured that callbacks of CPU_ONLINE and
> > > CPU_DOWN_PREPARE are processed on the hotplugged CPU. Due to this
> > > work_on_cpu() calls are no longer required.
> > > 
> > > Replace work_on_cpu() with a direct call of mips_cdmm_bus_up() or
> > > mips_cdmm_bus_down(). Description of those functions are adapted.
> > > 
> > > Cc: Ralf Baechle <ralf@linux-mips.org>
> > > Cc: linux-mips@linux-mips.org
> > > Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
> > > ---
> > >  drivers/bus/mips_cdmm.c |   12 +++++++-----
> > >  1 file changed, 7 insertions(+), 5 deletions(-)
> > 
> > Thanks, queued for 4.7.
> > 
> 
> Please do not queue it. Heiko Carstens pointed out a problem: It isn't
> ensured, that the callbacks of CPU_DOWN_FAILED are always processed on
> the CPU that failed in CPU_DOWN_PREPARE (see
> http://marc.info/?l=linux-s390&m=145985621421250&w=2 ). Once this
> issue is fixed, I will resend the patch.

Thanks for letting me know, patch dropped.

  Ralf

      reply	other threads:[~2016-04-06 12:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 12:18 [PATCH] MIPS: Remove no longer needed work_on_cpu() call Anna-Maria Gleixner
2016-04-04 15:03 ` Ralf Baechle
2016-04-05 13:26   ` [PREEMPT-RT] " Anna-Maria Gleixner
2016-04-06 12:29     ` Ralf Baechle [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=20160406122918.GB26267@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=anna-maria@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=rt@linutronix.de \
    /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.