mbox series

[V3,0/2] smem partition remap and bound check changes

Message ID 1633426371-4827-1-git-send-email-deesin@codeaurora.org (mailing list archive)
Headers show
Series smem partition remap and bound check changes | expand

Message

Deepak Kumar Singh Oct. 5, 2021, 9:32 a.m. UTC
Addressed pointer conversion error in previous set and devm_iounmap
code reordering. Corrected code for calculating global partition size,
added code inside hardware mutex p_size = avilable + free.

Deepak Kumar Singh (2):
  soc: qcom: smem: map only partitions used by local HOST
  soc: qcom: smem: validate fields of shared structures

 drivers/soc/qcom/smem.c | 317 +++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 245 insertions(+), 72 deletions(-)

Comments

Bjorn Andersson Dec. 15, 2021, 4:01 a.m. UTC | #1
On Tue 05 Oct 04:32 CDT 2021, Deepak Kumar Singh wrote:

> Addressed pointer conversion error in previous set and devm_iounmap
> code reordering. Corrected code for calculating global partition size,
> added code inside hardware mutex p_size = avilable + free.
> 

Hi Deepak,

Sorry for taking my time reviewing and testing this series. I think it
looks good and was hoping to just merge it, but it no longer applies.

Could you please help me rebase it ontop of linux-next?

Thanks,
Bjorn

> Deepak Kumar Singh (2):
>   soc: qcom: smem: map only partitions used by local HOST
>   soc: qcom: smem: validate fields of shared structures
> 
>  drivers/soc/qcom/smem.c | 317 +++++++++++++++++++++++++++++++++++++-----------
>  1 file changed, 245 insertions(+), 72 deletions(-)
> 
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
>