mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v2025.09.y 00/58] Backports for v2025.09.1
Date: Fri, 13 Mar 2026 15:56:57 +0100	[thread overview]
Message-ID: <177341381713.243468.17833281027220950179.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20260313132631.2257573-1-a.fatoum@pengutronix.de>


On Fri, 13 Mar 2026 14:24:44 +0100, Ahmad Fatoum wrote:
> Yocto Whinlatter still has a month to go until EOL.
> 
> Let's backport some fixes accrued in master in the meantime.
> 
> Ahmad Fatoum (35):
>   drivers: don't propagate of_alias_get_id's -ENODEV out of probe
>   bug: add support for CONFIG_DEBUG_BUGVERBOSE
>   sandbox: fix make dependency for sandbox
>   ARM: cpu: common: skip R_ARM_NONE relocations
>   virtio: ring: fix stale data in queue after reset
>   scripts: Makefile.lib: suppress graph_port warnings for overlays
>   ARM: Rockchip: rk3576-prtpuk: suppress video graph warning
>   kbuild: fold rmdirs into rmfiles
>   FIT: fix double free issue with >1 reference count
>   net: phy: mdio_bus: fix freeing of cdev name before devfs_remove
>   bootm: fix bootm override saving/restoring
>   common: tlv: fix link error when CONFIG_NET is disabled
>   include: array_size.h: make header self-contained
>   of: overlay: propagate error unflattening DTBO
>   efi: fix potential NULL dereference
>   FIT: fix potential underflow of stack array
>   of: fdt: fix double free in fdt_ensure_space
>   of: overlay: initialize ret to fix garbage return value
>   firmware: xilinx-fpga: fix double free in probe error path
>   driver: fix missing va_end in dev_add_alias error path
>   net: eth: avoid overlapping memcpy in eth_set_ethaddr
>   pmdomain: fix dereference before NULL check in genpd_get_from_provider
>   net: phy: add NULL check for phy driver in page accessors
>   open: add missing mode argument to O_CREAT calls
>   hush: add NULL check for gl_pathv after do_glob_in_argv
>   i2c: rk3x: fix NULL pointer dereference on repeated NACK
>   mci: imx-esdhc: remove misleading NULL check for cmd pointer
>   mci: spi: initialize r1 to fix garbage return value
>   virtio: fix variable shadowing in virtqueue_add_sgs input scatter loop
>   video: mode-helpers: preserve sync polarity in fb_videomode conversion
>   scripts: include: break dependency of list.h on kernel.h
>   jwt: fix buffer overflow and double-free in jwt_part_parse
>   of: fdt: fix heap-buffer-overflow in fdt_machine_is_compatible
>   powerpc: fix initjmp storing function pointer at wrong offset
>   of: fdt: refuse / in property and node names
> 
> [...]

Applied, thanks!

[01/58] clk: clkdev: fix format security.
        https://git.pengutronix.de/cgit/barebox/commit/?id=23b684a70989 (link may not be stable)
[02/58] scripts: imx: fix string in further auth block
        https://git.pengutronix.de/cgit/barebox/commit/?id=ae678588fa65 (link may not be stable)
[03/58] scripts: imx-image: support DCD_WRITE on closed dev
        https://git.pengutronix.de/cgit/barebox/commit/?id=e2fa44f2c247 (link may not be stable)
[04/58] mci: am654-sdhci: Wait for transfer complete interrupt with MMC_RSP_BUSY cmd
        https://git.pengutronix.de/cgit/barebox/commit/?id=6d8ed233601c (link may not be stable)
[05/58] video: simplefb-client: switch to dev_get_resource
        https://git.pengutronix.de/cgit/barebox/commit/?id=1ccad7130118 (link may not be stable)
[06/58] MIPS: qemu-malta_defconfig: Use largest possible relocation table
        https://git.pengutronix.de/cgit/barebox/commit/?id=ac30473fdb47 (link may not be stable)
[07/58] firmware: handle firmware files being links correctly
        https://git.pengutronix.de/cgit/barebox/commit/?id=b24cb4e63754 (link may not be stable)
[08/58] drivers: don't propagate of_alias_get_id's -ENODEV out of probe
        https://git.pengutronix.de/cgit/barebox/commit/?id=b25ee6c49dcd (link may not be stable)
[09/58] ARM: socfpga: arria10-reset-manager: release UART0
        https://git.pengutronix.de/cgit/barebox/commit/?id=8258724fc487 (link may not be stable)
[10/58] bug: add support for CONFIG_DEBUG_BUGVERBOSE
        https://git.pengutronix.de/cgit/barebox/commit/?id=d1da24c36384 (link may not be stable)
[11/58] driver: implement get_free_deviceid_from()
        https://git.pengutronix.de/cgit/barebox/commit/?id=6eb262c5b83c (link may not be stable)
[12/58] sandbox: fix make dependency for sandbox
        https://git.pengutronix.de/cgit/barebox/commit/?id=80e53714c987 (link may not be stable)
[13/58] gpio: Fix GPIOD_ASIS flag
        https://git.pengutronix.de/cgit/barebox/commit/?id=dbb7385b599f (link may not be stable)
[14/58] i.MX: HAB: fix field return unlock fuse uid
        https://git.pengutronix.de/cgit/barebox/commit/?id=9326a0c475e6 (link may not be stable)
[15/58] ARM: cpu: common: skip R_ARM_NONE relocations
        https://git.pengutronix.de/cgit/barebox/commit/?id=e5eb57a73979 (link may not be stable)
[16/58] mmc: resolve conflict between MMC_CAP_NONREMOVABLE and MMC_CAP_1_8V_DDR
        https://git.pengutronix.de/cgit/barebox/commit/?id=8fe29887b161 (link may not be stable)
[17/58] virtio: ring: fix stale data in queue after reset
        https://git.pengutronix.de/cgit/barebox/commit/?id=5822aacb75b6 (link may not be stable)
[18/58] scripts: Makefile.lib: suppress graph_port warnings for overlays
        https://git.pengutronix.de/cgit/barebox/commit/?id=3bf5c487105a (link may not be stable)
[19/58] ARM: Rockchip: rk3576-prtpuk: suppress video graph warning
        https://git.pengutronix.de/cgit/barebox/commit/?id=6d5c9e44b11e (link may not be stable)
[20/58] kbuild: fold rmdirs into rmfiles
        https://git.pengutronix.de/cgit/barebox/commit/?id=e5e34be553b1 (link may not be stable)
[21/58] mtd: nand: mxc_nand: use clk_get_optional for clock handling
        https://git.pengutronix.de/cgit/barebox/commit/?id=5245ca36ddd8 (link may not be stable)
[22/58] FIT: fix double free issue with >1 reference count
        https://git.pengutronix.de/cgit/barebox/commit/?id=3e60a007c676 (link may not be stable)
[23/58] net: phy: mdio_bus: fix freeing of cdev name before devfs_remove
        https://git.pengutronix.de/cgit/barebox/commit/?id=55709075703f (link may not be stable)
[24/58] bootm: fix bootm override saving/restoring
        https://git.pengutronix.de/cgit/barebox/commit/?id=5e9f709b2b56 (link may not be stable)
[25/58] common: tlv: Correct eth address list fixup
        https://git.pengutronix.de/cgit/barebox/commit/?id=815862ac498e (link may not be stable)
[26/58] common: tlv: fix link error when CONFIG_NET is disabled
        https://git.pengutronix.de/cgit/barebox/commit/?id=174540be3743 (link may not be stable)
[27/58] include: array_size.h: make header self-contained
        https://git.pengutronix.de/cgit/barebox/commit/?id=c40fa04cccb1 (link may not be stable)
[28/58] RISC-V: dts: fix generation of dtbs-list
        https://git.pengutronix.de/cgit/barebox/commit/?id=34e1e79a8853 (link may not be stable)
[29/58] of: overlay: propagate error unflattening DTBO
        https://git.pengutronix.de/cgit/barebox/commit/?id=f511abc156b8 (link may not be stable)
[30/58] efi: fix potential NULL dereference
        https://git.pengutronix.de/cgit/barebox/commit/?id=9b3ffc1f6f18 (link may not be stable)
[31/58] FIT: fix potential underflow of stack array
        https://git.pengutronix.de/cgit/barebox/commit/?id=807ea7cde594 (link may not be stable)
[32/58] of: fdt: fix double free in fdt_ensure_space
        https://git.pengutronix.de/cgit/barebox/commit/?id=deb677d79fad (link may not be stable)
[33/58] of: overlay: initialize ret to fix garbage return value
        https://git.pengutronix.de/cgit/barebox/commit/?id=b3290dbd8a74 (link may not be stable)
[34/58] firmware: xilinx-fpga: fix double free in probe error path
        https://git.pengutronix.de/cgit/barebox/commit/?id=b99e16c02227 (link may not be stable)
[35/58] driver: fix missing va_end in dev_add_alias error path
        https://git.pengutronix.de/cgit/barebox/commit/?id=fb673c396fa8 (link may not be stable)
[36/58] net: eth: avoid overlapping memcpy in eth_set_ethaddr
        https://git.pengutronix.de/cgit/barebox/commit/?id=2d7427591555 (link may not be stable)
[37/58] pmdomain: fix dereference before NULL check in genpd_get_from_provider
        https://git.pengutronix.de/cgit/barebox/commit/?id=167672b110b2 (link may not be stable)
[38/58] net: phy: add NULL check for phy driver in page accessors
        https://git.pengutronix.de/cgit/barebox/commit/?id=d4d047b05f18 (link may not be stable)
[39/58] open: add missing mode argument to O_CREAT calls
        https://git.pengutronix.de/cgit/barebox/commit/?id=e91e5fa2d4ac (link may not be stable)
[40/58] hush: add NULL check for gl_pathv after do_glob_in_argv
        https://git.pengutronix.de/cgit/barebox/commit/?id=28233485b104 (link may not be stable)
[41/58] i2c: rk3x: fix NULL pointer dereference on repeated NACK
        https://git.pengutronix.de/cgit/barebox/commit/?id=017a73ac6ae7 (link may not be stable)
[42/58] mci: imx-esdhc: remove misleading NULL check for cmd pointer
        https://git.pengutronix.de/cgit/barebox/commit/?id=6d0e9f159d8c (link may not be stable)
[43/58] mci: spi: initialize r1 to fix garbage return value
        https://git.pengutronix.de/cgit/barebox/commit/?id=f0fc6ca923e7 (link may not be stable)
[44/58] virtio: fix variable shadowing in virtqueue_add_sgs input scatter loop
        https://git.pengutronix.de/cgit/barebox/commit/?id=ff0c2ac858f3 (link may not be stable)
[45/58] video: mode-helpers: preserve sync polarity in fb_videomode conversion
        https://git.pengutronix.de/cgit/barebox/commit/?id=0faf083d8c26 (link may not be stable)
[46/58] ARM: rockchip: dmc: use define instead of hardcoded value
        https://git.pengutronix.de/cgit/barebox/commit/?id=6e5bf8107858 (link may not be stable)
[47/58] ARM: rockchip: atf: Fix memend
        https://git.pengutronix.de/cgit/barebox/commit/?id=dbc07f2c0dcd (link may not be stable)
[48/58] regulator: fix handling of off_on_delay
        https://git.pengutronix.de/cgit/barebox/commit/?id=7d77fc780984 (link may not be stable)
[49/58] regulator: fixed: handle startup-delay-us property
        https://git.pengutronix.de/cgit/barebox/commit/?id=e55420747c4c (link may not be stable)
[50/58] scripts: include: break dependency of list.h on kernel.h
        https://git.pengutronix.de/cgit/barebox/commit/?id=388f1a4ed209 (link may not be stable)
[51/58] Makefile: include scripts/ in compile_commands.json
        https://git.pengutronix.de/cgit/barebox/commit/?id=6114e1696ce0 (link may not be stable)
[52/58] jwt: fix buffer overflow and double-free in jwt_part_parse
        https://git.pengutronix.de/cgit/barebox/commit/?id=887336a3893f (link may not be stable)
[53/58] of: fdt: fix heap-buffer-overflow in fdt_machine_is_compatible
        https://git.pengutronix.de/cgit/barebox/commit/?id=a93be0c08571 (link may not be stable)
[54/58] powerpc: fix initjmp storing function pointer at wrong offset
        https://git.pengutronix.de/cgit/barebox/commit/?id=9ef982408a17 (link may not be stable)
[55/58] net: r8169: drain RX descriptor ring
        https://git.pengutronix.de/cgit/barebox/commit/?id=61cd0e6d1130 (link may not be stable)
[56/58] of: fdt: refuse / in property and node names
        https://git.pengutronix.de/cgit/barebox/commit/?id=3565bfaa21e6 (link may not be stable)
[57/58] FIT: reconstruct hashed-nodes property during verification
        https://git.pengutronix.de/cgit/barebox/commit/?id=3e37da7f6ec9 (link may not be stable)
[58/58] scripts: fix build failure with glibc 2.43
        https://git.pengutronix.de/cgit/barebox/commit/?id=ad5a62c12de7 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2026-03-13 14:57 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-13 13:24 Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 01/58] clk: clkdev: fix format security Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 02/58] scripts: imx: fix string in further auth block Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 03/58] scripts: imx-image: support DCD_WRITE on closed dev Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 04/58] mci: am654-sdhci: Wait for transfer complete interrupt with MMC_RSP_BUSY cmd Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 05/58] video: simplefb-client: switch to dev_get_resource Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 06/58] MIPS: qemu-malta_defconfig: Use largest possible relocation table Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 07/58] firmware: handle firmware files being links correctly Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 08/58] drivers: don't propagate of_alias_get_id's -ENODEV out of probe Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 09/58] ARM: socfpga: arria10-reset-manager: release UART0 Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 10/58] bug: add support for CONFIG_DEBUG_BUGVERBOSE Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 11/58] driver: implement get_free_deviceid_from() Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 12/58] sandbox: fix make dependency for sandbox Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 13/58] gpio: Fix GPIOD_ASIS flag Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 14/58] i.MX: HAB: fix field return unlock fuse uid Ahmad Fatoum
2026-03-13 13:24 ` [PATCH v2025.09.y 15/58] ARM: cpu: common: skip R_ARM_NONE relocations Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 16/58] mmc: resolve conflict between MMC_CAP_NONREMOVABLE and MMC_CAP_1_8V_DDR Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 17/58] virtio: ring: fix stale data in queue after reset Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 18/58] scripts: Makefile.lib: suppress graph_port warnings for overlays Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 19/58] ARM: Rockchip: rk3576-prtpuk: suppress video graph warning Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 20/58] kbuild: fold rmdirs into rmfiles Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 21/58] mtd: nand: mxc_nand: use clk_get_optional for clock handling Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 22/58] FIT: fix double free issue with >1 reference count Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 23/58] net: phy: mdio_bus: fix freeing of cdev name before devfs_remove Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 24/58] bootm: fix bootm override saving/restoring Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 25/58] common: tlv: Correct eth address list fixup Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 26/58] common: tlv: fix link error when CONFIG_NET is disabled Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 27/58] include: array_size.h: make header self-contained Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 28/58] RISC-V: dts: fix generation of dtbs-list Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 29/58] of: overlay: propagate error unflattening DTBO Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 30/58] efi: fix potential NULL dereference Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 31/58] FIT: fix potential underflow of stack array Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 32/58] of: fdt: fix double free in fdt_ensure_space Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 33/58] of: overlay: initialize ret to fix garbage return value Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 34/58] firmware: xilinx-fpga: fix double free in probe error path Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 35/58] driver: fix missing va_end in dev_add_alias " Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 36/58] net: eth: avoid overlapping memcpy in eth_set_ethaddr Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 37/58] pmdomain: fix dereference before NULL check in genpd_get_from_provider Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 38/58] net: phy: add NULL check for phy driver in page accessors Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 39/58] open: add missing mode argument to O_CREAT calls Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 40/58] hush: add NULL check for gl_pathv after do_glob_in_argv Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 41/58] i2c: rk3x: fix NULL pointer dereference on repeated NACK Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 42/58] mci: imx-esdhc: remove misleading NULL check for cmd pointer Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 43/58] mci: spi: initialize r1 to fix garbage return value Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 44/58] virtio: fix variable shadowing in virtqueue_add_sgs input scatter loop Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 45/58] video: mode-helpers: preserve sync polarity in fb_videomode conversion Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 46/58] ARM: rockchip: dmc: use define instead of hardcoded value Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 47/58] ARM: rockchip: atf: Fix memend Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 48/58] regulator: fix handling of off_on_delay Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 49/58] regulator: fixed: handle startup-delay-us property Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 50/58] scripts: include: break dependency of list.h on kernel.h Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 51/58] Makefile: include scripts/ in compile_commands.json Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 52/58] jwt: fix buffer overflow and double-free in jwt_part_parse Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 53/58] of: fdt: fix heap-buffer-overflow in fdt_machine_is_compatible Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 54/58] powerpc: fix initjmp storing function pointer at wrong offset Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 55/58] net: r8169: drain RX descriptor ring Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 56/58] of: fdt: refuse / in property and node names Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 57/58] FIT: reconstruct hashed-nodes property during verification Ahmad Fatoum
2026-03-13 13:25 ` [PATCH v2025.09.y 58/58] scripts: fix build failure with glibc 2.43 Ahmad Fatoum
2026-03-13 14:56 ` Sascha Hauer [this message]

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=177341381713.243468.17833281027220950179.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox