From: Jens Axboe <jens.axboe@oracle.com>
To: Nigel Cunningham <nigel@nigel.suspend2.net>
Cc: Otavio Salvador <otavio@debian.org>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Add PM_TRACE x86_64 support.
Date: Thu, 8 Feb 2007 13:40:03 +0100 [thread overview]
Message-ID: <20070208124003.GE4487@kernel.dk> (raw)
In-Reply-To: <1170900487.4451.62.camel@nigel.suspend2.net>
On Thu, Feb 08 2007, Nigel Cunningham wrote:
> On Wed, 2007-02-07 at 23:18 -0200, Otavio Salvador wrote:
> > Nigel Cunningham <nigel@nigel.suspend2.net> writes:
> >
> > > - for (tracedata = &__tracedata_start ; tracedata < &__tracedata_end ; tracedata += 6) {
> > > + for (tracedata = &__tracedata_start ; tracedata < &__tracedata_end ; tracedata += 2 + sizeof(unsigned long)) {
> >
> > Could you split this line?
>
> Sure.
>
> -- New version -- (What's the right way to do this?)
>
> This patch add x86_64 support for PM_TRACE, and shifts per-arch code to
> the appropriate subdirectories.
>
> Symbol exports are added so tracing can be used from drivers built as
> modules too.
Don't include exports in a patch that doesn't use them. Introduce the
exports in a later patch series, for when you actually need it.
--
Jens Axboe
next prev parent reply other threads:[~2007-02-08 12:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-08 0:50 [PATCH] Add PM_TRACE x86_64 support Nigel Cunningham
2007-02-08 1:18 ` Otavio Salvador
2007-02-08 2:08 ` Nigel Cunningham
2007-02-08 12:40 ` Jens Axboe [this message]
2007-02-09 22:52 ` Pavel Machek
2007-02-10 8:42 ` Jens Axboe
2007-02-13 21:35 ` Pavel Machek
2007-02-15 12:01 ` Andrew Morton
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=20070208124003.GE4487@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nigel@nigel.suspend2.net \
--cc=otavio@debian.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.