lkml.org 
[lkml]   [2024]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
    Date
    From: Arnd Bergmann <arnd@arndb.de>

    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.

    Please apply the patches individually to subsystem maintainer trees.

    Arnd

    Arnd Bergmann (9):
    dm integrity: fix out-of-range warning
    libceph: avoid clang out-of-range warning
    rbd: avoid out-of-range warning
    kcov: avoid clang out-of-range warning
    ipv4: tcp_output: avoid warning about NET_ADD_STATS
    nilfs2: fix out-of-range warning
    infiniband: uverbs: avoid out-of-range warnings
    mlx5: stop warning for 64KB pages
    kbuild: enable tautological-constant-out-of-range-compare

    drivers/block/rbd.c | 2 +-
    drivers/infiniband/core/uverbs_ioctl.c | 4 ++--
    drivers/md/dm-integrity.c | 2 +-
    drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c | 6 ++++--
    fs/ceph/snap.c | 2 +-
    fs/nilfs2/ioctl.c | 2 +-
    kernel/kcov.c | 3 ++-
    net/ceph/osdmap.c | 4 ++--
    net/ipv4/tcp_output.c | 2 +-
    scripts/Makefile.extrawarn | 1 -
    10 files changed, 15 insertions(+), 13 deletions(-)

    --
    2.39.2

    Cc: Ilya Dryomov <idryomov@gmail.com>
    Cc: Dongsheng Yang <dongsheng.yang@easystack.cn>
    Cc: Jens Axboe <axboe@kernel.dk>
    Cc: Jason Gunthorpe <jgg@ziepe.ca>
    Cc: Leon Romanovsky <leon@kernel.org>
    Cc: Alasdair Kergon <agk@redhat.com>
    Cc: Mike Snitzer <snitzer@kernel.org>
    Cc: Mikulas Patocka <mpatocka@redhat.com>
    Cc: dm-devel@lists.linux.dev
    Cc: Saeed Mahameed <saeedm@nvidia.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Eric Dumazet <edumazet@google.com>
    Cc: Jakub Kicinski <kuba@kernel.org>
    Cc: Paolo Abeni <pabeni@redhat.com>
    Cc: Xiubo Li <xiubli@redhat.com>
    Cc: Jeff Layton <jlayton@kernel.org>
    Cc: Ryusuke Konishi <konishi.ryusuke@gmail.com>
    Cc: Dmitry Vyukov <dvyukov@google.com>
    Cc: Andrey Konovalov <andreyknvl@gmail.com>
    Cc: David Ahern <dsahern@kernel.org>
    Cc: Masahiro Yamada <masahiroy@kernel.org>
    Cc: Nathan Chancellor <nathan@kernel.org>
    Cc: Nicolas Schier <nicolas@fjasle.eu>
    Cc: Nick Desaulniers <ndesaulniers@google.com>
    Cc: Bill Wendling <morbo@google.com>
    Cc: Justin Stitt <justinstitt@google.com>
    Cc: Kees Cook <keescook@chromium.org>
    Cc: "Gustavo A. R. Silva" <gustavoars@kernel.org>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Tariq Toukan <tariqt@nvidia.com>
    Cc: ceph-devel@vger.kernel.org
    Cc: linux-block@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-rdma@vger.kernel.org
    Cc: netdev@vger.kernel.org
    Cc: linux-nilfs@vger.kernel.org
    Cc: kasan-dev@googlegroups.com
    Cc: linux-kbuild@vger.kernel.org
    Cc: llvm@lists.linux.dev


    \
     
     \ /
      Last update: 2024-03-28 15:31    [W:3.279 / U:0.480 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site