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:   Fri, 8 Feb 2019 09:39:21 +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 5.0-rc6

The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.0-rc6

for you to fetch changes up to 4bf13fdbc3567e571c20b415e4df70f564d54067:

  mic: vop: Fix crash on remove (2019-02-01 15:53:54 +0100)

----------------------------------------------------------------
Char/Misc fixes for 5.0-rc6

Here are some small char and misc driver fixes for 5.0-rc6.

Nothing huge here, some more binderfs fixups found as people use it, and
there is a "large" selftest added to validate the binderfs code, which
makes up the majority of this pull request.

There's also some small mei and mic fixes to resolve some reported
issues.

All of these have been in linux-next for over a week with no reported
issues.

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

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: free read cb on ctrl_wr list flush

Christian Brauner (4):
      selftests: add binderfs selftests
      binder: fix CONFIG_ANDROID_BINDER_DEVICES
      binderfs: respect limit on binder control creation
      binderfs: remove separate device_initcall()

Nicolas Saenz Julienne (1):
      fpga: stratix10-soc: fix wrong of_node_put() in init function

Tomas Winkler (2):
      mei: me: add ice lake point device id.
      samples: mei: use /dev/mei0 instead of /dev/mei

Vincent Whitchurch (3):
      mic: vop: Fix broken virtqueues
      mic: vop: Fix use-after-free on remove
      mic: vop: Fix crash on remove

 drivers/android/binder.c                           |  37 +--
 drivers/android/binder_internal.h                  |   9 +
 drivers/android/binderfs.c                         |  14 +-
 drivers/fpga/stratix10-soc.c                       |   5 +-
 drivers/misc/mei/client.c                          |   5 +-
 drivers/misc/mei/hw-me-regs.h                      |   2 +
 drivers/misc/mei/pci-me.c                          |   2 +
 drivers/misc/mic/vop/vop_main.c                    |  73 +++---
 samples/mei/mei-amt-version.c                      |   2 +-
 tools/testing/selftests/Makefile                   |   1 +
 .../selftests/filesystems/binderfs/.gitignore      |   1 +
 .../selftests/filesystems/binderfs/Makefile        |   6 +
 .../selftests/filesystems/binderfs/binderfs_test.c | 275 +++++++++++++++++++++
 .../testing/selftests/filesystems/binderfs/config  |   3 +
 14 files changed, 380 insertions(+), 55 deletions(-)
 create mode 100644 tools/testing/selftests/filesystems/binderfs/.gitignore
 create mode 100644 tools/testing/selftests/filesystems/binderfs/Makefile
 create mode 100644 tools/testing/selftests/filesystems/binderfs/binderfs_test.c
 create mode 100644 tools/testing/selftests/filesystems/binderfs/config

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ