public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
To: Christoph Hellwig <hch@infradead.org>,
	akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [patch 0/7] Linux Kernel Markers (redux)
Date: Mon, 24 Sep 2007 15:04:52 -0400	[thread overview]
Message-ID: <20070924190452.GE28347@Krystal> (raw)
In-Reply-To: <20070924181148.GA3285@infradead.org>

* Christoph Hellwig (hch@infradead.org) wrote:
> On Mon, Sep 24, 2007 at 12:49:50PM -0400, Mathieu Desnoyers wrote:
> > Hi Andrew,
> > 
> > Following Christoph Hellwig's suggestion, aiming at a Linux Kernel Markers
> > inclusion for 2.6.24, I made a simplified version of the Linux Kernel Markers.
> > There are no more dependencies on any other patchset.
> > 
> > The modification only involved turning the immediate values into static
> > variables and adapting the documentation accordingly. It will have a little more
> > data cache impact when disabled than the version based on the immediate values,
> > but it is far less complex.
> > 
> > Since things have not moved much in the markers area recently (most of the
> > concerns were about the immediate values), I expect it to be ready for 2.6.24.
> 
> I've done a quick review and except for my usual nitpicking it looks
> very good to me.  I'll try my sputrace code with this version and will
> report on how it works.
> 
> I'd really love to see markers in 2.6.24.  The impact to core code of
> the actual markers is minimal with some more struct fields in functions
> in the module code, although we'll want Mathieu's fix for the modules
> list aswell which is a little more invasive.  But I think we want that
> one anyway.
> 

Well, since I just moved the marker iterators down in my patchset, I can
move down the module list fix altogether and keep it for later. It will
make the patchset as unintrusive as possible.

> I'd say we probably don't want the blktrace conversion that late in the
> game, though - but we can queue that once together with the optimizations
> from Mathieu's earlier patches in -mm.
> 

I provided blktrace as a first user of the markers, but I agree that it
may be a little late for merging. I can keep it for later too.

Mathieu


-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

  reply	other threads:[~2007-09-24 19:05 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-24 16:49 [patch 0/7] Linux Kernel Markers (redux) Mathieu Desnoyers
2007-09-24 16:49 ` [patch 1/7] Seq_file add support for sorted list Mathieu Desnoyers
2007-09-24 17:37   ` Christoph Hellwig
2007-09-24 17:52     ` Mathieu Desnoyers
2007-09-24 17:55       ` Christoph Hellwig
2007-09-24 16:49 ` [patch 2/7] Sort module list by pointer address to get coherent sleepable seq_file iterators Mathieu Desnoyers
2007-09-24 16:49 ` [patch 3/7] Combine instrumentation menus in kernel/Kconfig.instrumentation Mathieu Desnoyers
2007-09-24 16:49 ` [patch 4/7] Linux Kernel Markers - Architecture Independent Code Mathieu Desnoyers
2007-09-24 17:48   ` Christoph Hellwig
2007-09-24 18:15     ` Robert P. J. Day
2007-09-24 18:19       ` Christoph Hellwig
2007-09-24 18:22         ` Mathieu Desnoyers
2007-09-24 18:43     ` Mathieu Desnoyers
2007-09-24 18:45       ` Christoph Hellwig
2007-09-24 18:53         ` Mathieu Desnoyers
2007-09-24 16:49 ` [patch 5/7] Linux Kernel Markers - Use instrumentation kconfig menu Mathieu Desnoyers
2007-09-24 17:49   ` Christoph Hellwig
2007-09-24 18:45     ` Mathieu Desnoyers
2007-09-24 16:49 ` [patch 6/7] Linux Kernel Markers - Documentation Mathieu Desnoyers
2007-09-24 17:50   ` Christoph Hellwig
2007-09-24 17:56     ` Randy Dunlap
2007-09-24 18:00       ` Christoph Hellwig
2007-09-24 18:13         ` Randy Dunlap
2007-09-24 18:19           ` Christoph Hellwig
2007-09-24 18:23             ` Randy Dunlap
2007-09-24 18:30               ` Christoph Hellwig
2007-09-24 18:49                 ` Randy Dunlap
2007-09-24 18:54                   ` Christoph Hellwig
2007-09-24 18:56                     ` Randy Dunlap
2007-09-24 20:37                       ` Randy Dunlap
2007-09-24 21:08                         ` Mathieu Desnoyers
2007-09-24 21:12                           ` Randy Dunlap
2007-09-25  4:10                             ` Mathieu Desnoyers
2007-09-25  5:31                               ` Randy Dunlap
2007-09-25 11:00                                 ` Mathieu Desnoyers
2007-09-24 19:18     ` Mathieu Desnoyers
2007-09-24 19:25       ` Christoph Hellwig
2007-09-24 19:38         ` Randy Dunlap
2007-09-25  1:31     ` Steven Rostedt
2007-09-25  8:21       ` Christoph Hellwig
2007-09-24 16:49 ` [patch 7/7] Port of blktrace to the Linux Kernel Markers Mathieu Desnoyers
2007-09-24 18:11 ` [patch 0/7] Linux Kernel Markers (redux) Christoph Hellwig
2007-09-24 19:04   ` Mathieu Desnoyers [this message]
2007-09-24 19:07     ` Christoph Hellwig
2007-09-24 19:24       ` Mathieu Desnoyers

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=20070924190452.GE28347@Krystal \
    --to=mathieu.desnoyers@polymtl.ca \
    --cc=akpm@linux-foundation.org \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.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