From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755316AbbCaPrn (ORCPT ); Tue, 31 Mar 2015 11:47:43 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:36632 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754924AbbCaPrl (ORCPT ); Tue, 31 Mar 2015 11:47:41 -0400 Date: Tue, 31 Mar 2015 17:47:36 +0200 From: Ingo Molnar To: Denys Vlasenko 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 Message-ID: <20150331154736.GA26763@gmail.com> References: <1427738975-7391-1-git-send-email-dvlasenk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427738975-7391-1-git-send-email-dvlasenk@redhat.com> 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 * 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? Thanks, Ingo