.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; | ^~ .pylintrc: warning: ignored by one of the .gitignore files ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: ../net/qrtr/af_qrtr.c:442:56: warning: left shift count >= width of type [-Wshift-count-overflow] 442 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; | ^~ ../net/qrtr/af_qrtr.c: In function ‘qrtr_node_assign’: ../net/qrtr/af_qrtr.c:470:43: warning: left shift count >= width of type [-Wshift-count-overflow] 470 | key = (unsigned long)node->ep->id << 32 | nid; | ^~ New errors added --- /tmp/tmp.ti4IZoUHWO 2025-07-19 12:21:32.392247357 -0700 +++ /tmp/tmp.CGN9CrchXl 2025-07-19 12:22:22.175976934 -0700 @@ -1,0 +2,4 @@ +../net/qrtr/af_qrtr.c: In function ‘qrtr_node_lookup’: +../net/qrtr/af_qrtr.c:442:56: warning: left shift count >= width of type [-Wshift-count-overflow] + 442 | unsigned long key = (unsigned long)endpoint_id << 32 | nid; + | ^~ @@ -3,2 +7,2 @@ -../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; +../net/qrtr/af_qrtr.c:470:43: warning: left shift count >= width of type [-Wshift-count-overflow] + 470 | key = (unsigned long)node->ep->id << 32 | nid; Per-file breakdown --- /tmp/tmp.FXBZ3BzQ2X 2025-07-19 12:22:22.182697356 -0700 +++ /tmp/tmp.s6bU8DOQy5 2025-07-19 12:22:22.184697346 -0700 @@ -1 +1 @@ - 1 ../net/qrtr/af_qrtr.c + 2 ../net/qrtr/af_qrtr.c