On Fri, Sep 28, 2012 at 01:10:34AM +0400, Cyrill Gorcunov wrote: > This patch defines new ioctl codes TIOCGPKT, TIOCGPTLCK, > TIOCGEXCL for fetching pty's packet mode and locking state, > and exclusive mode of tty. > > [ No real handlers for the codes though, this will be > addressed in another patch for easier review and > bisectability ] > > Signed-off-by: Cyrill Gorcunov <[email protected]> > CC: Alan Cox <[email protected]> > CC: "H. Peter Anvin" <[email protected]> > CC: Pavel Emelyanov <[email protected]> > CC: Jiri Slaby <[email protected]> > --- > arch/alpha/include/asm/ioctls.h | 3 +++ > arch/mips/include/asm/ioctls.h | 3 +++ > arch/parisc/include/asm/ioctls.h | 3 +++ > arch/powerpc/include/asm/ioctls.h | 3 +++ > arch/sh/include/asm/ioctls.h | 3 +++ > arch/sparc/include/asm/ioctls.h | 3 +++ > arch/xtensa/include/asm/ioctls.h | 3 +++ > fs/compat_ioctl.c | 3 +++ > include/asm-generic/ioctls.h | 3 +++ > 9 files changed, 27 insertions(+)
Most of these files are no longer in the tree. Can you redo this against the latest linux-next release and resend the whole series? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

