lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 11 Jul 2018 12:57:22 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.18-rc5

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@...uxfoundation.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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ