[PATCH v2] kernel:flock: Change tst_resm() followed by tst_exit() to tst_brkm()

2015-06-10 Thread Maninder Singh
As in commit 9fa8ad0 Change tst_resm() followed by tst_exit() to tst_brkm() Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- testcases/kernel/syscalls/flock/flock01.c | 12 ++-- testcases/kernel/syscalls/flock/flock06.c

[RFC][PATCH 1/1] procps/nmeter.c: change (type*)0 to NULL

2015-06-10 Thread Maninder Singh
Use NULL instead of (type*)0 as in init_delay Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- procps/nmeter.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/procps/nmeter.c b/procps/nmeter.c index 5d5b83b

Re: [PATCH v2] kernel:flock: Change tst_resm() followed by tst_exit() to tst_brkm()

2015-06-10 Thread Maninder Singh
() followed by tst_exit() to tst_brkm() As in commit 9fa8ad0 Change tst_resm() followed by tst_exit() to tst_brkm() Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- testcases/kernel/syscalls/flock/flock01.c | 12 ++-- testcases

[RESEND][PATCH 1/1] Removes stray empty line from code

2015-06-09 Thread Maninder Singh
From: Maninder Singh maninder...@samsung.com This patch removes stray empty line from busybox code reported by script find_stray_empty_lines Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- archival/cpio.c

[PATCH 1/1] fix whitespaces

2015-06-01 Thread Maninder Singh
Subject: [PATCH 1/1] fix whitespaces reported by script :- scripts/fix_ws.sh Signed-off-by: Maninder Singh maninder...@samsung.com --- coreutils/shuf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/coreutils/shuf.c b/coreutils/shuf.c index 6d0a68f..9f61f2f 100644

[PATCH 1/1] fix if(p)/free(p) construct

2015-06-01 Thread Maninder Singh
No need of explicit NULL check before free. Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- e2fsprogs/old_e2fsprogs/blkid/dev.c |3 +-- e2fsprogs/old_e2fsprogs/fsck.c | 12 scripts/kconfig/confdata.c

[PATCH 1/1] Removes stray empty line from code.

2015-05-26 Thread Maninder Singh
From: Maninder Singh maninder...@samsung.com This patch removes stray empty line from busybox code reported by script find_stray_empty_lines Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- archival/cpio.c

Re: Re: [EDT][PATCH 0/11] typo fixes in busybox

2015-05-21 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Please fix your MUA or MTA to omit that EP- thing in the mail-body. Hi Bernhard, Already requested for fixing, from Next time hopefullt it will be fixed. Do i need to resubmit the patches if changes are acceptable? thanks, Thanks Maninder,

[EDT][PATCH 0/11] typo fixes in busybox

2015-05-20 Thread Maninder Singh
(preceeded-- preceded) 8 Typo fix (protcol--protocol) 9 Typo fix (arguement -- argument) 10 Typo fix (calender -- calendar) 11 Typo fix ( implemenation -- implementation) Thanks Maninder Singh ___ busybox mailing list busybox@busybox.net http

[EDT][PATCH 1/11] Typo fix : begining - beginning

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 01/11] typo fix begining - beginning Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- editors/diff.c |2 +- editors/vi.c | 10 +- 2 files changed, 6 insertions

[EDT][PATCH 10/11]Typo fix : calender -- calendar

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 10/11] typo fix calender -- calendar Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- coreutils/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[EDT][PATCH 4/11]Typo Fix: fuction -- function

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 04/11] typo fix fuction -- function Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- e2fsprogs/old_e2fsprogs/e2fsck.c |4 ++-- util-linux/mkfs_reiser.c |2 +- 2

[EDT][PATCH 8/11]Typo fix : protcol--protocol

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 08/11] typo fix protcol--protocol Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- docs/cgi/env.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[EDT][PATCH 7/11]Typo fix :preceeded-- preceded

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 07/11] typo fix preceeded-- preceded Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- miscutils/less.c|2 +- scripts/basic/docproc.c |2 +- 2 files changed, 2

[EDT][PATCH 9/11]Typo fix:arguement -- argument

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 09/11] typo fix arguement -- argument Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[EDT][PATCH 5/11]Typo fix: speficied-- specified

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 05/11] typo fix speficied-- specified Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- selinux/Config.src |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[EDT][PATCH 6/11]Typo fix : vitual -- virtual

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 06/11] typo fix vitual -- virtual Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- editors/vi.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[EDT] [PATCH 3/11] Typo fix : accomodate -- accommodate

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 03/11] typo fix accomodate -- accommodate Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- coreutils/stat.c |2 +- coreutils/uudecode.c |2 +- findutils/xargs.c

[EDT] [PATCH 2/11] Typo fix:assigment -- assignment

2015-05-20 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Subject: [PATCH 02/11] typo fix assigment -- assignment Signed-off-by: Maninder Singh maninder...@samsung.com Reviewed-by: Akhilesh Kumar akhiles...@samsung.com --- shell/hush.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[EDT][PATCH 1/1] realloc failure handling

2015-05-12 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Package: busybox Version: v1.24.0.git Severity: wishlist Subject: [PATCH 1/1] realloc failure handling Signed-off-by: Maninder Singh maninder...@samsung.com Signed-off-by: Akhilesh Kumar akhiles...@samsung.com --- scripts/kconfig/confdata.c | 13

Re: [EDT][PATCH 1/1] realloc failure handling

2015-05-12 Thread Maninder Singh
by build system. realloc failure would result in make failure, which is a correct behavior on ENOMEM. On Tue, May 12, 2015 at 12:27 PM, Maninder Singh maninder...@samsung.com wrote: EP-E9D7571734A347E2ADA07C4134AB97EA Package: busybox Version: v1.24.0.git Severity: wishlist Subject: [PATCH 1/1

[EDT][Busybox][PATCH] Fixes resource leak: missing fclose after fopen

2015-05-07 Thread Maninder Singh
EP-E9D7571734A347E2ADA07C4134AB97EA Hi, Package: busybox Version: v1.24.0.git Severity: wishlist This patch fixes a samll resource leak- Missing fclose after fopen. Signed-off-by: Akhilesh Kumar akhiles...@samsung.com Signed-off-by: Maninder Singh maninder...@samsung.com --- applets