From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.14-rc4
Date: Tue, 3 Oct 2017 14:19:47 +0200 [thread overview]
Message-ID: <20171003121947.GA25812@kroah.com> (raw)
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.14-rc4
for you to fetch changes up to 549e658a0919e355a2b2144dc380b3729bef7f3e:
Drivers: hv: fcopy: restore correct transfer length (2017-09-22 10:29:54 +0200)
----------------------------------------------------------------
Char/Misc fixes for 4.14-rc4
Here are a handful of char/misc driver fixes for 4.14-rc4.
Nothing major, some binder fixups, hyperv fixes, and other tiny things.
All of these have been sitting in my tree for way too long, sorry for
the delay in getting them to you. All have been in linux-next for a few
weeks, and despite some people's feeling about if linux-next actually
tests things, I think it's a good "soak test" for patches.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexander Shishkin (3):
stm class: Fix a use-after-free
intel_th: pci: Add Cedar Fork PCH support
intel_th: pci: Add Lewisburg PCH support
Arnd Bergmann (1):
android: binder: fix type mismatch warning
Dexuan Cui (1):
vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
Guy Shapiro (1):
nvmem: core: return EFBIG on out-of-range write
Masahiro Yamada (1):
nvmem: add missing of_node_put() in of_nvmem_cell_get()
Olaf Hering (1):
Drivers: hv: fcopy: restore correct transfer length
Willy Tarreau (1):
auxdisplay: charlcd: properly restore atomic counter on error path
Xu YiPing (2):
binder: fix an ret value override
binder: fix memory corruption in binder_transaction binder
drivers/android/binder.c | 8 ++++----
drivers/auxdisplay/charlcd.c | 11 +++++++++--
drivers/auxdisplay/panel.c | 11 +++++++++--
drivers/hv/channel_mgmt.c | 4 ----
drivers/hv/hv_fcopy.c | 4 ++++
drivers/hwtracing/intel_th/pci.c | 10 ++++++++++
drivers/hwtracing/stm/core.c | 2 +-
drivers/nvmem/core.c | 3 ++-
8 files changed, 39 insertions(+), 14 deletions(-)
reply other threads:[~2017-10-03 12:19 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=20171003121947.GA25812@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.org \
--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.