public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.18-rc5
Date: Wed, 11 Jul 2018 12:57:22 +0200	[thread overview]
Message-ID: <20180711105722.GA18131@kroah.com> (raw)

The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.18-rc5

for you to fetch changes up to 87ed1405ef09d29a14df43295f7b6a93b63bfe6e:

  nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us (2018-07-07 17:30:25 +0200)

----------------------------------------------------------------
Char/Misc fixes for 4.18-rc5

Here are a few char/misc driver fixes for 4.18-rc5.

The "largest" stuff here is fixes for the UIO changes in 4.18-rc1 that
caused breakages for some people.  Thanks to Xiubo Li for fixing them
quickly.  Other than that, minor fixes for thunderbolt, vmw_balloon,
nvmem, mei, ibmasm, and mei drivers.  There's also a MAINTAINERS update
where Rafael is offering to help out with reviewing driver core patches.

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

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: discard messages from not connected client during power down.

Christophe Jaillet (1):
      fpga: altera-cvp: Fix an error handling path in 'altera_cvp_probe()'

Douglas Anderson (1):
      nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us

Jann Horn (1):
      ibmasm: don't write out of bounds in read handler

Mika Westerberg (1):
      thunderbolt: Notify userspace when boot_acl is changed

Nadav Amit (1):
      vmw_balloon: fix inflation with batching

Rafael J. Wysocki (1):
      MAINTAINERS: Add myself as driver core changes reviewer

Xiubo Li (3):
      uio: use request_threaded_irq instead
      uio: change to use the mutex lock instead of the spin lock
      uio: fix crash after the device is unregistered

 MAINTAINERS                    |   1 +
 drivers/fpga/altera-cvp.c      |   6 +-
 drivers/misc/ibmasm/ibmasmfs.c |  27 +-------
 drivers/misc/mei/interrupt.c   |   5 +-
 drivers/misc/vmw_balloon.c     |   4 +-
 drivers/nvmem/core.c           |   4 ++
 drivers/thunderbolt/domain.c   |   4 ++
 drivers/uio/uio.c              | 139 ++++++++++++++++++++++++++++++-----------
 include/linux/uio_driver.h     |   2 +-
 9 files changed, 126 insertions(+), 66 deletions(-)

                 reply	other threads:[~2018-07-11 10:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180711105722.GA18131@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