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, 19 Mar 2022 09:22:52 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 5.17-final

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-final

for you to fetch changes up to 16b1941eac2bd499f065a6739a40ce0011a3d740:

  usb: gadget: Fix use-after-free bug by not setting udc->dev.driver (2022-03-15 18:46:01 +0100)

----------------------------------------------------------------
USB fixes for 5.17

Here are some small remaining USB fixes for 5.17-final.

They include:
	- two USB gadget driver fixes for reported problems
	- usbtmc driver fix for syzbot found issues
	- musb patch partial revert to resolve a reported regression.

All of these have been in linux-next this week with no reported
problems.

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

----------------------------------------------------------------
Alan Stern (2):
      usb: usbtmc: Fix bug in pipe direction for control transfers
      usb: gadget: Fix use-after-free bug by not setting udc->dev.driver

Dan Carpenter (1):
      usb: gadget: rndis: prevent integer overflow in rndis_set_response()

H. Nikolaus Schaller (1):
      partially Revert "usb: musb: Set the DT node on the child device"

 drivers/usb/class/usbtmc.c          | 13 ++++++++++---
 drivers/usb/gadget/function/rndis.c |  1 +
 drivers/usb/gadget/udc/core.c       |  3 ---
 drivers/usb/musb/omap2430.c         |  1 -
 4 files changed, 11 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists