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 <[email protected]>

----------------------------------------------------------------
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 via email to