The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -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.10-rc4

for you to fetch changes up to c8a6a09c1c617402cc9254b2bc8da359a0347d75:

  vme: Fix wrong pointer utilization in ca91cx42_slave_get (2017-01-11 10:42:16 
+0100)

----------------------------------------------------------------
char/misc driver fixes for 4.10-rc4

Here are some small char/misc driver fixes for 4.10-rc4 that resolve
some reported issues.  The MEI driver issue resolves a lot of problems
that people have been having, as does the mem driver fix.  The other
minor fixes resolve other reported issues.

All of these have been in linux-next for a while.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: bus: enable OS version only for SPT and newer

Augusto Mecking Caringi (1):
      vme: Fix wrong pointer utilization in ca91cx42_slave_get

Colin Ian King (1):
      ppdev: don't print a free'd string

Pan Bian (1):
      extcon: return error code on failure

Randy Dunlap (1):
      auxdisplay: fix new ht16k33 build errors

Robin Murphy (1):
      drivers: char: mem: Fix thinkos in kmem address checks

 drivers/auxdisplay/Kconfig         |  6 +++---
 drivers/char/mem.c                 | 10 ++++------
 drivers/char/ppdev.c               | 13 ++++++++-----
 drivers/extcon/extcon.c            |  2 +-
 drivers/misc/mei/bus-fixup.c       |  3 +++
 drivers/misc/mei/debugfs.c         |  2 ++
 drivers/misc/mei/hbm.c             |  4 ++++
 drivers/misc/mei/hw.h              |  6 ++++++
 drivers/misc/mei/mei_dev.h         |  2 ++
 drivers/vme/bridges/vme_ca91cx42.c |  2 +-
 10 files changed, 34 insertions(+), 16 deletions(-)

Reply via email to