linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 4.18-rc5
@ 2018-07-11 10:57 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2018-07-11 10:57 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Arnd Bergmann; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-11 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11 10:57 [GIT PULL] Char/Misc driver fixes for 4.18-rc5 Greg KH

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