From: Alan C. <al...@lx...> - 2009-06-02 18:52:11
|
> ie the fact that the TTY layer does user-mode copies while holding some > tty lock. So now the tty layer introduces that chain from some random lock > to the mmap_sem. Its basically holding the termios lock to copy from the struct termios to user space which means its trivial to do copy to a stack buffer first. I can fix that pretty easily if you want. Alan |