Re: [PATCH 2/2] scripts/sortextable: set the variable mmap_failure

2016-08-11 Thread Borislav Petkov
On Thu, Aug 11, 2016 at 09:52:55AM +0530, Maninder Singh wrote: > Currently mmap_failed variable is 1 for every case, so make it 0 > if mmap is success. > > Signed-off-by: Maninder Singh > Signed-off-by: Vaneet Narang See section 11) of

Re: [PATCH 2/2] scripts/sortextable: set the variable mmap_failure

2016-08-11 Thread Borislav Petkov
On Thu, Aug 11, 2016 at 09:52:55AM +0530, Maninder Singh wrote: > Currently mmap_failed variable is 1 for every case, so make it 0 > if mmap is success. > > Signed-off-by: Maninder Singh > Signed-off-by: Vaneet Narang See section 11) of Documentation/SubmittingPatches on how the sign-off chain

[PATCH 2/2] scripts/sortextable: set the variable mmap_failure

2016-08-10 Thread Maninder Singh
Currently mmap_failed variable is 1 for every case, so make it 0 if mmap is success. Signed-off-by: Maninder Singh Signed-off-by: Vaneet Narang --- scripts/sortextable.c |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sortextable.c

[PATCH 2/2] scripts/sortextable: set the variable mmap_failure

2016-08-10 Thread Maninder Singh
Currently mmap_failed variable is 1 for every case, so make it 0 if mmap is success. Signed-off-by: Maninder Singh Signed-off-by: Vaneet Narang --- scripts/sortextable.c |1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 30b4e7c..0b6a31b