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.0-rc4
Date: Fri, 25 Jan 2019 13:23:19 +0100	[thread overview]
Message-ID: <20190125122319.GA7685@kroah.com> (raw)

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.0-rc4

for you to fetch changes up to 52768f324241b2d9624d32787cff63ec3e0e420a:

  i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()' (2019-01-22 13:56:37 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.0-rc4

Here are some small char and misc driver fixes to resolve some reported
issues, as well as a number of binderfs fixups that were found after
auditing the filesystem code by Al Viro.  As binderfs hasn't been in a
previous release yet, it's good to get these in now before the first
users show up.

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

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: me: mark LBG devices as having dma support

Anders Roxell (1):
      misc: pvpanic: fix warning implicit declaration

Christian Brauner (15):
      binderfs: remove wrong kern_mount() call
      binderfs: make each binderfs mount a new instance
      binderfs: implement "max" mount option
      binderfs: rename header to binderfs.h
      binderfs: reserve devices for initial mount
      binderfs: handle !CONFIG_IPC_NS builds
      binderfs: use correct include guards in header
      binderfs: use __u32 for device numbers
      binderfs: remove outdated comment
      binderfs: prevent renaming the control dentry
      binderfs: rework binderfs_fill_super()
      binderfs: rework binderfs_binder_device_create()
      binderfs: kill_litter_super() before cleanup
      binderfs: drop lock in binderfs_binder_ctl_create
      binderfs: switch from d_add() to d_instantiate()

Christophe JAILLET (1):
      i3c: master: Fix an error checking typo in 'cdns_i3c_master_probe()'

Dexuan Cui (2):
      Drivers: hv: vmbus: Check for ring when getting debug info
      vmbus: fix subchannel removal

Greg Kroah-Hartman (1):
      Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/.../hyperv/linux into char-misc-linus

Gustavo A. R. Silva (2):
      misc: ibmvsm: Fix potential NULL pointer dereference
      char/mwave: fix potential Spectre v1 vulnerability

Tomas Winkler (2):
      mei: dma: silent the reject message
      mei: me: add denverton innovation engine device IDs

Vitaly Kuznetsov (1):
      hv_balloon: avoid touching uninitialized struct page during tail onlining

Wei Yongjun (1):
      binderfs: fix error return code in binderfs_fill_super()

 drivers/android/binderfs.c                         | 282 +++++++++++----------
 drivers/char/mwave/mwavedd.c                       |   7 +
 drivers/hv/channel.c                               |   9 +-
 drivers/hv/hv_balloon.c                            |  10 +-
 drivers/hv/ring_buffer.c                           |  31 ++-
 drivers/hv/vmbus_drv.c                             |  91 ++++---
 drivers/i3c/master/i3c-master-cdns.c               |   4 +-
 drivers/misc/ibmvmc.c                              |   7 +-
 drivers/misc/mei/hbm.c                             |  12 +-
 drivers/misc/mei/hw-me-regs.h                      |   2 +
 drivers/misc/mei/pci-me.c                          |   4 +-
 drivers/misc/pvpanic.c                             |   4 +
 include/linux/hyperv.h                             |   5 +-
 .../linux/android/{binder_ctl.h => binderfs.h}     |  10 +-
 14 files changed, 274 insertions(+), 204 deletions(-)
 rename include/uapi/linux/android/{binder_ctl.h => binderfs.h} (83%)

             reply	other threads:[~2019-01-25 12:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-25 12:23 Greg KH [this message]
2019-01-25 23:20 ` [GIT PULL] Char/Misc driver fixes for 5.0-rc4 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=20190125122319.GA7685@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.