Re: Size of pointers in sys_call_table?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 28 Aug 2001 17:17:24 +0100 (BST)


> The layout of the sys_call_table is totally architecture dependant. The
> question to ask here is why do you need to use it? Modifying it to hook
> into syscalls is frowned upon.

And potentially unsafe (think about caching, and non atomic writes on
some platforms)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/