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, 23 Apr 2016 19:06:13 +0900
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.6-rc5

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

  Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.6-rc5

for you to fetch changes up to d40d334743776937132d3a0c5a203d245407e5a7:

  Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2016-04-22 17:13:24 +0900)

----------------------------------------------------------------
USB / PHY driver fixes for 4.6-rc5

Here are two small sets of patches, both from subsystem trees, USB
gadget and PHY drivers.

Full details are in the shortlog, and they have all been in linux-next
for a while (before I merged them to the USB tree.)

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

----------------------------------------------------------------
Du, Changbin (1):
      usb: dwc3: fix memory leak of dwc->regset

Felipe Balbi (2):
      usb: dwc3: omap: fix up error path on probe()
      usb: dwc3: core: fix PHY handling during suspend

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v4.6-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus

Heiko Stuebner (3):
      phy: rockchip-dp: should be a child device of the GRF
      phy: rockchip-emmc: should be a child device of the GRF
      phy: rockchip-emmc: adapt binding to specifiy register offset and length

John Youn (1):
      usb: gadget: composite: Clear reserved fields of SSP Dev Cap

Lars-Peter Clausen (1):
      usb: gadget: f_fs: Fix use-after-free

Roger Quadros (1):
      usb: dwc3: gadget: Fix suspend/resume during device mode

 .../devicetree/bindings/phy/rockchip-dp-phy.txt    | 18 ++++++++++-------
 .../devicetree/bindings/phy/rockchip-emmc-phy.txt  | 22 +++++++++++++--------
 drivers/phy/phy-rockchip-dp.c                      |  7 +++++--
 drivers/phy/phy-rockchip-emmc.c                    |  5 ++++-
 drivers/usb/dwc3/core.c                            | 23 +++++++++++++++++++++-
 drivers/usb/dwc3/debugfs.c                         | 13 +++++++-----
 drivers/usb/dwc3/dwc3-omap.c                       | 12 ++++-------
 drivers/usb/dwc3/gadget.c                          |  6 ++++++
 drivers/usb/gadget/composite.c                     |  2 ++
 drivers/usb/gadget/function/f_fs.c                 |  5 ++---
 10 files changed, 78 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists