All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: linux-kernel@vger.kernel.org, alan@lxorguk.ukuu.org.uk,
	hpa@zytor.com, xemul@parallels.com, jslaby@suse.cz
Subject: Re: [patch 2/3] tty, ioctls -- Add new ioctl definitions for tty flags fetching
Date: Wed, 24 Oct 2012 11:28:16 -0700	[thread overview]
Message-ID: <20121024182816.GA2642@kroah.com> (raw)
In-Reply-To: <20120927211121.732319261@openvz.org>

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 <gorcunov@openvz.org>
> CC: Alan Cox <alan@lxorguk.ukuu.org.uk>
> CC: "H. Peter Anvin" <hpa@zytor.com>
> CC: Pavel Emelyanov <xemul@parallels.com>
> CC: Jiri Slaby <jslaby@suse.cz>
> ---
>  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

  reply	other threads:[~2012-10-24 18:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-27 21:10 [patch 0/3] ttys flags, updated Cyrill Gorcunov
2012-09-27 21:10 ` [patch 1/3] tty: pty - Move TIOCPKT handling into pty.c Cyrill Gorcunov
2012-10-16  8:33   ` Cyrill Gorcunov
2012-10-16  8:58     ` Alan Cox
2012-10-16  8:57       ` Cyrill Gorcunov
2012-10-24 18:27   ` Greg KH
2012-09-27 21:10 ` [patch 2/3] tty, ioctls -- Add new ioctl definitions for tty flags fetching Cyrill Gorcunov
2012-10-24 18:28   ` Greg KH [this message]
2012-10-24 18:35     ` Cyrill Gorcunov
2012-09-27 21:10 ` [patch 3/3] tty: Add get- ioctls to fetch tty status v3 Cyrill Gorcunov
  -- strict thread matches above, loose matches on Subject: below --
2012-10-16  9:46 [patch 0/3] TTY flags fetching gorcunov
2012-10-16  9:46 ` [patch 2/3] tty, ioctls -- Add new ioctl definitions for tty " gorcunov
2012-10-24 19:43 [PATCH 0/3] TTY -- Add get- ioctls to fetch tty status v3 Cyrill Gorcunov
2012-10-24 19:43 ` [PATCH 2/3] tty, ioctls -- Add new ioctl definitions for tty flags fetching Cyrill Gorcunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121024182816.GA2642@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=gorcunov@openvz.org \
    --cc=hpa@zytor.com \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xemul@parallels.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.