tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem with syscall_disestablish() - PR kern/50430



On Tue, Nov 17, 2015 at 05:48:17PM +1100, matthew green wrote:
> it also slows down normal operation adding branches and data access
> to the call path of every system call.  and bloats struct lwp and
> more.

At least all operations on the syscall pathes need to be #ifdef MODULAR.

How about just disabling all unloading for modules that ever used
syscall_establish() instead?

Martin


Home | Main Index | Thread Index | Old Index