* [GIT PULL] oprofile: updates for v2.6.34
@ 2010-03-02 16:44 Robert Richter
2010-03-04 10:50 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Robert Richter @ 2010-03-02 16:44 UTC (permalink / raw)
To: Ingo Molnar; +Cc: LKML, oprofile-list
Ingo,
it's only one patch, please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
(It seems the git mirror is not yet sync'ed.)
Thanks,
-Robert
The following changes since commit cfc9c0b450176a077205ef39092f0dc1a04e020a:
Robert Richter (1):
oprofile/x86: fix msr access to reserved counters
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git ..BRANCH.NOT.VERIFIED..
Martin Schwidefsky (1):
oprofile: convert oprofile from timer_hook to hrtimer
drivers/oprofile/oprof.c | 12 ++++--
drivers/oprofile/oprof.h | 3 +-
drivers/oprofile/timer_int.c | 78 +++++++++++++++++++++++++++++++++++++-----
3 files changed, 79 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] oprofile: updates for v2.6.34
2010-03-02 16:44 [GIT PULL] oprofile: updates for v2.6.34 Robert Richter
@ 2010-03-04 10:50 ` Ingo Molnar
2010-03-04 17:44 ` Robert Richter
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2010-03-04 10:50 UTC (permalink / raw)
To: Robert Richter; +Cc: LKML, oprofile-list
* Robert Richter <robert.richter@amd.com> wrote:
> Ingo,
>
> it's only one patch, please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
>
> (It seems the git mirror is not yet sync'ed.)
Still cannot pull - forgot to push out?
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] oprofile: updates for v2.6.34
2010-03-04 10:50 ` Ingo Molnar
@ 2010-03-04 17:44 ` Robert Richter
2010-03-09 11:27 ` Robert Richter
0 siblings, 1 reply; 5+ messages in thread
From: Robert Richter @ 2010-03-04 17:44 UTC (permalink / raw)
To: Ingo Molnar; +Cc: LKML, oprofile-list
On 04.03.10 11:50:05, Ingo Molnar wrote:
>
> * Robert Richter <robert.richter@amd.com> wrote:
>
> > Ingo,
> >
> > it's only one patch, please pull from:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
> >
> > (It seems the git mirror is not yet sync'ed.)
>
> Still cannot pull - forgot to push out?
No, it is already out, at least it is available now:
http://git.kernel.org/?p=linux/kernel/git/rric/oprofile.git;a=shortlog;h=refs/heads/urgent
Thanks.
-Robert
--
Advanced Micro Devices, Inc.
Operating System Research Center
email: robert.richter@amd.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] oprofile: updates for v2.6.34
2010-03-04 17:44 ` Robert Richter
@ 2010-03-09 11:27 ` Robert Richter
0 siblings, 0 replies; 5+ messages in thread
From: Robert Richter @ 2010-03-09 11:27 UTC (permalink / raw)
To: Ingo Molnar; +Cc: LKML, oprofile-list, Peter Zijlstra
On 04.03.10 18:44:22, Robert Richter wrote:
> On 04.03.10 11:50:05, Ingo Molnar wrote:
> >
> > * Robert Richter <robert.richter@amd.com> wrote:
> >
> > > Ingo,
> > >
> > > it's only one patch, please pull from:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git urgent
> > >
> > > (It seems the git mirror is not yet sync'ed.)
> >
> > Still cannot pull - forgot to push out?
>
> No, it is already out, at least it is available now:
>
> http://git.kernel.org/?p=linux/kernel/git/rric/oprofile.git;a=shortlog;h=refs/heads/urgent
Ingo,
can you try to send that one patch in urgent upstream for .34? It is
already in the queue for 1 week.
Could you also pull the oprofile core tree with the reservation code
to tip/oprofile? I also want to merge this to perf/core after pending
perf patches esp. pebs are applied to tip. When do you think perf/core
can be updated?
Thanks,
-Robert
--
Advanced Micro Devices, Inc.
Operating System Research Center
email: robert.richter@amd.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] oprofile: updates for v2.6.34
@ 2010-08-04 10:47 Robert Richter
0 siblings, 0 replies; 5+ messages in thread
From: Robert Richter @ 2010-08-04 10:47 UTC (permalink / raw)
To: Ingo Molnar; +Cc: LKML, oprofile-list
Ingo,
please pull oprofile updates for v2.6.36:
git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git core
It's just a small number of patches, see the log below. The branch is
already in linux-next for a long time.
Thanks,
-Robert
$ git log --stat --first-parent cc49b092d308f8ea8634134b0d95d831a88a674b..729419f0090601406abe714c5f8872a3bd53ff68 | cat
commit 729419f0090601406abe714c5f8872a3bd53ff68
Author: Arnd Bergmann <arnd@arndb.de>
Date: Wed Jul 7 17:40:13 2010 -0400
oprofile: make event buffer nonseekable
The event buffer cannot deal with seeks, so
we should forbid that outright.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Robert Richter <robert.richter@amd.com>
Cc: oprofile-list@lists.sf.net
Signed-off-by: Robert Richter <robert.richter@amd.com>
drivers/oprofile/event_buffer.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit b12eab1a796a306caef7046b21a76efa35f5f489
Author: Denis Kirjanov <dkirjanov@hera.kernel.org>
Date: Tue Jun 1 15:43:34 2010 -0400
powerpc/oprofile: fix potential buffer overrun in op_model_cell.c
Fix potential initial_lfsr buffer overrun.
Writing past the end of the buffer could happen when index == ENTRIES
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Cc: stable@kernel.org
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/powerpc/oprofile/op_model_cell.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit d8a382d2662822248a97ce9d670b90e68aefbd3a
Merge: 45c34e0 c6df8d5
Author: Robert Richter <robert.richter@amd.com>
Date: Fri Jun 4 11:33:10 2010 +0200
Merge remote branch 'tip/perf/urgent' into oprofile/urgent
commit 45c34e05c4e3d36e7c44e790241ea11a1d90d54e
Author: John Villalovos <sodarock@gmail.com>
Date: Fri May 7 12:41:40 2010 -0400
Oprofile: Change CPUIDS from decimal to hex, and add some comments
Back when the patch was submitted for "Add Xeon 7500 series support to
oprofile", Robert Richter had asked for a followon patch that
converted all the CPU ID values to hex.
I have done that here for the "i386/core_i7" and "i386/atom" class
processors in the ppro_init() function and also added some comments on
where to find documentation on the Intel processors.
Signed-off-by: John L. Villalovos <john.l.villalovos@intel.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/x86/oprofile/nmi_int.c | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-08-04 10:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 16:44 [GIT PULL] oprofile: updates for v2.6.34 Robert Richter
2010-03-04 10:50 ` Ingo Molnar
2010-03-04 17:44 ` Robert Richter
2010-03-09 11:27 ` Robert Richter
-- strict thread matches above, loose matches on Subject: below --
2010-08-04 10:47 Robert Richter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox