RE: [PATCH v2 0/7] remoteproc: Fixes for memoy carveout management

From: Loic PALLARDY
Date: Fri Feb 01 2019 - 10:59:36 EST


Hi Bjorn,

> -----Original Message-----
> From: Loic PALLARDY <loic.pallardy@xxxxxx>
> Sent: jeudi 10 janvier 2019 14:49
> To: bjorn.andersson@xxxxxxxxxx; ohad@xxxxxxxxxx
> Cc: linux-remoteproc@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> Arnaud POULIQUEN <arnaud.pouliquen@xxxxxx>;
> benjamin.gaignard@xxxxxxxxxx; s-anna@xxxxxx; Loic PALLARDY
> <loic.pallardy@xxxxxx>
> Subject: [PATCH v2 0/7] remoteproc: Fixes for memoy carveout
> management
>
> These patches fix the comments sent on remoteproc mailing
> list after acceptation of memory carveout patch series [1].
>
> In few words, series corrects:
> - memory carveout allocation for rproc without iommu
> - rproc_da_to_va and trace buffer access to take into account
> late carveout allocation
> - resource table cast by adding warning messages

Could you please merge this series for next pull request as it contains only fixes of patches merged in kernel 4.20.

Regards,
Loic

>
> Regards,
> Loic
>
> [1] https://lkml.org/lkml/2018/7/27/612
>
> ---
> Changes from v1:
> - Modify way to notify resource table cast issue
> - Complete trace buffer patch
>
>
> Loic Pallardy (7):
> remoteproc: correct rproc_mem_entry_init() comments
> remoteproc: fix rproc_da_to_va in case of unallocated carveout
> remoteproc: fix rproc_alloc_carveout() bad variable cast
> remoteproc: add warning on resource table cast
> remoteproc: fix rproc_alloc_carveout() for rproc with iommu domain
> remoteproc: fix trace buffer va initialization
> remoteproc: fix rproc_check_carveout_da() returned error and comments
>
> drivers/remoteproc/remoteproc_core.c | 108 ++++++++++++++++++-----
> --------
> drivers/remoteproc/remoteproc_debugfs.c | 21 ++++--
> drivers/remoteproc/remoteproc_internal.h | 9 ++-
> 3 files changed, 89 insertions(+), 49 deletions(-)
>
> --
> 2.7.4