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:   Sat, 3 Sep 2016 16:50:20 +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.8-rc5

The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.8-rc5

for you to fetch changes up to ccdf3b888d87df1b914fedde91ed1848f0651c65:

  thunderbolt: Don't declare Falcon Ridge unsupported (2016-08-31 13:25:02 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.8-rc5

Here are a number of small driver fixes for 4.8-rc5.

The largest thing here is deleting an obsolete driver,
drivers/misc/bh1780gli.c, as the functionality of it was replaced by an
iio driver a while ago.  The other fixes are things that have been
reported, or reverts of broken stuff (the binder change).  All of these
changes have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Andreas Noever (1):
      thunderbolt: Fix resume quirk for Falcon Ridge 4C.

Greg Kroah-Hartman (1):
      Revert "android: binder: fix dangling pointer comparison"

Jann Horn (1):
      android: binder: fix dangling pointer comparison

Linus Walleij (1):
      misc: delete bh1780 driver

Lukas Wunner (1):
      thunderbolt: Don't declare Falcon Ridge unsupported

Michael Ellerman (1):
      lkdtm: Mark lkdtm_rodata_do_nothing() notrace

Tomas Winkler (1):
      mei: me: disable driver on SPT SPS firmware

Valentin Rothberg (1):
      drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup

Xavier Gnata (1):
      thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.

 drivers/iio/light/Kconfig    |   1 -
 drivers/misc/Kconfig         |  10 --
 drivers/misc/Makefile        |   1 -
 drivers/misc/bh1780gli.c     | 259 -------------------------------------------
 drivers/misc/lkdtm_rodata.c  |   2 +-
 drivers/misc/mei/hw-me.c     |  10 +-
 drivers/misc/mei/pci-me.c    |   4 +-
 drivers/pci/quirks.c         |   7 +-
 drivers/thunderbolt/nhi.c    |   6 +
 drivers/thunderbolt/switch.c |   4 +-
 10 files changed, 25 insertions(+), 279 deletions(-)
 delete mode 100644 drivers/misc/bh1780gli.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ