Re: [PATCH] selftests/lib: set printf.sh executable

2016-06-24 Thread Shuah Khan
Hi SeongJae Park, Thanks for the ping. On 06/24/2016 05:56 PM, SeongJae Park wrote: > Shuah, > > > May I ask your opinion about this patch? > > > Thanks, > SeongJae Park > > On Sun, Jun 19, 2016 at 2:50 AM, Kees Cook wrote: >> On Sat, Jun 18, 2016 at 2:28 AM, SeongJae Park wrote: >>> Test

Re: [PATCH] selftests/lib: set printf.sh executable

2016-06-24 Thread SeongJae Park
Shuah, May I ask your opinion about this patch? Thanks, SeongJae Park On Sun, Jun 19, 2016 at 2:50 AM, Kees Cook wrote: > On Sat, Jun 18, 2016 at 2:28 AM, SeongJae Park wrote: >> Test for test_printf module fails always because the test program, >> printf.sh, has no execution permission. Th

Re: [PATCH] selftests/lib: set printf.sh executable

2016-06-18 Thread Kees Cook
On Sat, Jun 18, 2016 at 2:28 AM, SeongJae Park wrote: > Test for test_printf module fails always because the test program, > printf.sh, has no execution permission. This commit adds execution > permission to it. > > Signed-off-by: SeongJae Park Acked-by: Kees Cook (Is this mode change suffici

[PATCH] selftests/lib: set printf.sh executable

2016-06-18 Thread SeongJae Park
Test for test_printf module fails always because the test program, printf.sh, has no execution permission. This commit adds execution permission to it. Signed-off-by: SeongJae Park --- tools/testing/selftests/lib/printf.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644