Re: implementing a syscall in a module

David S. Miller (davem@dm.cobaltmicro.com)
Sun, 19 Apr 1998 10:02:08 -0700


From: amu@MIT.EDU (Aaron M. Ucko)
Date: 19 Apr 1998 12:53:08 -0400

I believe the AFS module (libafs.o) directly bangs on
sys_call_table (defined in arch/*/kernel/entry.S) on most Linux
architectures.

Very bad, because the format of it is undefined and different on some
architectures (some for example need to include the number of
arguments in each entry in the table, such as the MIPS).

Later,
David S. Miller
davem@dm.cobaltmicro.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu