WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #82: new file mode 100644 WARNING: line length of 87 exceeds 80 columns #128: FILE: fs/afs/cm_security.c:42: + return rxrpc_kernel_reject_challenge(challenge, RX_USER_ABORT, -EPROTO, WARNING: line length of 86 exceeds 80 columns #129: FILE: fs/afs/cm_security.c:43: + afs_abort_unsupported_sec_class); WARNING: line length of 87 exceeds 80 columns #137: FILE: fs/afs/cm_security.c:51: + return rxrpc_kernel_reject_challenge(challenge, RX_USER_ABORT, -EPROTO, WARNING: line length of 86 exceeds 80 columns #138: FILE: fs/afs/cm_security.c:52: + afs_abort_unsupported_sec_class); WARNING: line length of 92 exceeds 80 columns #415: FILE: include/uapi/linux/rxrpc.h:39: +#define RXRPC_MANAGE_RESPONSE 7 /* [clnt] Want to manage RESPONSE packets */ WARNING: line length of 90 exceeds 80 columns #438: FILE: include/uapi/linux/rxrpc.h:50: + RXRPC_ABORT = 2, /* -sr: Abort request / notification [terminal] */ WARNING: line length of 87 exceeds 80 columns #439: FILE: include/uapi/linux/rxrpc.h:51: + RXRPC_ACK = 3, /* S-r: RPC op final ACK received [terminal] */ WARNING: line length of 84 exceeds 80 columns #440: FILE: include/uapi/linux/rxrpc.h:52: + RXRPC_NET_ERROR = 5, /* --r: Network error received [terminal] */ WARNING: line length of 82 exceeds 80 columns #441: FILE: include/uapi/linux/rxrpc.h:53: + RXRPC_BUSY = 6, /* C-r: Server busy received [terminal] */ WARNING: line length of 83 exceeds 80 columns #442: FILE: include/uapi/linux/rxrpc.h:54: + RXRPC_LOCAL_ERROR = 7, /* --r: Local error generated [terminal] */ WARNING: line length of 81 exceeds 80 columns #443: FILE: include/uapi/linux/rxrpc.h:55: + RXRPC_NEW_CALL = 8, /* S-r: New incoming call notification */ WARNING: line length of 89 exceeds 80 columns #444: FILE: include/uapi/linux/rxrpc.h:56: + RXRPC_EXCLUSIVE_CALL = 10, /* Cs-: Call should be on exclusive connection */ WARNING: line length of 90 exceeds 80 columns #445: FILE: include/uapi/linux/rxrpc.h:57: + RXRPC_UPGRADE_SERVICE = 11, /* Cs-: Request service upgrade for client call */ WARNING: line length of 93 exceeds 80 columns #448: FILE: include/uapi/linux/rxrpc.h:60: + RXRPC_CHARGE_ACCEPT = 14, /* Ss-: Charge the accept pool with a user call ID */ WARNING: line length of 85 exceeds 80 columns #453: FILE: include/uapi/linux/rxrpc.h:65: + RXRPC_RESP_RXGK_APPDATA = 19, /* Cs-: RESPONSE: RxGK app data to include */ WARNING: line length of 96 exceeds 80 columns #465: FILE: include/uapi/linux/rxrpc.h:132: + __u16 service_id; /* The service ID of the connection (may be upgraded) */ WARNING: line length of 82 exceeds 80 columns #466: FILE: include/uapi/linux/rxrpc.h:133: + __u8 security_index; /* The security index of the connection */ WARNING: line length of 81 exceeds 80 columns #467: FILE: include/uapi/linux/rxrpc.h:134: + __u8 pad; /* Round out to a multiple of 4 bytes. */ WARNING: line length of 82 exceeds 80 columns #535: FILE: net/rxrpc/af_rxrpc.c:772: + clear_bit(RXRPC_SOCK_MANAGE_RESPONSE, &rx->flags); WARNING: line length of 81 exceeds 80 columns #576: FILE: net/rxrpc/af_rxrpc.c:941: + skb = rb_entry(rx->pending_oobq.rb_node, struct sk_buff, rbnode); WARNING: line length of 89 exceeds 80 columns #627: FILE: net/rxrpc/ar-internal.h:153: + struct sk_buff_head recvmsg_oobq; /* OOB messages for recvmsg to pick up */ WARNING: line length of 99 exceeds 80 columns #628: FILE: net/rxrpc/ar-internal.h:154: + struct rb_root pending_oobq; /* OOB messages awaiting userspace to respond to */ WARNING: line length of 91 exceeds 80 columns #637: FILE: net/rxrpc/ar-internal.h:166: +#define RXRPC_SOCK_MANAGE_RESPONSE 1 /* User wants to manage RESPONSE packets */ WARNING: line length of 92 exceeds 80 columns #646: FILE: net/rxrpc/ar-internal.h:210: + struct rxrpc_connection *poke_conn; /* Conn referred to (poke packet) */ WARNING: line length of 84 exceeds 80 columns #655: FILE: net/rxrpc/ar-internal.h:225: + struct rxrpc_connection *conn; /* Connection referred to */ WARNING: line length of 87 exceeds 80 columns #701: FILE: net/rxrpc/ar-internal.h:562: + struct sk_buff *tx_response; /* Response packet to be transmitted */ CHECK: Lines should not end with a '(' #817: FILE: net/rxrpc/conn_event.c:284: + sp->poke_conn = rxrpc_get_connection( WARNING: line length of 81 exceeds 80 columns #943: FILE: net/rxrpc/conn_event.c:563: + if (after(sp->resp.challenge_serial, osp->resp.challenge_serial)) WARNING: line length of 89 exceeds 80 columns #1012: FILE: net/rxrpc/io_thread.c:493: + rxrpc_put_connection(sp->poke_conn, rxrpc_conn_put_poke); WARNING: line length of 85 exceeds 80 columns #1025: FILE: net/rxrpc/io_thread.c:506: + list_splice_tail_init(&local->conn_attend_q, &conn_attend_q); WARNING: line length of 83 exceeds 80 columns #1061: FILE: net/rxrpc/oob.c:25: + u64 oob_id; /* ID number of message if reply */ WARNING: line length of 82 exceeds 80 columns #1089: FILE: net/rxrpc/oob.c:53: + trace_rxrpc_notify_socket(call->debug_id, sp->hdr.serial); WARNING: line length of 81 exceeds 80 columns #1147: FILE: net/rxrpc/oob.c:111: +static int rxrpc_sendmsg_oob_cmsg(struct msghdr *msg, struct rxrpc_oob_params *p) WARNING: line length of 87 exceeds 80 columns #1181: FILE: net/rxrpc/oob.c:145: + memcpy(&p->abort_code, CMSG_DATA(cmsg), sizeof(p->abort_code)); WARNING: line length of 82 exceeds 80 columns #1237: FILE: net/rxrpc/oob.c:201: + rxrpc_abort_conn(conn, NULL, p->abort_code, -ECONNABORTED, WARNING: line length of 85 exceeds 80 columns #1241: FILE: net/rxrpc/oob.c:205: + ret = conn->security->sendmsg_respond_to_challenge(skb, msg); WARNING: line length of 81 exceeds 80 columns #1428: FILE: net/rxrpc/output.c:923: +void rxrpc_send_response(struct rxrpc_connection *conn, struct sk_buff *response) WARNING: line length of 85 exceeds 80 columns #1448: FILE: net/rxrpc/output.c:943: + bvec_set_page(&bvec[i], sg_page(&sg[i]), sg[i].length, sg[i].offset); WARNING: line length of 82 exceeds 80 columns #1461: FILE: net/rxrpc/output.c:956: + ret = skb_store_bits(response, offsetof(struct rxrpc_wire_header, serial), WARNING: line length of 81 exceeds 80 columns #1514: FILE: net/rxrpc/recvmsg.c:183: + struct sk_buff *challenge, unsigned int flags) WARNING: line length of 85 exceeds 80 columns #2070: FILE: net/rxrpc/server_key.c:176: + * rxrpc_sock_set_manage_response - Set the manage-response flag for a kernel service total: 0 errors, 41 warnings, 1 checks, 1882 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 6d71608d448c ("rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE") 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, 41 warnings, 1 checks, 1882 lines checked