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]
Message-ID: <20200508141902.GA360776@kroah.com>
Date:   Fri, 8 May 2020 16:19:02 +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.7-rc5

The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -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.7-rc5

for you to fetch changes up to f0e1d3ac2d7c16a5d2c9d67f5a61133db7681af8:

  bus: mhi: core: Fix channel device name conflict (2020-05-05 16:59:54 +0200)

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

Here are some small driver fixes for 5.7-rc5 that resolve a number of
minor reported issues:
	- mhi bus driver fixes found as people actually use the code
	- phy driver fixes and compat string additions
	- most driver fix due to link order changing when the core moved
	  out of staging
	- mei driver fix
	- interconnect build warning fix

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

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

----------------------------------------------------------------
Bjorn Andersson (1):
      phy: qualcomm: usb-hs-28nm: Prepare clocks in init

ChenTao (1):
      interconnect: qcom: Move the static keyword to the front of declaration

Christian Gromm (1):
      most: core: use function subsys_initcall()

Dan Carpenter (1):
      bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()

Greg Kroah-Hartman (1):
      Merge tag 'phy-for-5.7-rc' of git://git.kernel.org/.../phy/linux-phy into char-misc-linus

Jeffrey Hugo (5):
      bus: mhi: core: Make sure to powerdown if mhi_sync_power_up fails
      bus: mhi: core: Remove link_status() callback
      bus: mhi: core: Offload register accesses to the controller
      bus: mhi: core: Fix typo in comment
      bus: mhi: core: Fix channel device name conflict

John Stultz (1):
      phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat string

Kishon Vijay Abraham I (1):
      MAINTAINERS: Add Vinod Koul as Generic PHY co-maintainer

Manivannan Sadhasivam (1):
      bus: mhi: Fix parsing of mhi_flags

Thierry Reding (1):
      phy: tegra: Select USB_COMMON for usb_get_maximum_speed()

Tomas Winkler (1):
      mei: me: disable mei interface on LBG servers.

 MAINTAINERS                                 |  3 ++-
 drivers/bus/mhi/core/init.c                 |  7 +++----
 drivers/bus/mhi/core/internal.h             |  3 ---
 drivers/bus/mhi/core/main.c                 | 18 +++++-----------
 drivers/bus/mhi/core/pm.c                   |  6 +++++-
 drivers/interconnect/qcom/osm-l3.c          |  4 ++--
 drivers/interconnect/qcom/sdm845.c          | 16 +++++++--------
 drivers/misc/mei/hw-me.c                    |  8 ++++++++
 drivers/misc/mei/hw-me.h                    |  4 ++++
 drivers/misc/mei/pci-me.c                   |  2 +-
 drivers/most/core.c                         |  2 +-
 drivers/phy/qualcomm/phy-qcom-qusb2.c       |  7 +++++++
 drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c | 32 +++++++++++++++++++----------
 include/linux/mhi.h                         | 16 +++++++++------
 14 files changed, 77 insertions(+), 51 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ