public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* build reproducibility
@ 2021-10-17 18:12 Julia Lawall
  2021-10-17 18:32 ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Julia Lawall @ 2021-10-17 18:12 UTC (permalink / raw)
  To: linux-kernel, Masahiro Yamada, Michal Marek, linux-kbuild

Hello,

If I do the following:

git clean -dfx
cp saved_config .config
make olddefconfig && make && make modules_install && make install

Should I always end up with the same kernel, regardless of the kernel that
is currently running on the machine?

I see a large performance difference between Linux 5.10 and all versions
afterwards for a particular benchmark.  I am unable to bisect the problem
eg between 5.10 and 5.11, because as soon as I come to a kernel that gives
the bad performance, all of the kernels that I generate subsequently in
the bisecting process (using the above commands) also have the bad
performance.

It could of course be that I have completely misinterpreted the problem,
and it has nothing to do with the kernel.  But I have tested the program a
lot when only working on variants of Linux 5.9.  I only start to have
problems when I use versions >= 5.11.

thanks,
julia

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-18  5:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 18:12 build reproducibility Julia Lawall
2021-10-17 18:32 ` Randy Dunlap
2021-10-17 18:42   ` Julia Lawall
2021-10-18  2:26     ` Masahiro Yamada
2021-10-18  2:40     ` Willy Tarreau
2021-10-18  5:51       ` Julia Lawall
2021-10-18  5:59         ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox