Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/tnum.c:283:18: warning: '&' within '|' [-Wbitwise-op-parentheses] 283 | j = t.value | z & t.mask; | ~ ~~^~~~~~~~ ../kernel/bpf/tnum.c:283:18: note: place parentheses around the '&' expression to silence this warning 283 | j = t.value | z & t.mask; | ^ | ( ) ../kernel/bpf/tnum.c:303:9: warning: '&' within '|' [-Wbitwise-op-parentheses] 303 | w = u & t.mask | t.value; | ~~^~~~~~~~ ~ ../kernel/bpf/tnum.c:303:9: note: place parentheses around the '&' expression to silence this warning 303 | w = u & t.mask | t.value; | ^ | ( ) 2 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/tnum.c:283:18: warning: '&' within '|' [-Wbitwise-op-parentheses] 283 | j = t.value | z & t.mask; | ~ ~~^~~~~~~~ ../kernel/bpf/tnum.c:283:18: note: place parentheses around the '&' expression to silence this warning 283 | j = t.value | z & t.mask; | ^ | ( ) ../kernel/bpf/tnum.c:303:9: warning: '&' within '|' [-Wbitwise-op-parentheses] 303 | w = u & t.mask | t.value; | ~~^~~~~~~~ ~ ../kernel/bpf/tnum.c:303:9: note: place parentheses around the '&' expression to silence this warning 303 | w = u & t.mask | t.value; | ^ | ( ) 2 warnings generated. New errors added --- /tmp/tmp.lNsO8yQI22 2025-11-07 11:37:37.750817263 -0800 +++ /tmp/tmp.xx1DWc9CaH 2025-11-07 11:39:21.436857100 -0800 @@ -1,0 +2,15 @@ +../kernel/bpf/tnum.c:283:18: warning: '&' within '|' [-Wbitwise-op-parentheses] + 283 | j = t.value | z & t.mask; + | ~ ~~^~~~~~~~ +../kernel/bpf/tnum.c:283:18: note: place parentheses around the '&' expression to silence this warning + 283 | j = t.value | z & t.mask; + | ^ + | ( ) +../kernel/bpf/tnum.c:303:9: warning: '&' within '|' [-Wbitwise-op-parentheses] + 303 | w = u & t.mask | t.value; + | ~~^~~~~~~~ ~ +../kernel/bpf/tnum.c:303:9: note: place parentheses around the '&' expression to silence this warning + 303 | w = u & t.mask | t.value; + | ^ + | ( ) +2 warnings generated. Per-file breakdown --- /tmp/tmp.fM63LSk757 2025-11-07 11:40:57.548967202 -0800 +++ /tmp/tmp.3w9IeW397Y 2025-11-07 11:40:57.553967155 -0800 @@ -0,0 +1 @@ + 4 ../kernel/bpf/tnum.c