Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-06-07 Thread Stephane Eranian
David, On Mon, Jun 04, 2007 at 08:13:41AM -0700, David Rientjes wrote: > On Tue, 29 May 2007, Stephane Eranian wrote: > > > Only in linux-2.6.22/Documentation: perfmon2.txt > > You need to send -N to diff(1) so this and perfmon.h, perfmon_dfl_smpl.h, > perfmon_fmt.h, and perfmon_pmu.h will be i

Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-06-04 Thread David Rientjes
On Tue, 29 May 2007, Stephane Eranian wrote: > Only in linux-2.6.22/Documentation: perfmon2.txt You need to send -N to diff(1) so this and perfmon.h, perfmon_dfl_smpl.h, perfmon_fmt.h, and perfmon_pmu.h will be included in the patch. A patchset should compile and work correctly at any time whe

Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-05-30 Thread Stephane Eranian
Stephen, On Wed, May 30, 2007 at 11:42:06PM +1000, Stephen Rothwell wrote: > On Wed, 30 May 2007 06:34:03 -0500 Robin Holt <[EMAIL PROTECTED]> wrote: > > > > That breaks git-bisect. Just introducing new text, but not actually using > > it makes it appear to somebody using git-bisect to identify t

Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-05-30 Thread Stephen Rothwell
On Wed, 30 May 2007 06:34:03 -0500 Robin Holt <[EMAIL PROTECTED]> wrote: > > That breaks git-bisect. Just introducing new text, but not actually using > it makes it appear to somebody using git-bisect to identify the source of > a problem as though all the changes came in at the same time. Bad id

Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-05-30 Thread Robin Holt
On Wed, May 30, 2007 at 12:46:58AM +1000, Stephen Rothwell wrote: > On Tue, 29 May 2007 06:48:16 -0700 Stephane Eranian <[EMAIL PROTECTED]> wrote: > > > > Only in linux-2.6.22/Documentation: perfmon2.txt > > Did part of the patch go missing? > > > diff --exclude=.git -urp --exclude-from=/tmp/excl

Re: [PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-05-29 Thread Stephen Rothwell
On Tue, 29 May 2007 06:48:16 -0700 Stephane Eranian <[EMAIL PROTECTED]> wrote: > > Only in linux-2.6.22/Documentation: perfmon2.txt Did part of the patch go missing? > diff --exclude=.git -urp --exclude-from=/tmp/excl315935 > linux-2.6.22.base/Makefile linux-2.6.22/Makefile > --- linux-2.6.22.ba

[PATCH 02/22] 2.6.22-rc3 perfmon2 : generic kernel modifications

2007-05-29 Thread Stephane Eranian
This patch contains all the modified generic files: linux/include/linux/sched.h: - add pfm_context pointer to struct task_struct. This is used to connect a perfmon2 context to a task when doing per-thread monitoring. linux/include/linux/syscalls.h: - declare pr