[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <89505210a56a412e9716f1052267b231@SFHDAG7NODE2.st.com>
Date: Fri, 12 Jan 2018 08:19:50 +0000
From: Loic PALLARDY <loic.pallardy@...com>
To: Bjorn Andersson <bjorn.andersson@...aro.org>
CC: "ohad@...ery.com" <ohad@...ery.com>,
"linux-remoteproc@...r.kernel.org" <linux-remoteproc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Arnaud POULIQUEN <arnaud.pouliquen@...com>,
"benjamin.gaignard@...aro.org" <benjamin.gaignard@...aro.org>
Subject: RE: [PATCH v2 08/16] remoteproc: add name in rproc_mem_entry struct
> -----Original Message-----
> From: Bjorn Andersson [mailto:bjorn.andersson@...aro.org]
> Sent: Thursday, December 14, 2017 2:21 AM
> To: Loic PALLARDY <loic.pallardy@...com>
> Cc: ohad@...ery.com; linux-remoteproc@...r.kernel.org; linux-
> kernel@...r.kernel.org; Arnaud POULIQUEN <arnaud.pouliquen@...com>;
> benjamin.gaignard@...aro.org
> Subject: Re: [PATCH v2 08/16] remoteproc: add name in rproc_mem_entry
> struct
>
> On Thu 30 Nov 08:46 PST 2017, Loic Pallardy wrote:
>
> > Add name field in struc rproc_mem_entry.
> > This new field will be used to match memory area
> > requested in resource table with pre-registered carveout.
> >
> > Signed-off-by: Loic Pallardy <loic.pallardy@...com>
> > ---
> > drivers/remoteproc/remoteproc_core.c | 1 +
> > drivers/remoteproc/remoteproc_debugfs.c | 1 +
> > include/linux/remoteproc.h | 2 ++
> > 3 files changed, 4 insertions(+)
> >
> > diff --git a/drivers/remoteproc/remoteproc_core.c
> b/drivers/remoteproc/remoteproc_core.c
> > index bdc99cd..cc53247 100644
> > --- a/drivers/remoteproc/remoteproc_core.c
> > +++ b/drivers/remoteproc/remoteproc_core.c
> > @@ -835,6 +835,7 @@ static int rproc_handle_carveout(struct rproc
> *rproc,
> > carveout->da = rsc->da;
> > carveout->release = rproc_release_carveout;
> > carveout->priv = (void *)CARVEOUT_RSC_ALLOCATED;
> > + strncpy(carveout->name, rsc->name, sizeof(carveout->name));
>
> Please ensure that this string is NUL terminated.
I'll use strlcpy instead
Regards,
Loic
>
> Regards,
> Bjorn
Powered by blists - more mailing lists