mbox series

[GIT,PULL] USB fixes for v5.3-rc

Message ID 87a7ceu2j4.fsf@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB fixes for v5.3-rc | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.3-rc4

Message

Felipe Balbi Aug. 12, 2019, 10 a.m. UTC
Hi Greg,

here's a pull request for some fixes that I collected from linux-usb
mailing list.

Let me know if you want anything to be changed.

Cheers

The following changes since commit d45331b00ddb179e291766617259261c112db872:

  Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.3-rc4

for you to fetch changes up to 4a56a478a525d6427be90753451c40e1327caa1a:

  usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt (2019-08-12 08:55:24 +0300)

----------------------------------------------------------------
USB: fixes for v5.3-rc4

Just a three fixes this time around.

A race condition on mass storage gadget between disable() and
set_alt()

Clear a flag that was left set upon reset or disconnect

A fix for renesas_usb3 UDC's sysfs interface

----------------------------------------------------------------
Benjamin Herrenschmidt (2):
      usb: gadget: composite: Clear "suspended" on reset/disconnect
      usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_alt

Yoshihiro Shimoda (1):
      usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"

 drivers/usb/gadget/composite.c               |  1 +
 drivers/usb/gadget/function/f_mass_storage.c | 28 ++++++++++++++++++----------
 drivers/usb/gadget/udc/renesas_usb3.c        |  5 +++--
 3 files changed, 22 insertions(+), 12 deletions(-)

Comments

Greg KH Aug. 12, 2019, 2:32 p.m. UTC | #1
On Mon, Aug 12, 2019 at 01:00:15PM +0300, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> here's a pull request for some fixes that I collected from linux-usb
> mailing list.
> 
> Let me know if you want anything to be changed.
> 
> Cheers
> 
> The following changes since commit d45331b00ddb179e291766617259261c112db872:
> 
>   Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.3-rc4

Pulled and pushed out, thanks.

greg k-h