Petr Vorel
Petr Vorel
I'm not sure any more if this is good idea. But github now have in the setup "Require contributors to sign off on web-based commits", that might be useful.
Wei, please next time add to your git commit message ``` Implements: https://github.com/linux-test-project/ltp/issues/1023 ``` This will close the ticket automatically after patchset is merged.
v3 from Wei: https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/
Note from #290: The seccomp call gained support for userspace notifications see: https://lwn.net/Articles/776035/#userspace
FYI that file is mapped to online docs: https://github.com/linux-test-project/ltp/wiki/Supported-kernel,-libc,-toolchain-versions#13-minimal-supported-kernel-version.
What `ltp_1.21` is? We have time based releases: https://github.com/linux-test-project/ltp/releases.
> The patchwork link shows no results but it looks like this has already been implemented via [813457d](https://github.com/linux-test-project/ltp/commit/813457d01c2b3db6e1f5f1fa4291b932e132bb30). FYI: When you click to icon next to _Action Required_ to disable...
Thanks for your report. Faster reproducer: ``` LTP_SHELL_API_TESTS=shell/net/tst_rhost_run.sh make test-shell ``` And in 0862350f9fd51ad139ff2d0b09545e3016377c36, when `make test*` haven't been merged yet, it needs to be run as: ``` PATH="$l/testcases/lib:$PATH" lib/newlib_tests/shell/net/tst_rhost_run.sh...
> But i encounter another PATH issue, seem PATH not include ns_create command. That's definitely a problem for the test, although there might be something else. Adding `testcases/kernel/containers/share/` to `$PATH`...
Actually, maybe add checking the dependencies to `tst_net.sh` would be better. i.e. into `init_ltp_netspace`, add more, e.g. `ns_create` `ns_exec` etc. And also check `tst_net_ip_prefix` before first use. UPDATE: I mean...