From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622AbeC3LsY (ORCPT ); Fri, 30 Mar 2018 07:48:24 -0400 Received: from isilmar-4.linta.de ([136.243.71.142]:33576 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbeC3LsU (ORCPT ); Fri, 30 Mar 2018 07:48:20 -0400 Date: Fri, 30 Mar 2018 13:48:08 +0200 From: Dominik Brodowski To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, viro@ZenIV.linux.org.uk, torvalds@linux-foundation.org, arnd@arndb.de, linux-arch@vger.kernel.org, Andi Kleen , Andrew Morton , Andy Lutomirski , Brian Gerst , Denys Vlasenko , "H. Peter Anvin" , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , x86@kernel.org Subject: Re: [PATCH 0/7] use struct pt_regs based syscall calling for x86-64 Message-ID: <20180330114808.GA10671@light.dominikbrodowski.net> References: <20180330093720.6780-1-linux@dominikbrodowski.net> <20180330101602.ongosnigfmdmgayb@gmail.com> <20180330104649.GB12688@light.dominikbrodowski.net> <20180330110354.cnrtmjkk77hhbekt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180330110354.cnrtmjkk77hhbekt@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 30, 2018 at 01:03:54PM +0200, Ingo Molnar wrote: > > * Dominik Brodowski wrote: > > > > > The whole series is available at > > > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux.git syscalls-WIP > > > > > > BTW., I'd like all these bits to go through the x86 tree. > > > > > > What is the expected merge route of the generic preparatory bits? > > > > My current plan is to push the 109 patch bomb to remove in-kernel calls to syscalls > > directly to Linus once v4.16 is released. > > Are there any (textual and semantic) conflicts with the latest -next? > > Also, to what extent were these 109 patches tested in -next? These 109 patches are equivalent to the syscalls tree in linux-next. Most of these patches habe been in there for quite a while (the last major batch went in on March 22; other patches are in there since March 14th). Conflicts existend with asm-generic and metag (which contain remvoal of some architectures; I have solved that issue by not caring about those archs any more); trivial conflicts exist since very few days with the vfs and sparc trees. Thanks, Dominik