From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCHv4 1/1] Documentation: describe how to add a system call Date: Thu, 13 Aug 2015 17:53:35 -0600 Message-ID: <20150813175335.1851f15c@xps.lwn.net> References: <1439193644-4773-1-git-send-email-drysdale@google.com> <1439193644-4773-2-git-send-email-drysdale@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1439193644-4773-2-git-send-email-drysdale-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: David Drysdale Cc: linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Michael Kerrisk , Andrew Morton , Arnd Bergmann , Shuah Khan , Eric B Munson , Randy Dunlap , Cyril Hrubis , Josh Triplett , Pavel Machek , Andrea Arcangeli , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Oleg Nesterov , Linus Torvalds , Greg Kroah-Hartman , Andy Lutomirski , Al Viro , Rusty Russell , Peter Zijlstra , Vivek Goyal , Alexei Starovoitov , David Herrmann List-Id: linux-api@vger.kernel.org On Mon, 10 Aug 2015 09:00:44 +0100 David Drysdale wrote: > Add a document describing the process of adding a new system call, > including the need for a flags argument for future compatibility, and > covering 32-bit/64-bit concerns (albeit in an x86-centric way). This seems about ready, so I've gone ahead and applied it to the docs tree. Many thanks! jon