mbox series

[V4,0/2] Add modem debug features

Message ID 1653396335-6295-1-git-send-email-quic_sibis@quicinc.com (mailing list archive)
Headers show
Series Add modem debug features | expand

Message

Sibi Sankar May 24, 2022, 12:45 p.m. UTC
The series adds support for the following modem debug features:
 * Pass on MBA log info to imem
 * Add panic handler for mss 

V4:
 * Restart the update mba info to imem patch that was dropped from V2
 * Add panic handler for mss driver
 * Drop patches that have already landed

V3:
 * Drop mba text log extraction support since its already
   picked up by Bjorn
 * Fix dp_fw leak and create a separate func for dp load [Bjorn]
 * Reset dp_size on mba_reclaim
 * 2 new patches are included they validate mba/modem blob size
   before load

V2:
 * Use request_firmware_direct [Bjorn]
 * Use Bjorn's template to show if debug policy is present
 * Add size check to prevent memcpy out of bounds [Bjorn]
 * Don't dump logs in mba_reclaim path [Bjorn]
 * Move has_mba_logs check to q6v5_dump_mba_logs [Bjorn]
 * SDM845 mss was incorrectly marked to support mba logs
 * Drop patch 3 where mba text logs are added to imem

Sibi Sankar (2):
  remoteproc: qcom_q6v5_mss: Update MBA log info
  remoteproc: qcom_q6v5: Introduce panic handler for MSS

 drivers/remoteproc/qcom_q6v5_mss.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Pavel Machek May 26, 2022, 11:08 a.m. UTC | #1
Hi!

> The series adds support for the following modem debug features:
>  * Pass on MBA log info to imem
>  * Add panic handler for mss 

Can I get you to cc phone-devel mailing list?

Thanks,
							Pavel
Sibi Sankar May 26, 2022, 11:27 a.m. UTC | #2
On 5/26/22 4:38 PM, Pavel Machek wrote:
> Hi!
> 
>> The series adds support for the following modem debug features:
>>   * Pass on MBA log info to imem
>>   * Add panic handler for mss
> 
> Can I get you to cc phone-devel mailing list?

Pavel,
I picked up the series when I noticed one of the patch had fallen
through the cracks. IIRC you had already requested for the cc before
as well, will make sure I cc the group if there is a re-spin.

-Sibi

> 
> Thanks,
> 							Pavel
> 							
>
Bjorn Andersson July 18, 2022, 10:59 p.m. UTC | #3
On Tue, 24 May 2022 18:15:33 +0530, Sibi Sankar wrote:
> The series adds support for the following modem debug features:
>  * Pass on MBA log info to imem
>  * Add panic handler for mss
> 
> V4:
>  * Restart the update mba info to imem patch that was dropped from V2
>  * Add panic handler for mss driver
>  * Drop patches that have already landed
> 
> [...]

Applied, thanks!

[1/2] remoteproc: qcom_q6v5_mss: Update MBA log info
      commit: 347c51ba5e49e35c5f4ee78f8664f08429b52b6d
[2/2] remoteproc: qcom_q6v5: Introduce panic handler for MSS
      commit: 3b1d265a846292464f6716b8c3a546252f73a7d7

Best regards,