Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1515804
| From | Szabolcs Nagy <nsz@port70.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Formal description of system call interface |
| Date | 2016-11-07 01:40 +0100 |
| Message-ID | <sAG8F-47m-17@gated-at.bofh.it> (permalink) |
| References | <sAEqd-308-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Dmitry Vyukov <dvyukov@google.com> [2016-11-06 14:39:28 -0800]: > This is notes from the discussion we had at Linux Plumbers this week > regarding providing a formal description of system calls (user API). yes a database of the syscall abis would be useful ..depending on the level of detail it has. (right now there is not even spec about what registers the syscall entry point may clobber on the various abis which would be useful to know when making syscalls) > Action points: > - polish DSL for description (must be extensible) > - write a parser for DSL > - provide definition for mm syscalls (mm is reasonably simple > and self-contained) > - see if we can do validation of mm arguments for all abi variants? e.g. mmap offset range is abi dependent. > For the reference, current syzkaller descriptions are in txt files here: > https://github.com/google/syzkaller/tree/master/sys ... > Taking the opportunity, if you see that something is missing/wrong > in the descriptions of the subsystem you care about, or if it is not > described at all, fixes are welcome. abi variants are missing (abi variation makes a lot of syscall interface related work painful).
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Formal description of system call interface Dmitry Vyukov <dvyukov@google.com> - 2016-11-06 23:50 +0100 Re: Formal description of system call interface Szabolcs Nagy <nsz@port70.net> - 2016-11-07 01:40 +0100 Re: Formal description of system call interface Cyril Hrubis <chrubis@suse.cz> - 2016-11-07 11:40 +0100 Re: Formal description of system call interface Andy Lutomirski <luto@amacapital.net> - 2016-11-11 18:20 +0100
csiph-web