[GIT PULL] Char/Misc driver fixes for 4.17-rc8

From: Greg KH
Date: Sat Jun 02 2018 - 08:38:12 EST


The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:

Linux v4.17-rc3 (2018-04-29 14:17:42 -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.17-rc8

for you to fetch changes up to 806e30873f0e74d9d41b0ef761bd4d3e55c7d510:

hwtracing: stm: fix build error on some arches (2018-05-26 08:49:24 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.17-rc8

Here are 4 small bugfixes for some char/misc drivers. Well, really 3
fixes and one fix for one of those fixes due to problems found by 0-day.

This resolves some reported issues with the hwtracing drivers, and a
reported regression for the thunderbolt subsystem. All of these have
been in linux-next for a while now with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alexander Shishkin (2):
stm class: Use vmalloc for the master map
intel_th: Use correct device when freeing buffers

Greg Kroah-Hartman (1):
hwtracing: stm: fix build error on some arches

Mika Westerberg (1):
thunderbolt: Handle NULL boot ACL entries properly

drivers/hwtracing/intel_th/msu.c | 6 +++---
drivers/hwtracing/stm/core.c | 7 ++++---
drivers/thunderbolt/icm.c | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)