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-rc5
Date: Sun, 15 Oct 2017 13:16:15 +0200 [thread overview]
Message-ID: <20171015111615.GA8735@kroah.com> (raw)
The following changes since commit d81fa669e3de7eb8a631d7d95dac5fbcb2bf9d4e:
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq (2017-10-03 10:44:03 -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-rc5
for you to fetch changes up to 512cf465ee01eb23936a9e6ed0b6414eccb00853:
binder: fix use-after-free in binder_transaction() (2017-10-04 11:25:10 +0200)
----------------------------------------------------------------
Char/Misc driver fixes for 4.14-rc5
Here are 4 patches to resolve some char/misc driver issues found these
past weeks.
One of them is a mei bugfix and another is a new mei device id. There
is also a hyper-v fix for a reported issue, and a binder issue fix for a
problem reported by a few people.
All of these have been in my tree for a while, I don't know if
linux-next is really testing much this month. But 0-day is happy with
them :)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexander Usyskin (1):
mei: always use domain runtime pm callbacks.
K. Y. Srinivasan (1):
Drivers: hv: vmbus: Fix bugs in rescind handling
Todd Kjos (1):
binder: fix use-after-free in binder_transaction()
Tomas Winkler (1):
mei: me: add gemini lake devices id
drivers/android/binder.c | 93 ++++++++++++++++++++++++++++++-------------
drivers/hv/channel.c | 6 +--
drivers/hv/channel_mgmt.c | 37 +++++++++--------
drivers/hv/vmbus_drv.c | 3 +-
drivers/misc/mei/hw-me-regs.h | 2 +
drivers/misc/mei/pci-me.c | 23 ++++++-----
drivers/misc/mei/pci-txe.c | 30 +++++---------
include/linux/hyperv.h | 2 +-
8 files changed, 115 insertions(+), 81 deletions(-)
reply other threads:[~2017-10-15 11:16 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=20171015111615.GA8735@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome