[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210617110700.091efd15@gandalf.local.home>
Date: Thu, 17 Jun 2021 11:07:00 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Naresh Kamboju <naresh.kamboju@...aro.org>
Cc: Matthew Wilcox <willy@...radead.org>,
Linux-Next Mailing List <linux-next@...r.kernel.org>,
clang-built-linux <clang-built-linux@...glegroups.com>,
lkft-triage@...ts.linaro.org,
open list <linux-kernel@...r.kernel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Nathan Chancellor <natechancellor@...il.com>,
Arnd Bergmann <arnd@...db.de>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Stephen Boyd <swboyd@...omium.org>,
Jiri Olsa <jolsa@...nel.org>,
Alexei Starovoitov <ast@...nel.org>,
Jessica Yu <jeyu@...nel.org>,
Evan Green <evgreen@...omium.org>,
Hsin-Yi Wang <hsinyi@...omium.org>,
Petr Mladek <pmladek@...e.com>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Baoquan He <bhe@...hat.com>, Borislav Petkov <bp@...en8.de>,
Catalin Marinas <catalin.marinas@....com>,
Dave Young <dyoung@...hat.com>, Ingo Molnar <mingo@...hat.com>,
Konstantin Khlebnikov <khlebnikov@...dex-team.ru>,
Sasha Levin <sashal@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Vivek Goyal <vgoyal@...hat.com>, Will Deacon <will@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [next] [clang] x86_64-linux-gnu-ld: mm/mremap.o: in function
`move_pgt_entry': mremap.c:(.text+0x763): undefined reference to
`__compiletime_assert_342'
On Thu, 17 Jun 2021 20:15:13 +0530
Naresh Kamboju <naresh.kamboju@...aro.org> wrote:
> > Your git bisect probably went astray. There's no way that commit
> > caused that regression.
>
> Sorry for pointing to incorrect bad commits coming from git bisect.
>
> Any best way to run git bisect on linux next tree ?
>
> Here is the git bisect log from gitlab pipeline,
> https://gitlab.com/Linaro/lkft/bisect/-/jobs/1354963448
Is it possible that it's not 100% reproducible?
Anyway, before posting the result of any commit as the buggy commit from a
git bisect, it is best to confirm it by:
1) Checking out the tree at the bad commit.
2) Verify that the tree at that point is bad
3) Check out the parent of that commit (the commit before the bad commit
was applied).
4) Verify that the tree at that point is good
May need to repeat the above a couple of times, in case the issue is not
100% reproducible.
If the above is true, then post the patch as the bad commit. If it is not,
then something went wrong with the bisect.
-- Steve
Powered by blists - more mailing lists