From: Ingo Molnar <mingo@elte.hu>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>
Subject: Re: [v2.6.26] what's brewing in x86.git for v2.6.26
Date: Thu, 17 Apr 2008 10:30:00 +0200 [thread overview]
Message-ID: <20080417083000.GA4935@elte.hu> (raw)
In-Reply-To: <20080417002552.5742ad65.akpm@linux-foundation.org>
* Andrew Morton <akpm@linux-foundation.org> wrote:
> On Wed, 16 Apr 2008 22:23:38 +0200 Ingo Molnar <mingo@elte.hu> wrote:
>
> >
> > what's brewing in x86.git for v2.6.26?
>
> How much of this has not been in -mm?
all of these are in linux-next, and most of them are in -mm.
the for-akpm branch has 646 commits at the moment (these are the ones
that are in -mm), out of 890 patches. These are the "pure arch/x86"
topic patches, and which will be offered in the first wave of pull
requests.
Of the remaining patches, they'll be offered under different topics, in
different temporary branches (or trees) depending on which subsystem
they interact with. There will be no "take it or leave it" big pull
request.
Some patches are later in the queue because they depend on generic
infrastructure.
Some wont be offered for a pull at all because they belong into other
subsystems and we just track them via x86.git because it's some
important topic or dangerous-looking patch we'd like to see the effects
of first-hand.
[ sorry about not having described this in detail in my mail - i spent
the last 3 work days on a 2.6.25 regression almost non-stop, so x86
queue cleanup lagged behind a bit and my description of the changes
was rather terse. ]
> How much of this has not been in linux-next?
none.
but we do much more testing than just getting code into other trees. We
cross-build 96 different configurations on other non-x86 architectures:
http://www.tglx.de/autoqa-cgi/index?run=81&tree=1
last night's run was: 96 out of 96 configs built successfully.
This covers: alpha, arm, mips, powerpc, sparc64, x86, m32r, powerpc,
xtensa, mips, sh, sparc, parisc, powerpc. We test the various branches
(amongst them for-akpm) and combination trees as well.
and the backbone of arch/x86 QA we do are the build, boot and stress
tests we do on x86: we ran and booted thousands of x86 randconfigs in
the past few days alone. x86/latest boots and works from the smallest
boxes up to a 64-way testbox. On the 64-way box i did a 1 week burn-in
stress-test last week as well, for any longer-term effects.
> > - ftrace plugin for sysprof
>
> sysprof is crap.
you mean the original hack? Sure, that had a number of problems and we
are not offering that for a merge.
But have you seen the latest code we are offering for merge? Check out
sched-devel/latest and kernel/trace/trace_sysprof.c. Nicely generalized
on top of stacktrace.h, put into the ftrace framework, userspace has
been ported to that too. No more special sysprof-only API hack.
> > - debug helper: view kernel pagetable layout via debugfs
>
> Needs documentation.
ok, will fix.
> > x86: introduce /dev/mem restrictions with a config option
>
> This should be runtime-settable, not build-time settable.
... that defeats one of the security purposes of this feature. (which is
to make it a bit harder for rootkits to just patch themselves in via
/dev/mem)
> > Randy Dunlap (2):
> > ...
> > linux-next: Tree for April 10 (arch/x86)
>
> borked patch title.
thanks, fixed. This patch will be backmerged shortly before pushout
anyway (like you do for -mm, to maintain bisectability) so the title
does not matter (the fix and credit will be added to the original
patch).
Note that this is from the tail of the queue - not all commit entries
are sanitized yet.
> > Soren Sandmann (1):
> > x86: add the debugfs interface for the sysprof tool
>
> There were serious objections that this is weaker than and duplicative
> of oprofile which were not adequately addressed.
>
> Also, I (and apparently only I) actually reviewed the implementation
> and found it to be riddled with bugs and shortcomings. afacit this
> was completely ignored and you propose to merge it anwyay?
no.
I think what caused the confusion is that the cleaned up sysprof ftrace
plugin depends on the presence of the ftrace infrastructure, which is in
sched-devel. The patch you see in x86.git is the (now obsolete, and
removed) sysprof code. Those interim commits show up in the shortlog but
we (of course) wont push them upstream. Sorry about the confusion ...
i just cleaned this up and pushed out a new x86.git and sched.git.
Ingo
next prev parent reply other threads:[~2008-04-17 8:30 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-16 20:23 [v2.6.26] what's brewing in x86.git for v2.6.26 Ingo Molnar
2008-04-16 20:37 ` Roland Dreier
2008-04-16 22:18 ` Suresh Siddha
2008-04-16 20:50 ` Andi Kleen
2008-04-17 10:06 ` Alexander van Heukelum
2008-04-17 10:51 ` Andi Kleen
2008-04-17 13:33 ` Alexander van Heukelum
2008-04-18 8:38 ` Ingo Molnar
2008-04-18 10:51 ` Andi Kleen
2008-04-17 7:25 ` Andrew Morton
2008-04-17 7:45 ` Pekka Enberg
2008-04-17 8:20 ` Andrew Morton
2008-04-17 8:32 ` Pekka J Enberg
2008-04-17 8:34 ` Pekka Enberg
2008-04-17 8:40 ` Ingo Molnar
2008-04-17 8:42 ` Andrew Morton
2008-04-17 11:49 ` Christoph Hellwig
2008-04-17 11:56 ` Ingo Molnar
2008-04-17 18:01 ` Andrew Morton
2008-04-17 18:51 ` Ingo Molnar
2008-04-17 19:57 ` Andrew Morton
2008-04-17 20:18 ` Ingo Molnar
2008-04-18 9:33 ` Tomasz Kłoczko
2008-04-18 9:42 ` Ingo Molnar
2008-04-17 8:14 ` Andrew Morton
2008-04-17 8:57 ` Avi Kivity
2008-04-17 10:32 ` Johannes Weiner
2008-04-17 10:50 ` Andrew Morton
2008-04-17 11:49 ` Christoph Hellwig
2008-04-17 17:36 ` Andrew Morton
2008-04-17 8:30 ` Ingo Molnar [this message]
2008-04-17 8:40 ` Andrew Morton
2008-04-17 8:45 ` David Miller
2008-04-17 8:54 ` Andrew Morton
2008-04-17 8:56 ` Andrew Morton
2008-04-17 9:19 ` David Miller
2008-04-17 9:33 ` Andrew Morton
2008-04-17 9:06 ` Ingo Molnar
2008-04-17 9:18 ` Andrew Morton
2008-04-17 9:30 ` Ingo Molnar
2008-04-17 9:36 ` Andrew Morton
2008-04-17 9:46 ` Ingo Molnar
2008-04-17 10:06 ` Andrew Morton
2008-04-17 10:11 ` Andi Kleen
2008-04-17 10:18 ` Andrew Morton
2008-04-17 10:29 ` Andi Kleen
2008-04-17 10:19 ` Pekka Enberg
2008-04-17 10:33 ` Andrew Morton
2008-04-17 10:38 ` Ingo Molnar
2008-04-17 10:42 ` Pekka Enberg
2008-04-18 11:12 ` Nick Piggin
2008-04-17 14:01 ` Arjan van de Ven
2008-04-17 15:26 ` Ingo Molnar
2008-04-18 12:41 ` Ingo Molnar
2008-04-17 10:41 ` Pekka Enberg
2008-04-17 18:47 ` Vegard Nossum
2008-04-17 19:27 ` Ingo Molnar
2008-04-17 19:35 ` Ingo Molnar
2008-04-17 19:39 ` Vegard Nossum
2008-04-17 19:43 ` Andrew Morton
2008-04-17 20:39 ` Vegard Nossum
2008-04-17 20:55 ` Andrew Morton
2008-04-17 9:53 ` Andrew Morton
2008-04-17 7:48 ` Andrew Morton
2008-04-18 6:27 ` Andrew Morton
2008-04-18 6:38 ` David Miller
2008-04-18 7:47 ` Ingo Molnar
2008-04-18 8:00 ` Andrew Morton
2008-04-18 8:11 ` Christoph Hellwig
2008-04-18 8:18 ` David Miller
2008-04-18 12:48 ` Ingo Molnar
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=20080417083000.GA4935@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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