From: Ingo Molnar <mingo@elte.hu>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
the arch/x86 maintainers <x86@kernel.org>
Subject: Re: linux-next: Tree for June 5
Date: Fri, 6 Jun 2008 12:47:01 +0200 [thread overview]
Message-ID: <20080606104701.GA9639@elte.hu> (raw)
In-Reply-To: <20080606020109.c0db7a0c.akpm@linux-foundation.org>
* Andrew Morton <akpm@linux-foundation.org> wrote:
> > what do you mean? We are testing commits that everybody will run and
> > are pre-filtering them for sanity and stability before they hit
> > linux-next.
>
> One doesn't test commits - one tests a tree. And the -tip tree is
> 2.6.26-rc5 plus a bunch of x86 changes. [...]
no, 90%+ of all bugs are not due to tree interaction effects but are
caused by individual commits, triggerable on a particular
system/workload. (Our historic regression list is the proof for that,
can give you itemized statistics if you want.)
also, the -tip tree is not "2.6.26-rc5 plus a bunch of x86 changes" but
v2.6.26-rc5-84-g39b945a plus 75 topic trees we maintain:
build, core/futex-64bit, core/kill-the-BKL, core/locking, core/percpu,
core/printk, core/rcu, core/rodata, core/softirq, core/softlockup,
core/stacktrace, core/urgent, cpus4096, genirq, hrtimers, kmemcheck,
out-of-tree, pci-for-jesse, safe-poison-pointers, sched, sched-devel,
scratch, stackprotector, timers/clockevents, timers/hpet,
timers/hrtimers, timers/nohz, timers/posixtimers, tip, tracing/ftrace,
tracing/ftrace-mergefixups, tracing/immediates, tracing/markers,
tracing/mmiotrace, tracing/mmiotrace-mergefixups, tracing/nmisafe,
tracing/sched_markers, tracing/stopmachine-allcpus, tracing/sysprof,
tracing/textedit, x86/apic, x86/apm, x86/bitops, x86/build, x86/checkme,
x86/cleanups, x86/cpa, x86/cpu, x86/defconfig, x86/gart, x86/i8259,
x86/intel, x86/irq, x86/irqstats, x86/kconfig, x86/ldt, x86/mce,
x86/memtest, x86/mmio, x86/mpparse, x86/nmi, x86/numa, x86/numa-fixes,
x86/pat, x86/pebs, x86/ptemask, x86/resumetrace, x86/scratch, x86/setup,
x86/threadinfo, x86/timers, x86/urgent, x86/uv, x86/vdso, x86/xen,
x86/xsave.
most of which are in linux-next (around 70%), or will be shortly in
linux-next (more than 90%).
> [...] That tree will never be run by anyone. Testing -tip fails to
> pick up problems which are caused by integration of the x86 changes
> with everyone else's work and it fails to pick up problems which lie
> wholly outside the x86 changes.
that's wrong, and here's a very clear counter-example: 95% of the trees
we all test during a bisection session is executed for the first time
ever and wont ever be run by anyone else. If the integration aspects
mattered as much as you claim then bisection would almost never work in
practice.
Dont get me wrong, integration _does_ matter (and hence we do it
ourselves, instead of dumping 70+ trees on you!), but the reality is
that 90% of the bugs are introduced by a single commit and go away if
the change done by that commit is removed.
The real benefit of integration is not the technical effects of
integration but the testing effects: people are enabled to test more
commits at once.
> For both these reasons it would be more valuable were that testing
> effort to be expended on our 2.6.27 candidate tree.
but that's blatantly wrong: my testing would only be wasted if my test
capacity was unused. In reality it's fully utilized: half of it is spent
on general upstream problems we trigger [9381 commits since v2.6.25 and
counting], the other half of it is spent on our incoming -tip flow of
patches for v2.6.27 [750 commits and counting].
If there's spare capacity we do volunteer to debug whatever problem that
comes up. In fact i'd say i still test way more than i should ;-)
> Plus, of course, there's the risk that linux-next contains x86-only
> regressions which were fixed or avoided in -tip.
there's risk from every single line of source code difference. There's
risk from having just a single binary bit of difference between two
user-space installations. The question is always the amount of risk and
how to manage that risk.
Ingo
next prev parent reply other threads:[~2008-06-06 10:47 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-05 7:52 linux-next: Tree for June 5 Stephen Rothwell
2008-06-06 2:56 ` Andrew Morton
2008-06-06 3:46 ` Andrew Morton
2008-06-06 7:17 ` Ingo Molnar
2008-06-06 7:25 ` Ingo Molnar
2008-06-06 7:33 ` Andrew Morton
2008-06-06 7:41 ` Ingo Molnar
2008-06-06 7:47 ` Andrew Morton
2008-06-06 7:53 ` Stephen Rothwell
2008-06-06 8:01 ` Andrew Morton
2008-06-06 8:22 ` Stephen Rothwell
2008-06-06 8:30 ` Andrew Morton
2008-06-06 8:36 ` Ingo Molnar
2008-06-06 11:50 ` Paul Mackerras
2008-06-06 8:27 ` Ingo Molnar
2008-06-06 8:23 ` Ingo Molnar
2008-06-06 8:28 ` Stephen Rothwell
2008-06-06 8:33 ` Ingo Molnar
2008-06-06 8:38 ` Andrew Morton
2008-06-06 8:49 ` Ingo Molnar
2008-06-06 9:01 ` Andrew Morton
2008-06-06 10:47 ` Ingo Molnar [this message]
2008-06-06 16:37 ` Ingo Molnar
2008-06-06 7:29 ` Andrew Morton
2008-06-06 9:48 ` Andrew Morton
2008-06-06 9:54 ` Andrew Morton
2008-06-06 10:10 ` Ingo Molnar
2008-06-06 10:54 ` Andrew Morton
2008-06-06 11:21 ` Vegard Nossum
2008-06-06 11:57 ` Ingo Molnar
2008-06-06 12:33 ` Vegard Nossum
2008-06-06 13:33 ` Mike Travis
2008-06-06 13:50 ` Vegard Nossum
2008-06-06 14:07 ` Vegard Nossum
2008-06-06 14:20 ` Mike Travis
2008-06-06 14:36 ` Vegard Nossum
2008-06-06 14:41 ` Mike Travis
2008-06-06 14:51 ` Mike Travis
2008-06-06 14:54 ` Mike Travis
2008-06-06 14:57 ` Ingo Molnar
2008-06-06 15:01 ` Ingo Molnar
2008-06-06 15:13 ` Vegard Nossum
2008-06-06 15:23 ` Ingo Molnar
2008-06-06 15:52 ` Mike Travis
2008-06-18 8:26 ` Ingo Molnar
2008-06-06 15:04 ` Mike Travis
2008-06-06 15:20 ` Mike Travis
2008-06-06 15:33 ` Ingo Molnar
2008-06-06 15:13 ` Ingo Molnar
2008-06-06 14:13 ` Mike Travis
2008-06-06 13:28 ` Mike Travis
2008-06-06 17:15 ` Ingo Molnar
2008-06-06 7:33 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2009-06-05 6:41 Stephen Rothwell
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=20080606104701.GA9639@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).