From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755540AbbHDIcW (ORCPT ); Tue, 4 Aug 2015 04:32:22 -0400 Received: from foss.arm.com ([217.140.101.70]:56509 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbbHDIcU (ORCPT ); Tue, 4 Aug 2015 04:32:20 -0400 Date: Tue, 4 Aug 2015 09:32:15 +0100 From: Will Deacon To: Russell King - ARM Linux Cc: Ingo Molnar , Peter Zijlstra , "linux-kernel@vger.kernel.org" , "ralf@linux-mips.org" , "egtvedt@samfundet.no" , "michael@amarulasolutions.com" , "cmetcalf@ezchip.com" Subject: Re: [RFC][PATCH 1/7] arm: Remove finish_arch_switch Message-ID: <20150804083215.GA9706@arm.com> References: <20150729190848.678796654@infradead.org> <20150729191659.635016322@infradead.org> <20150804073942.GA18599@gmail.com> <20150804082622.GN7557@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150804082622.GN7557@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 04, 2015 at 09:26:22AM +0100, Russell King - ARM Linux wrote: > On Tue, Aug 04, 2015 at 09:39:43AM +0200, Ingo Molnar wrote: > > > > * Peter Zijlstra wrote: > > > > > From: Will Deacon > > > > > > Fold finish_arch_switch() into switch_to(). > > > > > > Signed-off-by: Peter Zijlstra (Intel) > > > > Will, can I add your: > > > > Signed-off-by: Will Deacon > > I've already merged this patch as Will had submitted it to me for merging. Yup. Peter said he would pick up what's left after the merge window, so arch maintainers can pick up the patches now for 4.3 (I think Ralf had picked up the mips part already). > Peter's S-o-b should be an acked-by though in that case... I guess, although he turned my diff into a patch (i.e. wrote the commit message) and posted it, so I just left it there. Not fussed either way. Will