From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BF15027E040 for ; Wed, 17 Sep 2025 08:46:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758098788; cv=none; b=B0nSMu8ZoaJJCKkeBEjwKsB8lVmaKahzPC3KNpQBqihpCQUo4ufmV0fwHXHZuSb6jBsUTC0vUzDrtwGAlT4XYh4YJu0X6jM/0mlxupozqy4bcIXgH2cw0JFx1x6dA58D+5Zq8aT6TpvqHwvq8CZSAWjZp0KdgOvrL5b5v4sCgRg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758098788; c=relaxed/simple; bh=j4ynRoxvc2dvgPMLjmM+9UfwUxN3lE9pESSOB82QLWk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aWw7LdbAOTdBod+CpjntIRPIkiQcQYPv11gVrHpR9dGDdFdR8oOv9giNBRRJb3vh/v/pHbg1rKDfP7GXWJPjeos9MvQWrrp0qmMB8IwTnsOtds4qPn+kXSeZlXtIOkuMjWnXVbUH2KJoIerWzFEPFArTw4/nzo4/HzbbMeGpmE4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=btaq8iV0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="btaq8iV0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFD38C4CEF0; Wed, 17 Sep 2025 08:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1758098788; bh=j4ynRoxvc2dvgPMLjmM+9UfwUxN3lE9pESSOB82QLWk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=btaq8iV0Xs+YXpHN+ri6w4krrlTkt/iirkK9acL1JNF9HXo7nkiaziwpVeGwZdv6E v+0dCo8ej/BGedvQE/0+F/0YrnFp55aPQ7v9TQiUfydNdTRuo+y3lsATcrBazdM56Z PHyA/546dQKarsb4sJlmU/UpzeBhFpIyoWO4xMr0= Date: Wed, 17 Sep 2025 10:46:25 +0200 From: Greg KH To: Yongqin Liu Cc: stable@vger.kernel.org, Sumit Semwal , Amit Pundir , John Stultz , Dan Carpenter , Bjorn Andersson , Neil Armstrong Subject: Re: Please help to cherry-pick 25daf9af0ac1 ("soc: qcom: mdt_loader: Deal with zero e_shentsize") for the 5.4/5.0/5.15/6.1 versions Message-ID: <2025091709-flatworm-magnolia-d08e@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Sep 17, 2025 at 12:22:07AM +0800, Yongqin Liu wrote: > Hi, All > > Please help to cherry-pick the following commit > 25daf9af0ac1 ("soc: qcom: mdt_loader: Deal with zero e_shentsize") > into the following branches: > linux-5.4.y > linux-5.10.y > linux-5.15.y > linux-6.1.y > Which is to fix the issue caused by the following commit in the > branches already: > 9f9967fed9d0 ("soc: qcom: mdt_loader: Ensure we don't read past > the ELF header") > > Just please note, for the linux-6.1.y branch the following commit > needs to be cherry-picked first: > 9f35ab0e53cc ("soc: qcom: mdt_loader: Fix error return values in > mdt_header_valid()") > before the cherry-pick of the 25daf9af0ac1 commit. > # if this needs to be in a separate cherry-pick request > # please let me know. All now queued up, thanks. greg k-h