public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] oprofile fixes for v2.6.33
@ 2010-01-25 19:29 Robert Richter
  2010-01-26  7:23 ` Andrew Morton
  2010-01-27  9:52 ` Ingo Molnar
  0 siblings, 2 replies; 6+ messages in thread
From: Robert Richter @ 2010-01-25 19:29 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML, oprofile-list

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: robert.richter@amd.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



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

* Re: [GIT PULL] oprofile fixes for v2.6.33
  2010-01-25 19:29 [GIT PULL] oprofile fixes for v2.6.33 Robert Richter
@ 2010-01-26  7:23 ` Andrew Morton
  2010-01-26 12:53   ` Robert Richter
  2010-01-27  9:52 ` Ingo Molnar
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2010-01-26  7:23 UTC (permalink / raw)
  To: Robert Richter; +Cc: Ingo Molnar, LKML, oprofile-list

On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <robert.richter@amd.com> wrote:

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

Did you consider a cc:stable on this one?

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

* Re: [GIT PULL] oprofile fixes for v2.6.33
  2010-01-26  7:23 ` Andrew Morton
@ 2010-01-26 12:53   ` Robert Richter
  2010-01-26 20:05     ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Richter @ 2010-01-26 12:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Ingo Molnar, LKML, oprofile-list

On 25.01.10 23:23:18, Andrew Morton wrote:
> On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <robert.richter@amd.com> 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: robert.richter@amd.com


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

* Re: [GIT PULL] oprofile fixes for v2.6.33
  2010-01-26 12:53   ` Robert Richter
@ 2010-01-26 20:05     ` Andrew Morton
  2010-01-27  9:52       ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2010-01-26 20:05 UTC (permalink / raw)
  To: Robert Richter; +Cc: Ingo Molnar, LKML, oprofile-list

On Tue, 26 Jan 2010 13:53:24 +0100 Robert Richter <robert.richter@amd.com> wrote:

> On 25.01.10 23:23:18, Andrew Morton wrote:
> > On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <robert.richter@amd.com> 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: <stable@kernel.org>

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

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

* Re: [GIT PULL] oprofile fixes for v2.6.33
  2010-01-26 20:05     ` Andrew Morton
@ 2010-01-27  9:52       ` Ingo Molnar
  0 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2010-01-27  9:52 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Robert Richter, LKML, oprofile-list


* Andrew Morton <akpm@linux-foundation.org> wrote:

> On Tue, 26 Jan 2010 13:53:24 +0100 Robert Richter <robert.richter@amd.com> wrote:
> 
> > On 25.01.10 23:23:18, Andrew Morton wrote:
> > > On Mon, 25 Jan 2010 20:29:22 +0100 Robert Richter <robert.richter@amd.com> 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: <stable@kernel.org>
> 
> 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

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

* Re: [GIT PULL] oprofile fixes for v2.6.33
  2010-01-25 19:29 [GIT PULL] oprofile fixes for v2.6.33 Robert Richter
  2010-01-26  7:23 ` Andrew Morton
@ 2010-01-27  9:52 ` Ingo Molnar
  1 sibling, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2010-01-27  9:52 UTC (permalink / raw)
  To: Robert Richter; +Cc: LKML, oprofile-list


* Robert Richter <robert.richter@amd.com> 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

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

end of thread, other threads:[~2010-01-27  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 19:29 [GIT PULL] oprofile fixes for v2.6.33 Robert Richter
2010-01-26  7:23 ` Andrew Morton
2010-01-26 12:53   ` Robert Richter
2010-01-26 20:05     ` Andrew Morton
2010-01-27  9:52       ` Ingo Molnar
2010-01-27  9:52 ` Ingo Molnar

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