Re: [PATCH v3 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss

2016-07-20 Thread Greg Ungerer
On 20/07/16 14:20, Nicolas Pitre wrote: > This is needed on systems with a MMU. > > Signed-off-by: Nicolas Pitre > Reviewed-by: Greg Ungerer > --- > fs/binfmt_flat.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH v3 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss

2016-07-20 Thread Greg Ungerer
On 20/07/16 14:20, Nicolas Pitre wrote: > This is needed on systems with a MMU. > > Signed-off-by: Nicolas Pitre > Reviewed-by: Greg Ungerer > --- > fs/binfmt_flat.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c > index

[PATCH v3 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss

2016-07-19 Thread Nicolas Pitre
This is needed on systems with a MMU. Signed-off-by: Nicolas Pitre Reviewed-by: Greg Ungerer --- fs/binfmt_flat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 28fc272d9a..0d89830f76

[PATCH v3 09/12] binfmt_flat: use clear_user() rather than memset() to clear .bss

2016-07-19 Thread Nicolas Pitre
This is needed on systems with a MMU. Signed-off-by: Nicolas Pitre Reviewed-by: Greg Ungerer --- fs/binfmt_flat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 28fc272d9a..0d89830f76 100644 --- a/fs/binfmt_flat.c +++