linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] tty: add TIOCGPTPEER ioctl
@ 2017-06-02  8:48 Aleksa Sarai
  2017-06-02  8:48 ` [PATCH v2 1/1] " Aleksa Sarai
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksa Sarai @ 2017-06-02  8:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Arnd Bergmann
  Cc: linux-kernel, linux-alpha, linux-mips, linux-parisc, linuxppc-dev,
	linux-sh, sparclinux, linux-xtensa, linux-arch, Aleksa Sarai

Changes in v2:

  * Reordered addition to ioctls.h to follow correct hex ordering.

Aleksa Sarai (1):
  tty: add TIOCGPTPEER ioctl

 arch/alpha/include/uapi/asm/ioctls.h   |  1 +
 arch/mips/include/uapi/asm/ioctls.h    |  1 +
 arch/parisc/include/uapi/asm/ioctls.h  |  1 +
 arch/powerpc/include/uapi/asm/ioctls.h |  1 +
 arch/sh/include/uapi/asm/ioctls.h      |  1 +
 arch/sparc/include/uapi/asm/ioctls.h   |  3 +-
 arch/xtensa/include/uapi/asm/ioctls.h  |  1 +
 drivers/tty/pty.c                      | 71 ++++++++++++++++++++++++++++++++--
 include/uapi/asm-generic/ioctls.h      |  1 +
 9 files changed, 76 insertions(+), 5 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-02 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02  8:48 [PATCH v2 0/1] tty: add TIOCGPTPEER ioctl Aleksa Sarai
2017-06-02  8:48 ` [PATCH v2 1/1] " Aleksa Sarai
2017-06-02 10:04   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).