Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755217AbcDFM3f (ORCPT ); Wed, 6 Apr 2016 08:29:35 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:44516 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754137AbcDFM3Z (ORCPT ); Wed, 6 Apr 2016 08:29:25 -0400 Date: Wed, 6 Apr 2016 14:29:18 +0200 From: Ralf Baechle To: Anna-Maria Gleixner 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 Message-ID: <20160406122918.GB26267@linux-mips.org> References: <1459772283-40657-1-git-send-email-anna-maria@linutronix.de> <20160404150332.GD15222@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 33 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 > > > Cc: linux-mips@linux-mips.org > > > Signed-off-by: Anna-Maria Gleixner > > > --- > > > 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