Merge branch 'address-remaining-wtautological-constant-out-of-range-compare'
authorJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 19:47:58 +0000 (12:47 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Mar 2024 19:47:58 +0000 (12:47 -0700)
Arnd Bergmann says:

====================
address remaining -Wtautological-constant-out-of-range-compare

The warning option was introduced a few years ago but left disabled
by default. All of the actual bugs that this has found have been
fixed in the meantime, and this series should address the remaining
false-positives, as tested on arm/arm64/x86 randconfigs as well as
allmodconfig builds for all architectures supported by clang.
====================

Link: https://lore.kernel.org/r/20240328143051.1069575-1-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge