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]
Date:   Sat, 12 Oct 2019 18:16:59 +0200
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 5.4-rc3

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.4-rc3

for you to fetch changes up to 442f1e746e8187b9deb1590176f6b0ff19686b11:

  firmware: google: increment VPD key_len properly (2019-10-11 08:41:34 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 5.4-rc3.

Here are some small char/misc driver fixes for 5.4-rc3.

Nothing huge here.  Some binder driver fixes (although it is still being
discussed if these all fix the reported issues or not, so more might be
coming later), some mei device ids and fixes, and a google firmware
driver bugfix that fixes a regression, as well as some other tiny fixes.

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

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: avoid FW version request on Ibex Peak and earlier

Brian Norris (1):
      firmware: google: increment VPD key_len properly

Christian Brauner (1):
      binder: prevent UAF read in print_binder_transaction_log_entry()

Joel Fernandes (Google) (1):
      binder: Fix comment headers on binder_alloc_prepare_to_free()

Navid Emamdoost (2):
      misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach
      virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr

Tomas Winkler (1):
      mei: me: add comet point (lake) LP device ids

YueHaibing (1):
      w1: ds250x: Fix build error without CRC16

 drivers/android/binder.c                 |  4 +++-
 drivers/android/binder_alloc.c           |  2 +-
 drivers/android/binder_internal.h        |  2 +-
 drivers/firmware/google/vpd_decode.c     |  2 +-
 drivers/misc/fastrpc.c                   |  1 +
 drivers/misc/mei/bus-fixup.c             | 14 +++++++++++---
 drivers/misc/mei/hw-me-regs.h            |  3 +++
 drivers/misc/mei/hw-me.c                 | 21 ++++++++++++++++++---
 drivers/misc/mei/hw-me.h                 |  8 ++++++--
 drivers/misc/mei/mei_dev.h               |  4 ++++
 drivers/misc/mei/pci-me.c                | 13 ++++++++-----
 drivers/virt/vboxguest/vboxguest_utils.c |  3 ++-
 drivers/w1/slaves/Kconfig                |  1 +
 13 files changed, 60 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ