Re: [PATCH] selftests: Move kselftest_module.sh into kselftest/

From: Naresh Kamboju
Date: Tue Nov 12 2019 - 02:27:42 EST


Hi Kees,

Thanks for the fix patch.

On Thu, 31 Oct 2019 at 01:15, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> The kselftest_module.sh file was not being installed by the Makefile
> "install" target, rendering the lib/*.sh tests nonfunction. This fixes
> that and takes the opportunity to move it into the kselftest/ subdirectory
> which is where the kselftest infrastructure bits are collecting.
>
> Reported-by: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
> Link: https://lore.kernel.org/lkml/CA+G9fYsfJpXQvOvHdjtg8z4a89dSStOQZOKa9zMjjQgWKng1aw@xxxxxxxxxxxxxx
> Fixes: d3460527706e ("kselftest: Add test runner creation script")
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>

Now this patch merged into linux next tree.
Following tests getting pass.
kselftest:
* lib/bitmap.sh
* lib/printf.sh
* lib/strscpy.sh

Thank you.

Best regards
Naresh Kamboju