Has anyone tried submitting a patch to add an afs_syscall_register hook, much like the existing nfsd hooks?
I've wanted to try to implement this, but something else always comes up. The ppc64 and s390 architecture maintainers might have some ability to get a kernel patch like this in... On Fri, Aug 19, 2005 at 09:15:09AM -0400, chas williams - CONTRACTOR wrote: > In message <[EMAIL PROTECTED]>,Der > rick J Brashear writes: > >It doesn't find and patch your sys call table? You have a weird > >architecture? > > for some architectures this isnt going to work. for instance the > ia64 has a readonly syscall table. when it attempts to patch the > syscall table you get a panic. i keep forgetting to send a "patch" > for this (it just disable patching the syscall table if you are ia64). > > from arch/ia64/kernel/entry.S: > .rodata > .align 8 > .globl sys_call_table > sys_call_table: > data8 sys_ni_syscall // This must be sys_ni_syscall! See > ivt.S. > data8 sys_exit // 1025 > data8 sys_read > data8 sys_write > data8 sys_open > > i doubt we can convince the lkml to make the syscall table writeable. > _______________________________________________ > OpenAFS-devel mailing list > [email protected] > https://lists.openafs.org/mailman/listinfo/openafs-devel -- -------------------------------------------------------------------------- Troy Benjegerdes 'da hozer' [EMAIL PROTECTED] Somone asked me why I work on this free (http://www.fsf.org/philosophy/) software stuff and not get a real job. Charles Shultz had the best answer: "Why do musicians compose symphonies and poets write poems? They do it because life wouldn't have any meaning for them if they didn't. That's why I draw cartoons. It's my life." -- Charles Shultz _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
