From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752907AbbBWOcR (ORCPT ); Mon, 23 Feb 2015 09:32:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34475 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752210AbbBWOcN (ORCPT ); Mon, 23 Feb 2015 09:32:13 -0500 Message-ID: <54EB39CF.8050908@redhat.com> Date: Mon, 23 Feb 2015 15:31:43 +0100 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: Andy Lutomirski CC: Linus Torvalds , Oleg Nesterov , Borislav Petkov , "H. Peter Anvin" , Frederic Weisbecker , X86 ML , Alexei Starovoitov , Will Drewry , Kees Cook , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 03/11] x86: mass removal of ARGOFFSET References: <1421272101-16847-1-git-send-email-dvlasenk@redhat.com> <1421272101-16847-3-git-send-email-dvlasenk@redhat.com> In-Reply-To: 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 02/21/2015 01:31 AM, Andy Lutomirski wrote: > On Wed, Jan 14, 2015 at 1:48 PM, Denys Vlasenko wrote: >> ARGOFFSET is zero now, removing it changes no code. >> A few macros lost "offset" parameter, since it is always zero now too. > > Can you rebase this? It doesn't apply because sysret_check is gone, > but, even if I remove the offending hunk, it's still missing things. Sure thing. I must be on a wrong branch? I'm on "x86/entry", and patch does apply to the current tip of that branch: $ git am 0001-x86-mass-removal-of-ARGOFFSET.patch Applying: x86: mass removal of ARGOFFSET $ git branch -a master * x86/entry x86/entry-devel remotes/origin/HEAD -> origin/master remotes/origin/auditsc-lite remotes/origin/checkpatch Should I base patches on x86/entry-devel ?