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, 13 Sep 2020 10:38:32 +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.9-rc5

The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:

  Linux 5.9-rc3 (2020-08-30 16:01:54 -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.9-rc5

for you to fetch changes up to 952e934d7f682a961c92eb9bbd521a4876e201fe:

  Revert "dyndbg: accept query terms like file=bar and module=foo" (2020-09-10 18:45:03 +0200)

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

Here are a number of small driver fixes for 5.9-rc5

Included in here are:
	- habanalabs driver fixes
	- interconnect driver fixes
	- soundwire driver fixes
	- dyndbg fixes for reported issues, and then reverts to fix it
	  all up to a sane state.
	- phy driver fixes
Full details of these are in the shortlog.

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

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

----------------------------------------------------------------
Greg Kroah-Hartman (6):
      Merge tag 'misc-habanalabs-fixes-2020-08-31' of git://people.freedesktop.org/~gabbayo/linux into char-misc-nexxt
      Merge tag 'soundwire-5.9-fixes' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus
      Merge tag 'phy-fixes-5.9' of git://git.kernel.org/.../phy/linux-phy into char-misc-linus
      Merge tag 'icc-5.9-rc4' of https://git.linaro.org/people/georgi.djakov/linux into char-misc-linus
      Revert "dyndbg: fix problem parsing format="foo bar""
      Revert "dyndbg: accept query terms like file=bar and module=foo"

Jim Cromie (3):
      dyndbg: give %3u width in pr-format, cosmetic only
      dyndbg: refine export, rename to dynamic_debug_exec_queries()
      dyndbg: fix problem parsing format="foo bar"

Matthias Kaehlcke (1):
      interconnect: Show bandwidth for disabled paths as zero in debugfs

Mike Tipton (1):
      interconnect: qcom: Fix small BW votes being truncated to zero

Moti Haimovski (1):
      habanalabs: prevent user buff overflow

Ofir Bitton (1):
      habanalabs: fix report of RAZWI initiator coordinates

Pierre-Louis Bossart (1):
      soundwire: bus: fix typo in comment on INTSTAT registers

Roger Quadros (1):
      phy: omap-usb2-phy: disable PHY charger detect

Rustam Kovhaev (1):
      scripts/tags.sh: exclude tools directory from tags generation

Sivaprakash Murugesan (1):
      phy: qcom-qmp: Use correct values for ipq8074 PCIe Gen2 PHY init

Tetsuo Handa (1):
      video: fbdev: fix OOB read in vga_8planes_imageblit()

Tom Rix (1):
      soundwire: fix double free of dangling pointer

Wei Yongjun (1):
      phy: qualcomm: fix return value check in qcom_ipq806x_usb_phy_probe()

YueHaibing (1):
      phy: qualcomm: fix platform_no_drv_owner.cocci warnings

 Documentation/admin-guide/dynamic-debug-howto.rst  |  1 -
 drivers/interconnect/core.c                        | 10 ++-
 drivers/interconnect/qcom/bcm-voter.c              | 27 ++++---
 drivers/misc/habanalabs/common/debugfs.c           |  2 +-
 .../misc/habanalabs/include/gaudi/gaudi_masks.h    | 32 ++++-----
 drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c        |  5 +-
 drivers/phy/qualcomm/phy-qcom-qmp.c                | 16 +++--
 drivers/phy/qualcomm/phy-qcom-qmp.h                |  2 +
 drivers/phy/ti/phy-omap-usb2.c                     | 47 +++++++++++--
 drivers/soundwire/bus.c                            |  2 +-
 drivers/soundwire/stream.c                         |  8 ++-
 drivers/video/fbdev/vga16fb.c                      |  2 +-
 include/linux/dynamic_debug.h                      | 20 ++++--
 lib/dynamic_debug.c                                | 82 ++++++++++++----------
 scripts/tags.sh                                    |  8 ++-
 15 files changed, 172 insertions(+), 92 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ