Re: [PATCH] Documentation: update about adding syscalls

2019-10-03 Thread Aleksa Sarai
On 2019-10-03, Jonathan Corbet wrote: > [Expanding CC a bit; this is the sort of change I'm reluctant to take > without being sure it reflects what the community thinks.] > > On Wed, 2 Oct 2019 17:14:37 +0200 > Christian Brauner wrote: > > > Add additional information on how to ensure that sys

Re: [PATCH] Documentation: update about adding syscalls

2019-10-03 Thread Jonathan Corbet
[Expanding CC a bit; this is the sort of change I'm reluctant to take without being sure it reflects what the community thinks.] On Wed, 2 Oct 2019 17:14:37 +0200 Christian Brauner wrote: > Add additional information on how to ensure that syscalls with structure > arguments are extensible and a

[PATCH] Documentation: update about adding syscalls

2019-10-02 Thread Christian Brauner
Add additional information on how to ensure that syscalls with structure arguments are extensible and add a section about naming conventions to follow when adding revised versions of already existing syscalls. Co-Developed-by: Aleksa Sarai Signed-off-by: Aleksa Sarai Signed-off-by: Christian Bra