Re: [PATCH 2/2] soc: qcom: pd-mapper: Fix element length in servreg_loc_pfr_req_ei

From: Mukesh Ojha

Date: Thu Jan 29 2026 - 10:33:53 EST


On Thu, Jan 29, 2026 at 08:53:20PM +0530, Mukesh Ojha wrote:
> It looks element length declared in servreg_loc_pfr_req_ei for reason
> not matching servreg_loc_pfr_req's reason field due which we could
> observe decoding error on PD crash.
>
> qmi_decode_string_elem: String len 81 >= Max Len 65
>
> Fix this by matching with servreg_loc_pfr_req's reason field.
>
> Fixes: 1ebcde047c54 ("soc: qcom: add pd-mapper implementation")
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>

Just realized that, this should be first patch as it is a fix patch.
Let me know, if it needs to be corrected.