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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181130160623.GA3143@kroah.com>
Date:   Fri, 30 Nov 2018 17:06:23 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.20-rc5

The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -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.20-rc5

for you to fetch changes up to 6484a677294aa5d08c0210f2f387ebb9be646115:

  misc: mic/scif: fix copy-paste error in scif_create_remote_lookup (2018-11-27 09:00:38 +0100)

----------------------------------------------------------------
Char/Misc fixes for 4.20-rc5

Here are a few small char/misc driver fixes for 4.20-rc5 that resolve a
number of reported issues.

The "largest" here is the thunderbolt patch, which resolves an issue
with NVM upgrade, the smallest being some fsi driver fixes.  There's
also a hyperv bugfix, and the usual binder bugfixes.

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

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

----------------------------------------------------------------
Arnd Bergmann (1):
      fsi: master-ast-cf: select GENERIC_ALLOCATOR

Brajeswar Ghosh (1):
      fsi: fsi-scom.c: Remove duplicate header

Dexuan Cui (1):
      Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()

Greg Kroah-Hartman (1):
      Merge tag 'fsi-updates-2018-11-26' of git://git.kernel.org/.../benh/linux-fsi char-misc-linus

Mika Westerberg (1):
      thunderbolt: Prevent root port runtime suspend during NVM upgrade

Todd Kjos (1):
      binder: fix race that allows malicious free of live buffer

YueHaibing (1):
      misc: mic/scif: fix copy-paste error in scif_create_remote_lookup

 drivers/android/binder.c         | 21 ++++++++++++---------
 drivers/android/binder_alloc.c   | 16 ++++++----------
 drivers/android/binder_alloc.h   |  3 +--
 drivers/fsi/Kconfig              |  1 +
 drivers/fsi/fsi-scom.c           |  1 -
 drivers/hv/channel.c             |  8 ++++++++
 drivers/misc/mic/scif/scif_rma.c |  2 +-
 drivers/thunderbolt/switch.c     | 40 ++++++++++++++++++++++++++++++++++++++--
 8 files changed, 67 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ