David Woodhouse <[EMAIL PROTECTED]> wrote:
> >  How does handle_unload_preparation() get invoked? And does
> > lock_kernel() suppress syscall access? 
> 
> Do it with personalities. Only a binary with the Win32 personality can make 
> a Win32 syscall. The module load/unload issues have already been fixed for 
> you.

The thought has occurred... I suppose I need to extend the exec_domain
structure to include a Win32 syscall handler, and I suppose I'll need a stub
to transfer the Linux syscall into the handler.

David Howells
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to