All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Lukasz Majewski <lukma@denx.de>,
	Gary Bisson <bisson.gary@gmail.com>, Marek Vasut <marex@denx.de>,
	Michael Walle <mwalle@kernel.org>, Zixun LI <admin@hifiphile.com>
Subject: [GIT PULL] Please pull u-boot-dfu-20250410 into master
Date: Thu, 10 Apr 2025 15:36:12 +0200	[thread overview]
Message-ID: <87semgf8ab.fsf@baylibre.com> (raw)

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(-)


             reply	other threads:[~2025-04-10 13:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-10 13:36 Mattijs Korpershoek [this message]
2025-04-10 17:33 ` [GIT PULL] Please pull u-boot-dfu-20250410 into master Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87semgf8ab.fsf@baylibre.com \
    --to=mkorpershoek@kernel.org \
    --cc=admin@hifiphile.com \
    --cc=bisson.gary@gmail.com \
    --cc=lukma@denx.de \
    --cc=marex@denx.de \
    --cc=mwalle@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.