WARNING: line length of 93 exceeds 80 columns #106: FILE: tools/testing/vsock/vsock_test.c:1897: + /* We need a custom handler for SIGUSR1 as the default one terminates the process. */ WARNING: line length of 94 exceeds 80 columns #119: 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 87 exceeds 80 columns #121: FILE: tools/testing/vsock/vsock_test.c:1912: + * The bug is present in the loopback transport. However, it does not interfere WARNING: line length of 82 exceeds 80 columns #123: FILE: tools/testing/vsock/vsock_test.c:1914: + * The bug we are testing only appears when G2H transports are not loaded. WARNING: line length of 86 exceeds 80 columns #128: FILE: tools/testing/vsock/vsock_test.c:1919: + fprintf(stderr, "G2H Transport detected. This test will not fail.\n"); WARNING: line length of 90 exceeds 80 columns #136: FILE: tools/testing/vsock/vsock_test.c:1927: + ret = pthread_create(&thread_id, NULL, test_stream_transport_change_thread, &pid); WARNING: line length of 87 exceeds 80 columns #214: FILE: tools/testing/vsock/vsock_test.c:2005: + /* Set the socket to be nonblocking because connects that have been interrupted WARNING: line length of 91 exceeds 80 columns #215: FILE: tools/testing/vsock/vsock_test.c:2006: + * (EINTR) can fill the receiver's accept queue anyway, leading to connect failure. WARNING: line length of 87 exceeds 80 columns #216: FILE: tools/testing/vsock/vsock_test.c:2007: + * As of today (6.15) in such situation there is no way to understand, from the WARNING: line length of 95 exceeds 80 columns #235: FILE: tools/testing/vsock/vsock_test.c:2026: + int client = accept(s, (struct sockaddr *)&sa_client, &socklen_client); WARNING: The commit message has 'Call Trace:', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 11 warnings, 0 checks, 203 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 9185ec607a5f ("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, 203 lines checked