From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753533AbbCaQTK (ORCPT ); Tue, 31 Mar 2015 12:19:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38302 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753502AbbCaQTI (ORCPT ); Tue, 31 Mar 2015 12:19:08 -0400 Message-ID: <551AC8DE.8070206@redhat.com> Date: Tue, 31 Mar 2015 18:18:38 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Ingo Molnar CC: Linus Torvalds , Steven Rostedt , Borislav Petkov , "H. Peter Anvin" , Andy Lutomirski , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] x86/asm/entry/64: simplifications References: <1427738975-7391-1-git-send-email-dvlasenk@redhat.com> <20150331154736.GA26763@gmail.com> In-Reply-To: <20150331154736.GA26763@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/31/2015 05:47 PM, Ingo Molnar wrote: > > * Denys Vlasenko wrote: > >> This patchset simplifies jump maze in entry_64.S a bit by moving >> "retint_kernel" code block, and follows up with simplifications >> which become obvious after the move. > > So I got conflicts with latest tip:master with 3 of the 5 patches, so > I probably missed one of your older patches. > > I pushed out the other two - mind merging all your pending patches on > top of latest tip:master and sending out all of them as a single > series, so that I can pick up all the uncontroversial bits? Will do in ~15 minutes.