[GIT PULL] Please pull u-boot-dfu-20250124

Hi Tom,
Please find some fixes for master:
Android: - Fix kcmdline null pointer dereference (reported by coverity and multiple users) - Move Igor to reviewers instead of maintainers for avb/ab - Fix booting Android with AVB built-in, but disabled via fastboot flash --disable-verity vbmeta vbmeta.img
CI Job: - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/24323
Thanks, Mattijs
The following changes since commit a3b71cc6f5cc74d4edc5808790a3d2999ea3f7fe:
Merge patch series "upl: Prerequite patches for updated spec" (2025-01-22 17:08:47 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20250124
for you to fetch changes up to 6745cbed6edc06fae7fbc4b360e39c3963d57b13:
bootstd: android: Allow boot with AVB failures when unlocked (2025-01-23 15:23:05 +0100)
---------------------------------------------------------------- u-boot-dfu-20250124
Android: - Fix kcmdline null pointer dereference (reported by coverity and multiple users) - Move Igor to reviewers instead of maintainers for avb/ab - Fix booting Android with AVB built-in, but disabled via fastboot flash --disable-verity vbmeta vbmeta.img
---------------------------------------------------------------- Aaron Kling (1): boot: android: Check kcmdline's for NULL in android_image_get_kernel()
Igor Opaniuk (1): MAINTAINERS: move myself to reviewers for avb/ab
Mattijs Korpershoek (2): bootstd: android: Add missing NULL in the avb partition list bootstd: android: Allow boot with AVB failures when unlocked
MAINTAINERS | 4 ++-- boot/bootmeth_android.c | 39 +++++++++++++++++++++++++-------------- boot/image-android.c | 8 ++++---- 3 files changed, 31 insertions(+), 20 deletions(-)

On Fri, 24 Jan 2025 14:12:32 +0100, Mattijs Korpershoek wrote:
Please find some fixes for master:
Android:
- Fix kcmdline null pointer dereference (reported by coverity and multiple users)
- Move Igor to reviewers instead of maintainers for avb/ab
- Fix booting Android with AVB built-in, but disabled via fastboot flash --disable-verity vbmeta vbmeta.img
[...]
Merged into u-boot/master, thanks!
participants (2)
-
Mattijs Korpershoek
-
Tom Rini