.pylintrc: warning: ignored by one of the .gitignore files ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:435:43: warning: left shift count >= width of type [-Wshift-count-overflow] 435 | 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_assign’: ../net/qrtr/af_qrtr.c:438:43: warning: left shift count >= width of type [-Wshift-count-overflow] 438 | key = (unsigned long)node->ep->id << 32 | nid; | ^~