Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_gate.c:499:24: warning: result of comparison of constant 9223372036854775807 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 499 | if (entry->interval > (u64)S64_MAX) { | ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_gate.c:499:24: warning: result of comparison of constant 9223372036854775807 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 499 | if (entry->interval > (u64)S64_MAX) { | ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ 1 warning generated. New errors added --- /tmp/tmp.9NZvaS3br5 2026-01-19 20:05:23.860091985 -0500 +++ /tmp/tmp.2Ptouzu1Pb 2026-01-19 20:06:17.094772098 -0500 @@ -1,0 +2,4 @@ +../net/sched/act_gate.c:499:24: warning: result of comparison of constant 9223372036854775807 with expression of type 'u32' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] + 499 | if (entry->interval > (u64)S64_MAX) { + | ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ +1 warning generated. Per-file breakdown --- /tmp/tmp.tqhwPS3ogc 2026-01-19 20:07:04.974259100 -0500 +++ /tmp/tmp.IlyzvZaXcA 2026-01-19 20:07:04.976259078 -0500 @@ -0,0 +1 @@ + 1 ../net/sched/act_gate.c