From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCHv2 1/1] Documentation: describe how to add a system call Date: Fri, 31 Jul 2015 21:56:46 -0700 Message-ID: <55BC518E.4010102@zytor.com> References: <20150730190434.GD16452@x> <20150731010234.GA7265@x> <20150731205941.GA30362@cloud> <20150731220828.GA30890@cloud> <20150801043237.GA28660@x> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150801043237.GA28660@x> Sender: linux-doc-owner@vger.kernel.org To: Josh Triplett , Andy Lutomirski Cc: Kees Cook , David Drysdale , Ingo Molnar , Linux API , Michael Kerrisk , Andrew Morton , Arnd Bergmann , Shuah Khan , Jonathan Corbet , Eric B Munson , Randy Dunlap , Andrea Arcangeli , Thomas Gleixner , Ingo Molnar , Oleg Nesterov , Linus Torvalds , Greg Kroah-Hartman , Al Viro , Rusty Russell , Peter Zijlstra , Vivek Goyal , Alexei Starovoitov , David Herrmann T List-Id: linux-api@vger.kernel.org On 07/31/2015 09:32 PM, Josh Triplett wrote: > > Sure, agreed. But I really hope we don't create new kernel ABIs that > involve constructs like that. > It's worth noting I have pushed for auto-marshalling in general for a long time, not the least to get rid of the awful syscall(3) wrapper. I even built a prototype but didn't have time to productize it. -hpa