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)
commit46dc11bee2d5272f200ac419f9e7e238c246b802
tree1119cfff214734e888dd3bb7481ec8b75e9bc3a1
parent06c2a5cd48fe50f24f8801dd10fcd2b6fd526566
parenta5535e5336943b33689f558199366102387b7bbf
Merge branch 'address-remaining-wtautological-constant-out-of-range-compare'

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>