ltp
ltp copied to clipboard
For few I/O tests, paths are hardcoded under runtest. Not in uniform to match with TMPDIR
The lvm runtest files will probably go away see:
http://patchwork.ozlabs.org/project/ltp/patch/[email protected]/
As these have been made obsolete by 45289e4984d321d0c12c11c73e72b8bb5c2f65a9
The rest looks good, but the patches do miss Signed-off-by, see:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
The lvm runtest files will probably go away see:
http://patchwork.ozlabs.org/project/ltp/patch/[email protected]/
As these have been made obsolete by 45289e4
The rest looks good, but the patches do miss Signed-off-by, see:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin
How do I sign-off? Or Should, I raise new pull request?
You have to add that line at the end of the git commit message. If you configure git user name and email you can pass -s flag to git commit to do that automatically.
Most of these test were rewritten meanwhile to properly create temporary directory at the test startup. The only remaining part of this patchset that is still relevant is the fcntl-locktest, feel free to resubmit that patch with correct SIgned-off-by line.