mirror of https://lore.kernel.org/lkml/
 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.2-rc6
Date: Fri, 21 Jun 2019 10:10:42 +0200	[thread overview]
Message-ID: <20190621081042.GA27967@kroah.com> (raw)

The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

  Linux 5.2-rc4 (2019-06-08 20:24:46 -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.2-rc6

for you to fetch changes up to 6f828c55e26769666e0ae56b037f948dc26fe0d4:

  Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus (2019-06-20 13:30:47 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.2-rc6

Here are a number of small driver fixes for 5.2-rc6

Nothing major, just fixes for reported issues:
  - soundwire fixes
  - thunderbolt fixes
  - MAINTAINERS update for fpga maintainer change
  - binder bugfix
  - habanalabs 64bit pointer fix
  - documentation updates

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

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

----------------------------------------------------------------
Alan Tull (1):
      MAINTAINERS: fpga: hand off maintainership to Moritz

Arnd Bergmann (1):
      habanalabs: use u64_to_user_ptr() for reading user pointers

Gavin Schenk (1):
      MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gavin Schenk

Greg Kroah-Hartman (3):
      Merge tag 'soundwire-5.2-rc4' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus
      Merge tag 'thunderbolt-fixes-for-v5.2-rc6' of git://git.kernel.org/.../westeri/thunderbolt into char-misc-linus
      Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus

Mika Westerberg (2):
      thunderbolt: Make sure device runtime resume completes before taking domain lock
      thunderbolt: Implement CIO reset correctly for Titan Ridge

Srinivas Kandagatla (3):
      soundwire: stream: fix out of boundary access on port properties
      soundwire: stream: fix bad unlock balance
      soundwire: intel: set dai min and max channels correctly

Takashi Iwai (1):
      docs: fb: Add TER16x32 to the available font names

Todd Kjos (1):
      binder: fix possible UAF when freeing buffer

Yang Yingliang (1):
      doc: fix documentation about UIO_MEM_LOGICAL using

 Documentation/ABI/testing/sysfs-bus-siox   |  22 ++--
 Documentation/driver-api/uio-howto.rst     |   4 +-
 Documentation/fb/fbcon.txt                 |   2 +-
 MAINTAINERS                                |   3 +-
 drivers/android/binder.c                   |  16 ++-
 drivers/misc/habanalabs/habanalabs_ioctl.c |   2 +-
 drivers/soundwire/intel.c                  |   4 +-
 drivers/soundwire/stream.c                 |   7 +-
 drivers/thunderbolt/icm.c                  | 188 +++++++++++++++++++----------
 drivers/thunderbolt/switch.c               |  45 +++++--
 drivers/thunderbolt/tb.h                   |   7 ++
 11 files changed, 202 insertions(+), 98 deletions(-)

             reply	other threads:[~2019-06-21  8:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21  8:10 Greg KH [this message]
2019-06-21 17:25 ` 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=20190621081042.GA27967@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome