[GIT PULL] Char/Misc driver fixes for 4.9-rc5
From: Greg KH
Date: Sun Nov 13 2016 - 05:16:54 EST
The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:
Linux 4.9-rc3 (2016-10-29 13:52:02 -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.9-rc5
for you to fetch changes up to b13d14339baaaa720e7e5448855f33ba501917aa:
ppdev: fix double-free of pp->pdev->name (2016-11-10 15:24:02 +0100)
----------------------------------------------------------------
char/misc fixes for 4.9-rc5
Here are three small driver fixes for some reported issues for 4.9-rc5.
One for the hyper-v subsystem, fixing up a naming issue that showed up
in 4.9-rc1, one mei driver fix, and one fix for parallel ports,
resolving a reported regression.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Alexander Usyskin (1):
mei: bus: fix received data size check in NFC fixup
Jann Horn (1):
ppdev: fix double-free of pp->pdev->name
Stephen Hemminger (1):
vmbus: make sysfs names consistent with PCI
drivers/char/ppdev.c | 3 ---
drivers/hv/vmbus_drv.c | 2 +-
drivers/misc/mei/bus-fixup.c | 2 +-
drivers/nfc/mei_phy.c | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)