Re: [patch 0/3] TTY flags fetching

2012-10-24 Thread Cyrill Gorcunov
On Wed, Oct 24, 2012 at 11:38:17AM -0700, Greg KH wrote: > On Tue, Oct 16, 2012 at 01:46:22PM +0400, gorcu...@openvz.org wrote: > > Hi guys, I've updated the series on top of current tty-next Greg's tree. > > The series introduces new ioctl codes TIOCGPKT, TIOCGPTLCK, TIOCGEXCL to > > fetch pty's p

Re: [patch 0/3] TTY flags fetching

2012-10-24 Thread Greg KH
On Tue, Oct 16, 2012 at 01:46:22PM +0400, gorcu...@openvz.org wrote: > Hi guys, I've updated the series on top of current tty-next Greg's tree. > The series introduces new ioctl codes TIOCGPKT, TIOCGPTLCK, TIOCGEXCL to > fetch pty's packet mode and locking state, and exclusive mode of it, which > w

[patch 0/3] TTY flags fetching

2012-10-16 Thread gorcunov
Hi guys, I've updated the series on top of current tty-next Greg's tree. The series introduces new ioctl codes TIOCGPKT, TIOCGPTLCK, TIOCGEXCL to fetch pty's packet mode and locking state, and exclusive mode of it, which we really need to know when we do checkpoint-restore transition. Please revie