On Mon, Feb 23, 2015 at 6:31 AM, Denys Vlasenko <dvlas...@redhat.com> wrote: > On 02/21/2015 01:31 AM, Andy Lutomirski wrote: >> On Wed, Jan 14, 2015 at 1:48 PM, Denys Vlasenko <dvlas...@redhat.com> 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 ?
No, "entry" is correct. entry-devel doesn't exist any more. Had you done 'git remote update'? In any case, your rebased version is fine. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/