> Note that the sys_indirect system call takes an additional parameter whichCan you talk more about how you imagined syslets working with sys_indirect()? I threw something together to test most of the machinery around the actual argument passing. It just added the syslet arguments to the union: http://lkml.org/lkml/2007/12/6/338 http://lkml.org/lkml/2007/12/6/339 This obviously doesn't work because it's a perfectly reasonable thing to want to provide the file_flags to some call as well as the syslet args to perform that call in a syslet. Then it butchers sys_indirect() itself: http://lkml.org/lkml/2007/12/6/340 The syslet machinery wants to run some code before and after the system call itself when the syslet arguments are provided. It can also call almost every single system call, white-listing in sys_indirect() is probably not the answer here. I could throw together some ideas, of course, but thought I'd see if you guys already had a design in mind that I could pursue. - z --
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Jeff Garzik | Re: fallocate-implementation-on-i86-x86_64-and-powerpc.patch |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Natalie Protasevich | [BUG] New Kernel Bugs |
