Message ID | 20211027202846.26877-1-skhan@linuxfoundation.org (mailing list archive) |
---|---|
State | Accepted |
Commit | e300a85db1f16a5805033feb56ec1861f02c7b1c |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | selftests/net: update .gitignore with newly added tests | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Single patches do not need cover letters |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | success | CCed 5 of 5 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | No Fixes tag |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | No static functions without inline keyword in header files |
Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 27 Oct 2021 14:28:46 -0600 you wrote: > Update .gitignore with newly added tests: > tools/testing/selftests/net/af_unix/test_unix_oob > tools/testing/selftests/net/gro > tools/testing/selftests/net/ioam6_parser > tools/testing/selftests/net/toeplitz > > Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> > > [...] Here is the summary with links: - selftests/net: update .gitignore with newly added tests https://git.kernel.org/netdev/net/c/e300a85db1f1 You are awesome, thank you!
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 19deb9cdf72f..501550501216 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -31,3 +31,7 @@ rxtimestamp timestamping txtimestamp so_netns_cookie +test_unix_oob +gro +ioam6_parser +toeplitz
Update .gitignore with newly added tests: tools/testing/selftests/net/af_unix/test_unix_oob tools/testing/selftests/net/gro tools/testing/selftests/net/ioam6_parser tools/testing/selftests/net/toeplitz Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> --- tools/testing/selftests/net/.gitignore | 4 ++++ 1 file changed, 4 insertions(+)