mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
@ 2006-08-23  8:05 Stephane Eranian
  2006-08-23 15:27 ` Christoph Hellwig
  2006-08-23 15:28 ` Christoph Hellwig
  0 siblings, 2 replies; 10+ messages in thread
From: Stephane Eranian @ 2006-08-23  8:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: eranian

Hello,

The following series of patches includes the generic perfmon2
subsystem and the support for i386, x86_64, and powerpc. The perfmon2
subsystem also works on MIPS and all Itanium processors. The Itanium support
is not posted because it does not easily accomodate the 100k message
limit of lkml. The powerpc support is still very preliminary.

The patches are relative to 2.6.17.9

I have already posted on the list about this subsystem. I am submitting 
today to get reviews and make progress towards getting the subsystem
merged into the mainline kernel.

The patches are split up between common and arch-specific. Each part
is further decomposed into new files and modified files. The generic
code is now split up by functionality to make reading easier.

For each new or modified files, I provide a detailed description of
the changes in each E-mail.

Thanks.

--
-Stephane

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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23  8:05 [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction Stephane Eranian
@ 2006-08-23 15:27 ` Christoph Hellwig
  2006-08-23 15:28 ` Christoph Hellwig
  1 sibling, 0 replies; 10+ messages in thread
From: Christoph Hellwig @ 2006-08-23 15:27 UTC (permalink / raw)
  To: Stephane Eranian; +Cc: linux-kernel, eranian

On Wed, Aug 23, 2006 at 01:05:52AM -0700, Stephane Eranian wrote:
> Hello,
> 
> The following series of patches includes the generic perfmon2
> subsystem and the support for i386, x86_64, and powerpc. The perfmon2
> subsystem also works on MIPS and all Itanium processors. The Itanium support
> is not posted because it does not easily accomodate the 100k message
> limit of lkml. The powerpc support is still very preliminary.
> 
> The patches are relative to 2.6.17.9

pleas submit patches always against latest Linus' tree or -mm.  2.6.17.9
is already megabytes of diffs away from mainline.


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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23  8:05 [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction Stephane Eranian
  2006-08-23 15:27 ` Christoph Hellwig
@ 2006-08-23 15:28 ` Christoph Hellwig
  2006-08-23 15:57   ` Alexey Dobriyan
  1 sibling, 1 reply; 10+ messages in thread
From: Christoph Hellwig @ 2006-08-23 15:28 UTC (permalink / raw)
  To: Stephane Eranian; +Cc: linux-kernel, eranian

oh, and please give the patches useful subjects that descript the
patch, e.g. this one should be just:


    [PATCH 0/17] perfmon2: introduction

(yes, it's convention to number the introduction 0 and the actual patches
 1 to n)

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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 15:28 ` Christoph Hellwig
@ 2006-08-23 15:57   ` Alexey Dobriyan
  2006-08-23 16:04     ` Christoph Hellwig
  0 siblings, 1 reply; 10+ messages in thread
From: Alexey Dobriyan @ 2006-08-23 15:57 UTC (permalink / raw)
  To: Christoph Hellwig, Stephane Eranian, linux-kernel, eranian

On Wed, Aug 23, 2006 at 04:28:31PM +0100, Christoph Hellwig wrote:
> oh, and please give the patches useful subjects that descript the
> patch, e.g. this one should be just:
>
>
>     [PATCH 0/17] perfmon2: introduction
>
> (yes, it's convention to number the introduction 0 and the actual patches
>  1 to n)

Padding with zeros makes it even more useful:

	[PATCH 00/17]
	[PATCH 01/17]
		...
	[PATCH 17/17]


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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 15:57   ` Alexey Dobriyan
@ 2006-08-23 16:04     ` Christoph Hellwig
  2006-08-23 18:58       ` Andrew Morton
  0 siblings, 1 reply; 10+ messages in thread
From: Christoph Hellwig @ 2006-08-23 16:04 UTC (permalink / raw)
  To: Alexey Dobriyan
  Cc: Christoph Hellwig, Stephane Eranian, linux-kernel, eranian

On Wed, Aug 23, 2006 at 07:57:16PM +0400, Alexey Dobriyan wrote:
> On Wed, Aug 23, 2006 at 04:28:31PM +0100, Christoph Hellwig wrote:
> > oh, and please give the patches useful subjects that descript the
> > patch, e.g. this one should be just:
> >
> >
> >     [PATCH 0/17] perfmon2: introduction
> >
> > (yes, it's convention to number the introduction 0 and the actual patches
> >  1 to n)
> 
> Padding with zeros makes it even more useful:
> 
> 	[PATCH 00/17]
> 	[PATCH 01/17]
> 		...
> 	[PATCH 17/17]

To be honest I utterly hate that convention, and the double-padded
version [PATCH 001/17] some people use is even worse.


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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 16:04     ` Christoph Hellwig
@ 2006-08-23 18:58       ` Andrew Morton
  2006-08-23 19:11         ` Christoph Hellwig
                           ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Andrew Morton @ 2006-08-23 18:58 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Alexey Dobriyan, Stephane Eranian, linux-kernel, eranian

On Wed, 23 Aug 2006 17:04:58 +0100
Christoph Hellwig <hch@infradead.org> wrote:

> > Padding with zeros makes it even more useful:
> > 
> > 	[PATCH 00/17]
> > 	[PATCH 01/17]
> > 		...
> > 	[PATCH 17/17]
> 
> To be honest I utterly hate that convention

It's so they'll correctly alphasort at the recipient's end.

I doubt if many MUAs do numeric sorting..

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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 18:58       ` Andrew Morton
@ 2006-08-23 19:11         ` Christoph Hellwig
  2006-08-23 20:56           ` Andrew Morton
  2006-08-23 20:04         ` Stephane Eranian
  2006-08-24 17:38         ` Junio C Hamano
  2 siblings, 1 reply; 10+ messages in thread
From: Christoph Hellwig @ 2006-08-23 19:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

On Wed, Aug 23, 2006 at 11:58:57AM -0700, Andrew Morton wrote:
> > > Padding with zeros makes it even more useful:
> > > 
> > > 	[PATCH 00/17]
> > > 	[PATCH 01/17]
> > > 		...
> > > 	[PATCH 17/17]
> > 
> > To be honest I utterly hate that convention
> 
> It's so they'll correctly alphasort at the recipient's end.

I suspect most mailers sort by date and not by subject anyway.

At least mine does :)


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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 18:58       ` Andrew Morton
  2006-08-23 19:11         ` Christoph Hellwig
@ 2006-08-23 20:04         ` Stephane Eranian
  2006-08-24 17:38         ` Junio C Hamano
  2 siblings, 0 replies; 10+ messages in thread
From: Stephane Eranian @ 2006-08-23 20:04 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Christoph Hellwig, Alexey Dobriyan, linux-kernel

Andrew,
On Wed, Aug 23, 2006 at 11:58:57AM -0700, Andrew Morton wrote:
> On Wed, 23 Aug 2006 17:04:58 +0100
> Christoph Hellwig <hch@infradead.org> wrote:
> 
> > > Padding with zeros makes it even more useful:
> > > 
> > > 	[PATCH 00/17]
> > > 	[PATCH 01/17]
> > > 		...
> > > 	[PATCH 17/17]
> > 
> > To be honest I utterly hate that convention
> 
> It's so they'll correctly alphasort at the recipient's end.

That makes sense, I'll fix that in my next patch.

-- 

-Stephane

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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 19:11         ` Christoph Hellwig
@ 2006-08-23 20:56           ` Andrew Morton
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Morton @ 2006-08-23 20:56 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-kernel

On Wed, 23 Aug 2006 20:11:32 +0100
Christoph Hellwig <hch@infradead.org> wrote:

> On Wed, Aug 23, 2006 at 11:58:57AM -0700, Andrew Morton wrote:
> > > > Padding with zeros makes it even more useful:
> > > > 
> > > > 	[PATCH 00/17]
> > > > 	[PATCH 01/17]
> > > > 		...
> > > > 	[PATCH 17/17]
> > > 
> > > To be honest I utterly hate that convention
> > 
> > It's so they'll correctly alphasort at the recipient's end.
> 
> I suspect most mailers sort by date and not by subject anyway.
> 

Emails arrive out-of-order.

I used to have a `sleep 10' in my patch-bomb script to fix that, but half
an hour is too long to be sitting there hoping the DSL stays up, the kernel
stays up and that the familial hair-drier+iron+air-conditioner conspiracy
doesn't strike.  

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

* Re: [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction
  2006-08-23 18:58       ` Andrew Morton
  2006-08-23 19:11         ` Christoph Hellwig
  2006-08-23 20:04         ` Stephane Eranian
@ 2006-08-24 17:38         ` Junio C Hamano
  2 siblings, 0 replies; 10+ messages in thread
From: Junio C Hamano @ 2006-08-24 17:38 UTC (permalink / raw)
  To: git
  Cc: Andrew Morton, Alexey Dobriyan, Stephane Eranian, linux-kernel, eranian

Andrew Morton <akpm@osdl.org> writes:

> On Wed, 23 Aug 2006 17:04:58 +0100
> Christoph Hellwig <hch@infradead.org> wrote:
>
>> > Padding with zeros makes it even more useful:
>> > 
>> > 	[PATCH 00/17]
>> > 	[PATCH 01/17]
>> > 		...
>> > 	[PATCH 17/17]
>> 
>> To be honest I utterly hate that convention
>
> It's so they'll correctly alphasort at the recipient's end.
>
> I doubt if many MUAs do numeric sorting..

I wonder if 'git-format-patch --numbered' should be updated to
do the zero padding.  Right now we don't.

It should be a trivial patch to do if somebody is so inclined
(it is around ll.133 in log-tree.c).


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

end of thread, other threads:[~2006-08-24 17:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-23  8:05 [PATCH 1/18] 2.6.17.9 perfmon2 patch for review: introduction Stephane Eranian
2006-08-23 15:27 ` Christoph Hellwig
2006-08-23 15:28 ` Christoph Hellwig
2006-08-23 15:57   ` Alexey Dobriyan
2006-08-23 16:04     ` Christoph Hellwig
2006-08-23 18:58       ` Andrew Morton
2006-08-23 19:11         ` Christoph Hellwig
2006-08-23 20:56           ` Andrew Morton
2006-08-23 20:04         ` Stephane Eranian
2006-08-24 17:38         ` Junio C Hamano

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

all inboxes | Powered by JetHome®