Hi Tom, Please find the following fixes/developments for master.
Usb gadget: - Add SAM9X60 support to atmel driver - Fix memory leaks in f_mass_storage gadget driver - Fix comment typo in dwc3 gadget driver Fastboot: - Lift restrictions on !NET_LWIP for USB Android: - Fix possible NULL ptr when AVB is out of memory CI Job: - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25615 Thanks, Mattijs The following changes since commit 8a2cf6307a2ccc09c39dde486b6d9375b78c82c2: CI: Disable evb-ast2600 (2025-04-09 18:34:08 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20250410 for you to fetch changes up to df50c821e75957113b93e45b363cb22c965e7a9b: bootstd: android: avoid possible null pointer dereference (2025-04-10 10:03:21 +0200) ---------------------------------------------------------------- u-boot-dfu-20250410 Usb gadget: - Add SAM9X60 support to atmel driver - Fix memory leaks in f_mass_storage gadget driver - Fix comment typo in dwc3 gadget driver Fastboot: - Lift restrictions on !NET_LWIP for USB Android: - Fix possible NULL ptr when AVB is out of memory ---------------------------------------------------------------- Gary Bisson (1): bootstd: android: avoid possible null pointer dereference Marek Vasut (1): usb: dwc3: gadget: Fix excepts/expects typo Mattijs Korpershoek (4): usb: gadget: f_mass_storage: Remove kref structure use usb: gadget: f_mass_storage: Drop invalid kfree() in fsg_common_release() usb: gadget: f_mass_storage: Fix NULL dereference in fsg_add() usb: gadget: f_mass_storage: Fix memory leak of fsg buffers Michael Walle (1): fastboot: lift restrictions on !NET_LWIP for USB Zixun LI (1): usb: gadget: atmel: Add SAM9X60 support arch/arm/mach-at91/include/mach/atmel_usba_udc.h | 2 +- boot/bootmeth_android.c | 6 ++++-- cmd/fastboot.c | 4 ++++ drivers/fastboot/Kconfig | 1 - drivers/fastboot/fb_common.c | 4 ++++ drivers/usb/dwc3/gadget.c | 2 +- drivers/usb/gadget/atmel_usba_udc.c | 1 + drivers/usb/gadget/f_mass_storage.c | 18 ++++++------------ 8 files changed, 21 insertions(+), 17 deletions(-)