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:   Sat, 5 Nov 2016 19:13:22 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     <gregkh@...uxfoundation.org>
CC:     <kishon@...com>, <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] phy: for 4.9 -rc

Hi Greg,

Please find the pull request for the phy fixes below. It includes a fix
in phy core to add a static inline function when CONFIG_GENERIC_PHY
is not selected and 3 fixes in different phy drivers. The phy device name
in the phy lookup table used for non-dt boot is fixed for da8xx-usb phy,
NULL pointer dereferencing error is fixed for sun4i phy and an incorrect
programming sequence w.r.t deassert of phy_rst in phy-rockchip-pcie is also
fixed.

Consider merging it in this -rc cyle and let me know if you want me to
change something.

Cheers
Kishon

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.9-rc

for you to fetch changes up to 4320f9d4c1831fd4d244a9de8f81bc27ea67699c:

  phy: sun4i: check PMU presence when poking unknown bit of pmu (2016-11-05 13:45:02 +0530)

----------------------------------------------------------------
phy: for 4.9 -rc

phy fixes:
*) Add a empty function for phy_reset when CONFIG_GENERIC_PHY is not set
*) change the phy lookup table for da8xx-usb to match it with the name
   present in the board configuraion file (used for non-dt boot)
*) Fix incorrect programming sequence in w.r.t deassert of phy_rst
   in phy-rockchip-pcie
*) Fix to avoid NULL pointer dereferencing error in sun4i phy

Signed-off-by: Kishon Vijay Abraham I <kishon@...com>

----------------------------------------------------------------
Axel Haslam (1):
      phy: da8xx-usb: rename the ohci device to ohci-da8xx

Icenowy Zheng (1):
      phy: sun4i: check PMU presence when poking unknown bit of pmu

Randy Li (1):
      phy: Add reset callback for not generic phy

Shawn Lin (1):
      phy-rockchip-pcie: remove deassert of phy_rst from exit callback

 drivers/phy/phy-da8xx-usb.c     |    5 +++--
 drivers/phy/phy-rockchip-pcie.c |   13 +------------
 drivers/phy/phy-sun4i-usb.c     |    2 +-
 include/linux/phy/phy.h         |    7 +++++++
 4 files changed, 12 insertions(+), 15 deletions(-)
-- 
1.7.9.5

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ