All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 5.1-rc3
Date: Fri, 29 Mar 2019 20:39:26 +0100	[thread overview]
Message-ID: <20190329193926.GA11564@kroah.com> (raw)

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

             reply	other threads:[~2019-03-29 19:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-29 19:39 Greg KH [this message]
2019-03-29 22:15 ` [GIT PULL] Char/Misc driver fixes for 5.1-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190329193926.GA11564@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.