Re: Please add new Android branches
Nick Desaulniers <[email protected]>
| Newsgroups | dev.linux.lists.kernelci,dev.linux.lists.llvm |
|---|---|
| Message-ID | <CAKwvOdk5qut5-EX9N2eJQ7KiaUNFv4CBo_Hh2BJOD+bnupKvQA@mail.gmail.com> |
On Tue, Sep 19, 2023 at 5:12 PM Todd Kjos <[email protected]> wrote: > > On Tue, Sep 19, 2023 at 4:19 PM Nick Desaulniers > <[email protected]> wrote: > > > > Half of the red exclamation marks on that link are are "0 warnings - 0 > > errors". What's up with that? > > This more recent build has "0 warnings - 0 errors": > https://linux.kernelci.org/build/android/branch/android15-6.1/kernel/ASB-2023-07-05_14-6.1-2620-gf2d0380464d3/ > > Here is the error (not sure why it bubbled up as 0/0): > > AR drivers/base/power/built-in.a > ../fs/namei.c:2172:13: error: use of bitwise '|' with boolean operands > [-Werror,-Wbitwise-instead-of-logical] > } while (!(has_zero(a, &adata, &constants) | has_zero(b, > &bdata, &constants))); > > ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > || > ../fs/namei.c:2172:13: note: cast one or both operands to int to > silence this warning > CC drivers/base/firmware_loader/builtin/main.o > 1 error generated. > make[3]: *** [../scripts/Makefile.build:250: fs/namei.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [../scripts/Makefile.build:500: fs] Error 2 Guillaume, Any idea what's up with that? Seems like the existence of diagnostics is detected correctly; the number of warnings and errors is not. -- Thanks, ~Nick Desaulniers