Merge tag 'qcom-drivers-fixes-for-6.17' of https://git.kernel.org/pub/scm/linux/kerne...
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Sep 2025 08:08:39 +0000 (10:08 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 1 Sep 2025 08:08:44 +0000 (10:08 +0200)
commite6e709901c330ac9bbcc05567d7702ee0f228f04
tree444ed54da3be0f9cd4f6b4f06407d12a3f802967
parent1b237f190eb3d36f52dffe07a40b5eb210280e00
parent25daf9af0ac1bf12490b723b5efaf8dcc85980bc
Merge tag 'qcom-drivers-fixes-for-6.17' of https://git./linux/kernel/git/qcom/linux into arm/fixes

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.

* tag 'qcom-drivers-fixes-for-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  soc: qcom: mdt_loader: Deal with zero e_shentsize

Link: https://lore.kernel.org/r/20250811145613.120917-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>