I haven't seen any security warnings against using a 386 for multiple
users. Should there be one?
Perhaps it would be possible to construct a patch which does this on a 386:
- Implement read-write semaphores.
- access_ok() grabs the mm semaphore, read-only, and sets a flag.
- On exit from system call, if the flag is set it is cleared,
and the mm read-only semaphore is released.
- The page fault handler uses the read-only semaphore, otherwise
deadlock.
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/