[ANN] U-Boot v2025.10-rc4 released

E Shattow e at freeshell.de
Tue Sep 9 09:41:36 CEST 2025


On 9/8/25 09:20, Tom Rini wrote:
> Hey all,
> 
> It's release day and I have tagged and pushed things out and will merge
> this to next and push once CI completes. One thing I should mention up
> front is that in terms of project organization, we're moving ahead with
> SFC and they'll be joining us on the community call that follows the
> v2025.10 release itself. I would strongly encourage anyone with
> questions or concerns to join and speak up, or reach out privately if
> desired. If anyone knows of regression fixes that need to be picked up
> still please reach out.
> 
> We're continuing with a community meeting following the release
> and once again this is the same time as the previous meeting. The
> meeting details itself are:
> https://meet.google.com/btj-wgcg-euw
> September 9th, 2025. 9am (GMT -06:00)
> 
> To join by phone:
> https://meet.google.com/tel/btj-wgcg-euw?pin=1307528552322&hs=1
> 
> In terms of a rough changelog:
> - Enhancements, improvements, fixes and new platforms on atmel, tegra,
>   rockchip, stm32, renesas, samsung and TI.
> - Documentation cleanups
> 
> I continue to plan to do an rc release every two weeks and the final
> release will be 06 October 2025.
> 
> Thanks all!
> 

Hi Tom,

Please merge
https://lore.kernel.org/u-boot/20250901112748.676541-1-e@freeshell.de/
"[PATCH v1] configs: starfive: Add visionfive2 CONFIG_DNS enabled". This
fixes the regression in DNS functionality for that board only. If there
are other LwIP users they should possibly add this to defconfig(s) as
well. The regression is that with LwIP enabled previously DNS was
working when enabled; after the LwIP DNS code refactor this
functionality would have required to enable CMD_DNS so we have since
merged the new functionality for adding CONFIG_DNS symbol; This
improvement alone does not solve the matter it must also be turned on in
each board config that is affected.

I don't know what other boards (if any) are affected that would need
CONFIG_DNS added. At least for StarFive VisionFive2 this restores the
missing functionality.

-E Shattow


More information about the U-Boot mailing list