[PATCH] UBI: Fastmap: Fix memory leak

2013-08-05 Thread Richard Weinberger
From: Thomas Weber Tested with linux-v3.10-rc3 on Devkit8000. The discussion about this patch can be found: https://lkml.org/lkml/2013/5/2/118 This patches fixes the following bug for me: When CONFIG_DEBUG_VM is active and making ubiattach ... ; ubidetach...; ubiattach ... the second ubiattach

Re: [PATCH] UBI: Fastmap: Fix memory leak

2013-05-29 Thread Richard Weinberger
Am 29.05.2013 14:27, schrieb Artem Bityutskiy: On Mon, 2013-05-27 at 10:10 +0200, Richard Weinberger wrote: Hi! Am 27.05.2013 10:02, schrieb Thomas Weber: Signed-off-by: wang bo [fix whitespace errors] Tested with linux-v3.10-rc3 on Devkit8000. Signed-off-by: Thomas Weber The discussion a

Re: [PATCH] UBI: Fastmap: Fix memory leak

2013-05-29 Thread Artem Bityutskiy
On Mon, 2013-05-27 at 10:10 +0200, Richard Weinberger wrote: > Hi! > > Am 27.05.2013 10:02, schrieb Thomas Weber: > > Signed-off-by: wang bo > > > > [fix whitespace errors] > > > > Tested with linux-v3.10-rc3 on Devkit8000. > > Signed-off-by: Thomas Weber > > > > The discussion about this patch

Re: [PATCH] UBI: Fastmap: Fix memory leak

2013-05-27 Thread Thomas Weber
Hello, On 2013-05-27 10:10, Richard Weinberger wrote: Hi! Am 27.05.2013 10:02, schrieb Thomas Weber: Signed-off-by: wang bo [fix whitespace errors] Tested with linux-v3.10-rc3 on Devkit8000. Signed-off-by: Thomas Weber The discussion about this patch can be found: https://lkml.org/lkml/20

Re: [PATCH] UBI: Fastmap: Fix memory leak

2013-05-27 Thread Richard Weinberger
Hi! Am 27.05.2013 10:02, schrieb Thomas Weber: Signed-off-by: wang bo [fix whitespace errors] Tested with linux-v3.10-rc3 on Devkit8000. Signed-off-by: Thomas Weber The discussion about this patch can be found: https://lkml.org/lkml/2013/5/2/118 Thanks a lot for fixing the whitespace issu

[PATCH] UBI: Fastmap: Fix memory leak

2013-05-27 Thread Thomas Weber
Signed-off-by: wang bo [fix whitespace errors] Tested with linux-v3.10-rc3 on Devkit8000. Signed-off-by: Thomas Weber The discussion about this patch can be found: https://lkml.org/lkml/2013/5/2/118 This patches fixes the following bug for me: When CONFIG_DEBUG_VM is active and making ubiatta