On Tue, May 15, 2018 at 11:28:40AM -0700, Stephen Boyd wrote:
> Quoting Dan Carpenter (2018-05-09 23:59:51)
> > It would be nice to make things static check clean. One idea would be
> > that the static checker could ignore resource leaks in __init functions.
> >
>
> Typically if the stuff is so
Quoting Dan Carpenter (2018-05-09 23:59:51)
> It would be nice to make things static check clean. One idea would be
> that the static checker could ignore resource leaks in __init functions.
>
Typically if the stuff is so important that it doesn't work without it
then we throw in a panic() or a
It would be nice to make things static check clean. One idea would be
that the static checker could ignore resource leaks in __init functions.
regards,
dan carpenter
Hi Colin & Dan,
On Wed, May 09, 2018 at 05:01:35PM +0300, Dan Carpenter wrote:
> On Wed, May 09, 2018 at 02:40:31PM +0100, Colin King wrote:
> > From: Colin Ian King
> >
> > There are several error return paths that don't free up onecell
> > and hence we have some memory leaks. Add an error exit
On 09/05/18 17:33, Paul Burton wrote:
> Hi Colin & Dan,
>
> On Wed, May 09, 2018 at 05:01:35PM +0300, Dan Carpenter wrote:
>> On Wed, May 09, 2018 at 02:40:31PM +0100, Colin King wrote:
>>> From: Colin Ian King
>>>
>>> There are several error return paths that don't free up onecell
>>> and hence
On Wed, May 09, 2018 at 02:40:31PM +0100, Colin King wrote:
> From: Colin Ian King
>
> There are several error return paths that don't free up onecell
> and hence we have some memory leaks. Add an error exit path that
> kfree's onecell to fix the leaks.
>
> Signed-off-by: Colin Ian King
> ---
>
From: Colin Ian King
There are several error return paths that don't free up onecell
and hence we have some memory leaks. Add an error exit path that
kfree's onecell to fix the leaks.
Signed-off-by: Colin Ian King
---
drivers/clk/imgtec/clk-boston.c | 15 +++
1 file changed, 11 ins
7 matches
Mail list logo