From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Jiri Slaby <jslaby@suse.cz>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] TTY/Serial fixes for 4.13-rc2
Date: Sat, 22 Jul 2017 11:54:49 +0200 [thread overview]
Message-ID: <20170722095449.GA5821@kroah.com> (raw)
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.13-rc2
for you to fetch changes up to c6325179238f1d4683edbec53d8322575d76d7e2:
tty: Fix TIOCGPTPEER ioctl definition (2017-07-17 17:04:41 +0200)
----------------------------------------------------------------
TTY/Serial fixes for 4.13-rc2
Here are some small tty and serial driver fixes for 4.13-rc2. Nothing
huge at all, a revert of a patch that turned out to break things, a fix
up for a new tty ioctl we added in 4.13-rc1 to get the uapi definition
correct, and a few minor serial driver fixes for reported issues.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (1):
tty: hide unused pty_get_peer function
Dan Carpenter (2):
serial: st-asc: Potential error pointer dereference
serial: sh-sci: Uninitialized variables in sysfs files
Fabio Estevam (1):
tty: serial: lpuart: Fix the logic for detecting the 32-bit type UART
Gleb Fotengauer-Malinovskiy (1):
tty: Fix TIOCGPTPEER ioctl definition
Greg Kroah-Hartman (1):
Revert "serial: imx-serial - move DMA buffer configuration to DT"
Ian Jamison (1):
serial: imx: Prevent TX buffer PIO write when a DMA has been started
.../devicetree/bindings/serial/fsl-imx-uart.txt | 2 -
arch/alpha/include/uapi/asm/ioctls.h | 2 +-
arch/mips/include/uapi/asm/ioctls.h | 2 +-
arch/parisc/include/uapi/asm/ioctls.h | 2 +-
arch/powerpc/include/uapi/asm/ioctls.h | 2 +-
arch/sh/include/uapi/asm/ioctls.h | 2 +-
arch/sparc/include/uapi/asm/ioctls.h | 2 +-
arch/xtensa/include/uapi/asm/ioctls.h | 2 +-
drivers/tty/pty.c | 85 +++++++++++-----------
drivers/tty/serial/fsl_lpuart.c | 24 +++---
drivers/tty/serial/imx.c | 27 +++----
drivers/tty/serial/sh-sci.c | 12 ++-
drivers/tty/serial/st-asc.c | 1 +
include/uapi/asm-generic/ioctls.h | 2 +-
14 files changed, 83 insertions(+), 84 deletions(-)
reply other threads:[~2017-07-22 9:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170722095449.GA5821@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/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.