As of 2.5.40bk it is now also not exported, which is a good thing.
> Until now, loadable modules have been able to just overwrite
> the non implemented point in the sys_call_table when they load
> and putting it back when they unload. There is no mechanism
> for registering system calls.
That's a racy, easily breakable thing to do. Don't do it.
> What is the kernel.org take on this?
It is a good thing that the sys_call_table is now not exported.
thanks,
greg k-h
-
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/