public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.15-rc6
Date: Sun, 31 Dec 2017 12:48:06 +0100	[thread overview]
Message-ID: <20171231114806.GA28629@kroah.com> (raw)

The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36:

  Linux 4.15-rc3 (2017-12-10 17:56:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.15-rc6

for you to fetch changes up to 8a42d3fc9dfccbf601c5f58f46dc3cdbc1a4b923:

  nvmem: meson-mx-efuse: fix reading from an offset other than 0 (2017-12-23 16:46:23 +0100)

----------------------------------------------------------------
Char/Misc fixes for 4.15-rc6

Here are six small fixes of some of the char/misc drivers that have been
sent in to resolve reported issues.

Nothing major, a binder use-after-free fix, some thunderbolt bugfixes, a
hyper-v bugfix, and an nvmem driver fix.  All of these have been in
linux-next with no reported issues for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Andy Shevchenko (1):
      thunderbolt: Make pathname to force_power shorter

Dexuan Cui (1):
      vmbus: unregister device_obj->channels_kset

Martin Blumenstingl (1):
      nvmem: meson-mx-efuse: fix reading from an offset other than 0

Mika Westerberg (2):
      MAINTAINERS: Add thunderbolt.rst to the Thunderbolt driver entry
      thunderbolt: Mask ring interrupt properly when polling starts

Todd Kjos (1):
      binder: fix proc->files use-after-free

 Documentation/admin-guide/thunderbolt.rst |  2 +-
 MAINTAINERS                               |  1 +
 drivers/android/binder.c                  | 44 ++++++++++++++++++++++---------
 drivers/hv/vmbus_drv.c                    |  2 ++
 drivers/nvmem/meson-mx-efuse.c            |  4 +--
 drivers/thunderbolt/nhi.c                 |  2 +-
 6 files changed, 38 insertions(+), 17 deletions(-)

                 reply	other threads:[~2017-12-31 11:48 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=20171231114806.GA28629@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