lkml.org 
[lkml]   [2019]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] Char/Misc driver fixes for 5.1-rc3
The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.1-rc3

for you to fetch changes up to 0532a1b0d045115521a93acf28f1270df89ad806:

virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x (2019-03-28 01:55:18 +0900)

----------------------------------------------------------------
Char/Misc driver fixes for 5.1-rc3

Here are some binder, habanalabs, and vboxguest driver fixes for
5.1-rc3.

The Binder fixes resolve some reported issues found by testing, first by
the selinux developers, and then earlier today by syzbot.

The habanalabs fixes are all minor, resolving a number of tiny things.

The vboxguest patches are a bit larger. They resolve the fact that
virtual box decided to change their api in their latest release in a way
that broke the existing kernel code, despite saying that they were never
going to do that. So this is a bit of a "new feature", but is good to
get merged so that 5.1 will work with the latest release. The changes
are not large and of course virtual box "swears" they will not break
this again, but no one is holding their breath here.

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Greg Kroah-Hartman (1):
Merge tag 'misc-habanalabs-fixes-2019-03-26' of git://people.freedesktop.org/~gabbayo/linux into char-misc-next:

Hans de Goede (1):
virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.x

Oded Gabbay (3):
habanalabs: perform accounting for active CS
habanalabs: prevent host crash during suspend/resume
habanalabs: cast to expected type

Omer Shpigelman (4):
habanalabs: fix MMU number of pages calculation
habanalabs: fix bug when mapping very large memory area
habanalabs: complete user context cleanup before hard reset
habanalabs: fix mapping with page size bigger than 4KB

Todd Kjos (2):
binder: fix BUG_ON found by selinux-testsuite
binder: fix race between munmap() and direct reclaim

drivers/android/binder.c | 3 +-
drivers/android/binder_alloc.c | 18 ++---
drivers/misc/habanalabs/command_submission.c | 6 ++
drivers/misc/habanalabs/debugfs.c | 7 +-
drivers/misc/habanalabs/device.c | 71 ++++++++++++++++--
drivers/misc/habanalabs/goya/goya.c | 65 +---------------
drivers/misc/habanalabs/habanalabs.h | 21 +++---
drivers/misc/habanalabs/hw_queue.c | 5 +-
drivers/misc/habanalabs/memory.c | 38 +++++-----
drivers/misc/habanalabs/mmu.c | 6 +-
drivers/virt/vboxguest/vboxguest_core.c | 106 ++++++++++++++++++---------
drivers/virt/vboxguest/vboxguest_core.h | 15 ++--
drivers/virt/vboxguest/vboxguest_linux.c | 26 ++++++-
drivers/virt/vboxguest/vboxguest_utils.c | 32 ++++----
drivers/virt/vboxguest/vboxguest_version.h | 9 +--
drivers/virt/vboxguest/vmmdev.h | 8 +-
include/linux/vbox_utils.h | 12 +--
include/uapi/linux/vbox_vmmdev_types.h | 60 +++++++++++++++
18 files changed, 324 insertions(+), 184 deletions(-)

\
 
 \ /
  Last update: 2019-03-29 22:51    [W:0.047 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site