Re: Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-23 Thread richard -rw- weinberger
On Thu, May 23, 2013 at 2:00 PM, wrote: > richard -rw- weinberger 2013-05-13 > 16:08:35: > >> >> I tried to apply/test your patch. >> It has lots of white spaces damages. >> Can you please resend it using git send-email? >> And also run checkpatch.pl before sending. >> >> -- >> Thanks, >>

Re: Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-23 Thread wang . bo116
richard -rw- weinberger 2013-05-13 16:08:35: > > I tried to apply/test your patch. > It has lots of white spaces damages. > Can you please resend it using git send-email? > And also run checkpatch.pl before sending. > > -- > Thanks, > //richard hello: I use git to remake a patch,

Re: Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-23 Thread wang . bo116
richard -rw- weinberger richard.weinber...@gmail.com 2013-05-13 16:08:35: I tried to apply/test your patch. It has lots of white spaces damages. Can you please resend it using git send-email? And also run checkpatch.pl before sending. -- Thanks, //richard hello: I use git to

Re: Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-23 Thread richard -rw- weinberger
On Thu, May 23, 2013 at 2:00 PM, wang.bo...@zte.com.cn wrote: richard -rw- weinberger richard.weinber...@gmail.com 2013-05-13 16:08:35: I tried to apply/test your patch. It has lots of white spaces damages. Can you please resend it using git send-email? And also run checkpatch.pl before

Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-13 Thread richard -rw- weinberger
On Fri, May 3, 2013 at 5:31 AM, wrote: > richard -rw- weinberger write 2013-05-03 > 03:21:33: > >> On Thu, May 2, 2013 at 10:30 AM, wrote: >> >> Hi! >> >> >> >> On Tue, Apr 16, 2013 at 10:53 AM, wrote: >> >> > Hello, >> >> > Sorry, there is still something wrong with the previous >>

Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-13 Thread richard -rw- weinberger
On Fri, May 3, 2013 at 5:31 AM, wang.bo...@zte.com.cn wrote: richard -rw- weinberger richard.weinber...@gmail.com write 2013-05-03 03:21:33: On Thu, May 2, 2013 at 10:30 AM, wang.bo...@zte.com.cn wrote: Hi! On Tue, Apr 16, 2013 at 10:53 AM, wang.bo...@zte.com.cn wrote: Hello,

Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread wang . bo116
richard -rw- weinberger write 2013-05-03 03:21:33: > On Thu, May 2, 2013 at 10:30 AM, wrote: > >> Hi! > >> > >> On Tue, Apr 16, 2013 at 10:53 AM, wrote: > >> > Hello, > >> > Sorry, there is still something wrong with the previous > > patch's > >> > format, try to submit it again.

Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread richard -rw- weinberger
On Thu, May 2, 2013 at 10:30 AM, wrote: >> Hi! >> >> On Tue, Apr 16, 2013 at 10:53 AM, wrote: >> > Hello, >> > Sorry, there is still something wrong with the previous > patch's >> > format, try to submit it again. When use ubi fastmap, there is a > memory >> > leak which will make

RE: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread wang . bo116
> Hi! > > On Tue, Apr 16, 2013 at 10:53 AM, wrote: > > Hello, > > Sorry, there is still something wrong with the previous patch's > > format, try to submit it again. When use ubi fastmap, there is a memory > > leak which will make destroy_ai() fail to free the slab alloced in > >

RE: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread wang . bo116
Hi! On Tue, Apr 16, 2013 at 10:53 AM, wang.bo...@zte.com.cn wrote: Hello, Sorry, there is still something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab alloced

Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread richard -rw- weinberger
On Thu, May 2, 2013 at 10:30 AM, wang.bo...@zte.com.cn wrote: Hi! On Tue, Apr 16, 2013 at 10:53 AM, wang.bo...@zte.com.cn wrote: Hello, Sorry, there is still something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory

Re: Re: Re: [PATCH] UBI: fix memory leak when use fastmap

2013-05-02 Thread wang . bo116
richard -rw- weinberger richard.weinber...@gmail.com write 2013-05-03 03:21:33: On Thu, May 2, 2013 at 10:30 AM, wang.bo...@zte.com.cn wrote: Hi! On Tue, Apr 16, 2013 at 10:53 AM, wang.bo...@zte.com.cn wrote: Hello, Sorry, there is still something wrong with the previous

Re: [PATCH] UBI: fix memory leak when use fastmap

2013-04-28 Thread richard -rw- weinberger
Hi! On Tue, Apr 16, 2013 at 10:53 AM, wrote: > Hello, > Sorry, there is still something wrong with the previous patch's > format, try to submit it again. When use ubi fastmap, there is a memory > leak which will make destroy_ai() fail to free the slab alloced in > scan_fast(). The

Re: [PATCH] UBI: fix memory leak when use fastmap

2013-04-28 Thread richard -rw- weinberger
Hi! On Tue, Apr 16, 2013 at 10:53 AM, wang.bo...@zte.com.cn wrote: Hello, Sorry, there is still something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab alloced in

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
Hello, Sorry, there is still something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab alloced in scan_fast(). The following patch fix this problem by use a temporary

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
Hello, Sorry, there is something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab. The following patch base on linux-3.9-rc6 fix this problem. diff -uprN old_ubi/attach.c

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
UBI: fix memory leak when use fastmap When use ubi fastmap, there is a memory leak which will make destroy_ai() called in ubi_attach fail. The following patch base on linux-3.9-rc6 fix this problem. diff -uprN old_ubi/attach.c new_ubi/attach.c --- old_ubi/attach.c2013-04-08

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
UBI: fix memory leak when use fastmap When use ubi fastmap, there is a memory leak which will make destroy_ai() called in ubi_attach fail. The following patch base on linux-3.9-rc6 fix this problem. diff -uprN old_ubi/attach.c new_ubi/attach.c --- old_ubi/attach.c2013-04-08

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
Hello, Sorry, there is something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab. The following patch base on linux-3.9-rc6 fix this problem. diff -uprN old_ubi/attach.c

[PATCH] UBI: fix memory leak when use fastmap

2013-04-16 Thread wang . bo116
Hello, Sorry, there is still something wrong with the previous patch's format, try to submit it again. When use ubi fastmap, there is a memory leak which will make destroy_ai() fail to free the slab alloced in scan_fast(). The following patch fix this problem by use a temporary