From: Nick Desaulniers <ndesaulniers@google•com>
To: sfr@canb•auug.org.au
Cc: axboe@kernel•dk, josef@toxicpanda•com, libaokun1@huawei•com,
linux-kernel@vger•kernel.org, linux-next@vger•kernel.org,
Rasmus Villemoes <linux@rasmusvillemoes•dk>,
llvm@lists•linux.dev
Subject: Re: linux-next: build failure while building Linus' tree
Date: Thu, 9 Sep 2021 15:50:35 -0700 [thread overview]
Message-ID: <20210909225035.3990728-1-ndesaulniers@google.com> (raw)
In-Reply-To: <20210909182525.372ee687@canb.auug.org.au>
+ Rasmus
This was introduced in
commit f0907827a8a91 ("compiler.h: enable builtin overflow checkers and add
fallback code")
which added division using the `/` operator, which is problematic when checking
for overflows of 64b operands on 32b targets.
We'll probably need helpers from linux/math64.h and some combination of
__builtin_choose_expr/__builtin_types_compatible_p.
That will help us fix another compiler bug for older clang releases, too.
https://github.com/ClangBuiltLinux/linux/issues/1438.
next prev parent reply other threads:[~2021-09-09 22:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-09 8:25 linux-next: build failure while building Linus' tree Stephen Rothwell
2021-09-09 22:50 ` Nick Desaulniers [this message]
2021-09-10 22:02 ` Nick Desaulniers
2021-09-10 22:17 ` Nick Desaulniers
2021-09-10 22:26 ` Nick Desaulniers
2021-09-10 22:34 ` Nick Desaulniers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210909225035.3990728-1-ndesaulniers@google.com \
--to=ndesaulniers@google$(echo .)com \
--cc=axboe@kernel$(echo .)dk \
--cc=josef@toxicpanda$(echo .)com \
--cc=libaokun1@huawei$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux@rasmusvillemoes$(echo .)dk \
--cc=llvm@lists$(echo .)linux.dev \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox