Re: [PATCHv4 1/1] Documentation: describe how to add a system call

2015-08-13 Thread Jonathan Corbet
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

[PATCHv4 1/1] Documentation: describe how to add a system call

2015-08-10 Thread David Drysdale
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). Signed-off-by: David Drysdale Reviewed-by: Michael Kerrisk Reviewed-by: Eric B Munson Reviewed