.pylintrc: warning: ignored by one of the .gitignore files ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: ../net/qrtr/af_qrtr.c:443:56: warning: left shift count >= width of type [-Wshift-count-overflow] 443 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; | ^~ ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:471:43: warning: left shift count >= width of type [-Wshift-count-overflow] 471 | key = (unsigned long)node->ep->id << 32 | nid; | ^~ .pylintrc: warning: ignored by one of the .gitignore files ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: ../net/qrtr/af_qrtr.c:450:56: warning: left shift count >= width of type [-Wshift-count-overflow] 450 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; | ^~ ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:478:43: warning: left shift count >= width of type [-Wshift-count-overflow] 478 | key = (unsigned long)node->ep->id << 32 | nid; | ^~