Hi Tom, Quite a few Smatch issues reported by Andrew, and the LMB allocation fix.
CI for this is: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/27364 Thanks --- The following changes since commit acfacf452441d0a659e3afbd55fd6061aa17e647: Prepare v2025.10-rc2 (2025-08-11 13:47:46 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git tags/qcom-fixes-13Aug2025 for you to fetch changes up to d9fbc1d70bc9d5e7665c9fc1ed71d25e04faba54: pinctrl: qcom: sdm845: Limit check off by 1 (2025-08-13 15:18:49 +0200) ---------------------------------------------------------------- Andrew Goodbody (6): phy: qcom: Fix ret is uninitialised serial: msm-geni: Detect error from get_clk_div_rate serial: msm-geni: No need to NULL check priv button: qcom-pmic: Fix dereference of uninitialised pointer pinctrl: qcom: sa8775: Limit check for array index not correct pinctrl: qcom: sdm845: Limit check off by 1 Casey Connolly (1): mach-snapdragon: fix erroneous lmb allocations arch/arm/mach-snapdragon/board.c | 13 ++++++++----- drivers/button/button-qcom-pmic.c | 3 ++- drivers/phy/qcom/phy-qcom-snps-eusb2.c | 3 ++- drivers/pinctrl/qcom/pinctrl-sa8775p.c | 4 +++- drivers/pinctrl/qcom/pinctrl-sdm845.c | 2 +- drivers/serial/serial_msm_geni.c | 32 ++++++++++++++++---------------- 6 files changed, 32 insertions(+), 25 deletions(-) --- Cc: Neil Armstrong <neil.armstr...@linaro.org>