mbox series

[GIT,PULL] usb: fixes for v5.10

Message ID DBBPR04MB7979962270A587129B3F7D268BF50@DBBPR04MB7979.eurprd04.prod.outlook.com (mailing list archive)
State Accepted
Commit 7cc01c445da868101b9080082b9c75283c261c82
Headers show
Series [GIT,PULL] usb: fixes for v5.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc6

Message

Peter Chen Nov. 30, 2020, 6:13 a.m. UTC
The following changes since commit f3bc432aa8a7a2bfe9ebb432502be5c5d979d7fe:

  USB: core: Change %pK for __user pointers to %px (2020-11-20 16:36:31 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc6

for you to fetch changes up to 6b8137517e70f6e96d0251a98930b1f29d0be161:

  usb: cdns3: core: fix goto label for error path (2020-11-30 13:48:32 +0800)

----------------------------------------------------------------
- Fixed hardware role switch issue at TI platform
- Fixed scatter-list buffer handling
- Fixed error goto label issue

----------------------------------------------------------------
Peter Chen (2):
      usb: cdns3: gadget: clear trb->length as zero after preparing every trb
      usb: cdns3: core: fix goto label for error path

Roger Quadros (1):
      usb: cdns3: Fix hardware based role switch

 drivers/usb/cdns3/core.c   | 29 ++++++++++++++++-------------
 drivers/usb/cdns3/gadget.c |  1 +
 2 files changed, 17 insertions(+), 13 deletions(-)

Comments

Greg KH Nov. 30, 2020, 7:30 a.m. UTC | #1
On Mon, Nov 30, 2020 at 06:13:22AM +0000, Peter Chen wrote:
> The following changes since commit f3bc432aa8a7a2bfe9ebb432502be5c5d979d7fe:
> 
>   USB: core: Change %pK for __user pointers to %px (2020-11-20 16:36:31 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc6

You sent this twice, which one is correct?  Or are they both the same?

thanks,

greg k-h
Peter Chen Nov. 30, 2020, 7:38 a.m. UTC | #2
> 
> On Mon, Nov 30, 2020 at 06:13:22AM +0000, Peter Chen wrote:
> > The following changes since commit
> f3bc432aa8a7a2bfe9ebb432502be5c5d979d7fe:
> >
> >   USB: core: Change %pK for __user pointers to %px (2020-11-20 16:36:31
> +0100)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/
> tags/usb-fixes-v5.10-rc6
> 
> You sent this twice, which one is correct?  Or are they both the same?
> 

Both are the same, the 1st one used wrong email format which is denied by
linux-usb ML, so I sent again, sorry about it.

Peter
Greg KH Nov. 30, 2020, 8:11 a.m. UTC | #3
On Mon, Nov 30, 2020 at 06:13:22AM +0000, Peter Chen wrote:
> The following changes since commit f3bc432aa8a7a2bfe9ebb432502be5c5d979d7fe:
> 
>   USB: core: Change %pK for __user pointers to %px (2020-11-20 16:36:31 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-fixes-v5.10-rc6

Pulled and pushed out, thanks.

greg k-h