Hi Kees,
Thanks for the fix patch.
On Thu, 31 Oct 2019 at 01:15, Kees Cook keescook@chromium.org 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@linaro.org Link: https://lore.kernel.org/lkml/CA+G9fYsfJpXQvOvHdjtg8z4a89dSStOQZOKa9zMjjQgWKn... Fixes: d3460527706e ("kselftest: Add test runner creation script") Signed-off-by: Kees Cook keescook@chromium.org
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