On Mon, Aug 11, 2025 at 09:56:11AM -0500, Bjorn Andersson wrote: > > The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585: > > Linux 6.17-rc1 (2025-08-10 19:41:16 +0300) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-6.17 > > for you to fetch changes up to 25daf9af0ac1bf12490b723b5efaf8dcc85980bc: > > soc: qcom: mdt_loader: Deal with zero e_shentsize (2025-08-10 21:02:14 -0500) Arnd, could you please pull this for v6.17-rc? Regards, Bjorn > > ---------------------------------------------------------------- > Qualcomm driver fixes for v6.17-rc1 > > The recently extended sanity checks for the Qualcomm firmware files > turned out to be too restrictive, preventing a variety of firmware > images from being loaded. Adjust the checks to allow section header > sizes of 0 when sections aren't used. > > ---------------------------------------------------------------- > Bjorn Andersson (1): > soc: qcom: mdt_loader: Deal with zero e_shentsize > > drivers/soc/qcom/mdt_loader.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-)