soc: qcom: mdt_loader: Enhance split binary detection
[ Upstream commit 210d12c8 ] It may be that the offset of the first program header lies inside the mdt's filesize, in this case the loader would incorrectly assume that the bins were not split and in this scenario the firmware authentication fails. This change updates the logic used by the mdt loader to understand whether the firmware images are split or not. It figures this out by checking if each programs header's segment lies within the file or not. Co-developed-by:Melody Olvera <quic_molvera@quicinc.com> Signed-off-by:
Melody Olvera <quic_molvera@quicinc.com> Signed-off-by:
Gokul krishna Krishnakumar <quic_gokukris@quicinc.com> Signed-off-by:
Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230509001821.24010-1-quic_gokukris@quicinc.com Stable-dep-of: 9f9967fe ("soc: qcom: mdt_loader: Ensure we don't read past the ELF header") Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
Please sign in to comment