Subject: [GIT PULL] oprofile fixes for v2.6.33

Ingo,

please pull oprofile fixes for v2.6.33 from:

git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent

Thanks,

-Robert

The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07:
Linus Torvalds (1):
Linux 2.6.33-rc5

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent

Andi Kleen (1):
oprofile/x86: add Xeon 7500 series support

Suravee Suthikulpanit (1):
oprofile/x86: fix crash when profiling more than 28 events

arch/x86/oprofile/nmi_int.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

--
Advanced Micro Devices, Inc.
Operating System Research Center
email: [email protected]


2010-01-26 07:23:41

by Andrew Morton

[permalink] [raw]
Subject: Re: [GIT PULL] oprofile fixes for v2.6.33

On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <[email protected]> wrote:

> Suravee Suthikulpanit (1):
> oprofile/x86: fix crash when profiling more than 28 events

Did you consider a cc:stable on this one?

Subject: Re: [GIT PULL] oprofile fixes for v2.6.33

On 25.01.10 23:23:18, Andrew Morton wrote:
> On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <[email protected]> wrote:
>
> > Suravee Suthikulpanit (1):
> > oprofile/x86: fix crash when profiling more than 28 events
>
> Did you consider a cc:stable on this one?

Yes, will send it to the stable tree after I got the upstream commit
id.

-Robert

--
Advanced Micro Devices, Inc.
Operating System Research Center
email: [email protected]

2010-01-26 20:06:28

by Andrew Morton

[permalink] [raw]
Subject: Re: [GIT PULL] oprofile fixes for v2.6.33

On Tue, 26 Jan 2010 13:53:24 +0100 Robert Richter <[email protected]> wrote:

> On 25.01.10 23:23:18, Andrew Morton wrote:
> > On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <[email protected]> wrote:
> >
> > > Suravee Suthikulpanit (1):
> > > oprofile/x86: fix crash when profiling more than 28 events
> >
> > Did you consider a cc:stable on this one?
>
> Yes, will send it to the stable tree after I got the upstream commit
> id.

You don't need to do that - simply add

Cc: <[email protected]>

to the changelog and the -stable guys will later grab the commit by magic.

2010-01-27 09:52:48

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL] oprofile fixes for v2.6.33


* Andrew Morton <[email protected]> wrote:

> On Tue, 26 Jan 2010 13:53:24 +0100 Robert Richter <[email protected]> wrote:
>
> > On 25.01.10 23:23:18, Andrew Morton wrote:
> > > On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <[email protected]> wrote:
> > >
> > > > Suravee Suthikulpanit (1):
> > > > oprofile/x86: fix crash when profiling more than 28 events
> > >
> > > Did you consider a cc:stable on this one?
> >
> > Yes, will send it to the stable tree after I got the upstream commit
> > id.
>
> You don't need to do that - simply add
>
> Cc: <[email protected]>
>
> to the changelog and the -stable guys will later grab the commit by magic.

Yep, that method results in a far more reliable flow of fixes towards -stable.

Ingo

2010-01-27 09:52:57

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL] oprofile fixes for v2.6.33


* Robert Richter <[email protected]> wrote:

> Ingo,
>
> please pull oprofile fixes for v2.6.33 from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
>
> Thanks,
>
> -Robert
>
> The following changes since commit 92dcffb916d309aa01778bf8963a6932e4014d07:
> Linus Torvalds (1):
> Linux 2.6.33-rc5
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
>
> Andi Kleen (1):
> oprofile/x86: add Xeon 7500 series support
>
> Suravee Suthikulpanit (1):
> oprofile/x86: fix crash when profiling more than 28 events
>
> arch/x86/oprofile/nmi_int.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)

Pulled, thanks a lot Robert!

Ingo