WARNING: line length of 93 exceeds 80 columns #108: FILE: tools/testing/vsock/vsock_test.c:1896: + /* We need a custom handler for SIGUSR1 as the default one terminates the process. */ WARNING: line length of 94 exceeds 80 columns #122: FILE: tools/testing/vsock/vsock_test.c:1910: + * This is on a best effort basis because VMCI can be either G2H and H2G, and there is WARNING: line length of 82 exceeds 80 columns #124: FILE: tools/testing/vsock/vsock_test.c:1912: + * The bug we are testing only appears when G2H transports are not loaded. WARNING: line length of 94 exceeds 80 columns #125: FILE: tools/testing/vsock/vsock_test.c:1913: + * This is because `vsock_assign_transport`, when using CID 0, assigns a G2H transport WARNING: line length of 97 exceeds 80 columns #126: FILE: tools/testing/vsock/vsock_test.c:1914: + * to vsk->transport. If none is available it is set to NULL, causing the null-ptr-deref. WARNING: line length of 86 exceeds 80 columns #129: FILE: tools/testing/vsock/vsock_test.c:1917: + fprintf(stderr, "G2H Transport detected. This test will not fail.\n"); WARNING: line length of 90 exceeds 80 columns #137: FILE: tools/testing/vsock/vsock_test.c:1925: + ret = pthread_create(&thread_id, NULL, test_stream_transport_change_thread, &pid); WARNING: line length of 87 exceeds 80 columns #212: FILE: tools/testing/vsock/vsock_test.c:2000: + /* Set the socket to be nonblocking because connects that have been interrupted WARNING: line length of 91 exceeds 80 columns #213: FILE: tools/testing/vsock/vsock_test.c:2001: + * (EINTR) can fill the receiver's accept queue anyway, leading to connect failure. WARNING: line length of 87 exceeds 80 columns #214: FILE: tools/testing/vsock/vsock_test.c:2002: + * As of today (6.15) in such situation there is no way to understand, from the WARNING: The commit message has 'Call Trace:', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 11 warnings, 0 checks, 195 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit f6826300040c ("vsock/test: Add test for null ptr deref when transport changes") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 11 warnings, 0 checks, 195 lines checked