Re: The disappearing sys_call_table export.

From: Christoph Hellwig (hch@infradead.org)
Date: Mon May 05 2003 - 08:42:29 EST


> I use the following calls:
>
> sys_mknod
> sys_chown
> sys_umask
> sys_unlink
>
> for creating/deleting /dev entries dynamically on driver
> loading/unloading. It allows me to acquire dynamic major
> number without devfs and external utility of any kind.
> And there is no risk of intersection with statically assigned major
> numbers, as it is for many others third-party sources.

You don't want to tell me you do that for real, do you?
That alone is a very good idea to unexport the syscall table without
exporting those symbols..
-
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/



This archive was generated by hypermail 2b29 : Wed May 07 2003 - 22:00:21 EST