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:   Sun, 10 Nov 2019 16:42:28 +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.4-rc7

The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02:

  Linux 5.4-rc5 (2019-10-27 13:19:19 -0400)

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-rc7

for you to fetch changes up to 9d55499d8da49e9261e95a490f3fda41d955f505:

  intel_th: pci: Add Jasper Lake PCH support (2019-11-04 15:01:25 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 5.4-rc7

Here are a number of late-arrival driver fixes for issues reported for
some char/misc drivers for 5.4-rc7

These all come from the different subsystem/driver maintainers as things
that they had reports for and wanted to see fixed.

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

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

----------------------------------------------------------------
Alexander Shishkin (4):
      intel_th: gth: Fix the window switching sequence
      intel_th: msu: Fix an uninitialized mutex
      intel_th: pci: Add Comet Lake PCH support
      intel_th: pci: Add Jasper Lake PCH support

Bard Liao (1):
      soundwire: intel: fix intel_register_dai PDI offsets and numbers

Colin Ian King (2):
      intel_th: msu: Fix missing allocation failure check on a kstrndup
      intel_th: msu: Fix overflow in shift of an unsigned int

Georgi Djakov (1):
      interconnect: Add locking in icc_set_tag()

Greg Kroah-Hartman (3):
      Merge tag 'icc-5.4-rc5' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-linus
      Merge tag 'thunderbolt-fixes-for-v5.4-1' of git://git.kernel.org/.../westeri/thunderbolt into char-misc-next
      Merge tag 'soundwire-5.4-rc6' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus

Leonard Crestez (1):
      interconnect: qcom: Fix icc_onecell_data allocation

Michal Suchanek (2):
      soundwire: depend on ACPI
      soundwire: depend on ACPI || OF

Mika Westerberg (3):
      thunderbolt: Read DP IN adapter first two dwords in one go
      thunderbolt: Fix lockdep circular locking depedency warning
      thunderbolt: Drop unnecessary read when writing LC command in Ice Lake

Pierre-Louis Bossart (1):
      soundwire: slave: fix scanf format

Wei Yongjun (1):
      intel_th: msu: Fix possible memory leak in mode_store()

 drivers/hwtracing/intel_th/gth.c   |  3 +++
 drivers/hwtracing/intel_th/msu.c   | 11 ++++++++---
 drivers/hwtracing/intel_th/pci.c   | 10 ++++++++++
 drivers/interconnect/core.c        |  4 ++++
 drivers/interconnect/qcom/qcs404.c |  3 ++-
 drivers/interconnect/qcom/sdm845.c |  3 ++-
 drivers/soundwire/Kconfig          |  1 +
 drivers/soundwire/intel.c          |  4 ++--
 drivers/soundwire/slave.c          |  3 ++-
 drivers/thunderbolt/nhi_ops.c      |  1 -
 drivers/thunderbolt/switch.c       | 28 +++++++++++-----------------
 11 files changed, 45 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ