Subject: device driver causing fork & exec
To: None <tech-kern@netbsd.org>
From: Eric Fischer <eric@fudge.uchicago.edu>
List: tech-kern
Date: 11/13/1998 10:39:24
Is it safe for the read() routine of a device driver to cause the
process doing the reading to spontaneously fork and exec?  Is it
sane?  I'm trying to get back into user space somehow without
requiring the reading process to know that anything special needs
to be done.  (I guess I would also be reparenting the new process
to init, so that the reader doesn't have to worry about zombies.)

eric