Re: [PATCH 1/9] remoteproc: Bugfix: Deallocate firmware image on shutdown

2013-03-19 Thread Ohad Ben-Cohen
On Tue, Mar 19, 2013 at 2:40 PM, Sjur BRENDELAND wrote: > Sure, you can add my: > Signed-off-by: Sjur Brændeland Thanks. I'm also cc'ing stable -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

RE: [PATCH 1/9] remoteproc: Bugfix: Deallocate firmware image on shutdown

2013-03-19 Thread Sjur BRENDELAND
Hi Ohad, > On Sun, Feb 10, 2013 at 1:39 PM, wrote: > > From: Dmitry Tarnyagin > > > > Fixes coherent memory leakage, caused by non-deallocated > > firmware image chunk. > > I'll just slightly edit the subject + commit log to indicate this fix > is STE-specific. Sure, no problem. > > > Signe

Re: [PATCH 1/9] remoteproc: Bugfix: Deallocate firmware image on shutdown

2013-03-19 Thread Ohad Ben-Cohen
Hi Sjur, On Sun, Feb 10, 2013 at 1:39 PM, wrote: > From: Dmitry Tarnyagin > > Fixes coherent memory leakage, caused by non-deallocated > firmware image chunk. I'll just slightly edit the subject + commit log to indicate this fix is STE-specific. > Signed-off-by: Dmitry Tarnyagin Can I add y

[PATCH 1/9] remoteproc: Bugfix: Deallocate firmware image on shutdown

2013-02-10 Thread sjur . brandeland
From: Dmitry Tarnyagin Fixes coherent memory leakage, caused by non-deallocated firmware image chunk. Signed-off-by: Dmitry Tarnyagin --- drivers/remoteproc/ste_modem_rproc.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers/remoteproc/ste_modem_rproc.c b/