mbox series

[GIT,PULL] : Generic phy updates for v5.13 -second round

Message ID YHcHjYv8HIaODa5t@vkoul-mobl.Dlink
State Accepted
Commit fbb0ad422960cc2199c31d33f1095a39dfee5cfa
Headers show
Series [GIT,PULL] : Generic phy updates for v5.13 -second round | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-5.13-second

Message

Vinod Koul April 14, 2021, 3:17 p.m. UTC
Hi Greg,

As promised, here are some minor fixes for earlier pull request. This
includes fixes which came in after the request was sent

The following changes since commit cbc336c09b6d6dfb24d20c955599123308fa2fe2:

  phy: fix resource_size.cocci warnings (2021-04-06 10:39:20 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-5.13-second

for you to fetch changes up to 8a6b85b14f082d266b0312562f7372e1a8f5dfb3:

  phy: Revert "phy: ti: j721e-wiz: add missing of_node_put" (2021-04-12 10:35:05 +0530)

----------------------------------------------------------------
phy-for-5.13 second pull

Driver fixes for:
  - Revert wrong of_node_put patch and add missing header for ti j721e driver
  - use-after-free fix for twl4030

----------------------------------------------------------------
Shixin Liu (1):
      phy: ti: j721e-wiz: Add missing include linux/slab.h

Vinod Koul (1):
      phy: Revert "phy: ti: j721e-wiz: add missing of_node_put"

Yang Yingliang (1):
      phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()

 drivers/phy/ti/phy-j721e-wiz.c   | 2 +-
 drivers/phy/ti/phy-twl4030-usb.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Thanks

Comments

Greg KH April 15, 2021, 7:13 a.m. UTC | #1
On Wed, Apr 14, 2021 at 08:47:33PM +0530, Vinod Koul wrote:
> Hi Greg,
> 
> As promised, here are some minor fixes for earlier pull request. This
> includes fixes which came in after the request was sent
> 
> The following changes since commit cbc336c09b6d6dfb24d20c955599123308fa2fe2:
> 
>   phy: fix resource_size.cocci warnings (2021-04-06 10:39:20 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-5.13-second

Pulled and pushed out, thanks.

greg k-h