linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 5.1-rc3
@ 2019-03-29 19:39 Greg KH
  2019-03-29 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-03-29 19:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Char/Misc driver fixes for 5.1-rc3
  2019-03-29 19:39 [GIT PULL] Char/Misc driver fixes for 5.1-rc3 Greg KH
@ 2019-03-29 22:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-29 22:15 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

The pull request you sent on Fri, 29 Mar 2019 20:39:26 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f51092301a42105c5cfcb96033e8734aa1bf160

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-29 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 19:39 [GIT PULL] Char/Misc driver fixes for 5.1-rc3 Greg KH
2019-03-29 22:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).