Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-10-01 Thread Ingo Molnar
* Stephen Rothwell s...@canb.auug.org.au wrote: Hi Ingo, On Thu, 24 Sep 2009 23:25:55 +1000 Michael Ellerman mich...@ellerman.id.au wrote: Give me a day or two, I should be able to add a per-branch setting for who to send mails to without too much trouble. In the mean time I don't

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-10-01 Thread Stephen Rothwell
Hi Ingo, On Thu, 1 Oct 2009 09:42:01 +0200 Ingo Molnar mi...@elte.hu wrote: * Stephen Rothwell s...@canb.auug.org.au wrote: On Thu, 24 Sep 2009 23:25:55 +1000 Michael Ellerman mich...@ellerman.id.au wrote: Give me a day or two, I should be able to add a per-branch setting for

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-24 Thread Ingo Molnar
* Michael Ellerman mich...@ellerman.id.au wrote: On Wed, 2009-09-23 at 14:44 +0200, Ingo Molnar wrote: * Michael Ellerman mich...@ellerman.id.au wrote: On Tue, 2009-09-22 at 18:00 +1000, Benjamin Herrenschmidt wrote: On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote:

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-24 Thread Michael Ellerman
On Thu, 2009-09-24 at 14:14 +0200, Ingo Molnar wrote: * Michael Ellerman mich...@ellerman.id.au wrote: On Wed, 2009-09-23 at 14:44 +0200, Ingo Molnar wrote: * Michael Ellerman mich...@ellerman.id.au wrote: On Tue, 2009-09-22 at 18:00 +1000, Benjamin Herrenschmidt wrote: On

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-23 Thread Ingo Molnar
* Michael Ellerman mich...@ellerman.id.au wrote: On Tue, 2009-09-22 at 18:00 +1000, Benjamin Herrenschmidt wrote: On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote: Nevertheless you are right that i should have caught this particular PowerPC build bug - i missed it - sorry about

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-23 Thread Michael Ellerman
On Wed, 2009-09-23 at 14:44 +0200, Ingo Molnar wrote: * Michael Ellerman mich...@ellerman.id.au wrote: On Tue, 2009-09-22 at 18:00 +1000, Benjamin Herrenschmidt wrote: On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote: Nevertheless you are right that i should have caught this

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-22 Thread Ingo Molnar
* Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2009-09-22 at 09:48 +1000, Paul Mackerras wrote: This fixes two places in the powerpc perf_event (perf_counter) code where 'list_entry' needs to be changed to 'group_entry', but were missed in commit 65abc865

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-22 Thread Benjamin Herrenschmidt
On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote: Nevertheless you are right that i should have caught this particular PowerPC build bug - i missed it - sorry about that! Allright. Well, to help in general, we are setting up a build-bot here too that will build -tip HEAD for at least

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-22 Thread Ingo Molnar
* Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote: Nevertheless you are right that i should have caught this particular PowerPC build bug - i missed it - sorry about that! Allright. Well, to help in general, we are setting

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-22 Thread Michael Ellerman
On Tue, 2009-09-22 at 18:00 +1000, Benjamin Herrenschmidt wrote: On Tue, 2009-09-22 at 09:28 +0200, Ingo Molnar wrote: Nevertheless you are right that i should have caught this particular PowerPC build bug - i missed it - sorry about that! Allright. Well, to help in general, we are

[PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-21 Thread Paul Mackerras
This fixes two places in the powerpc perf_event (perf_counter) code where 'list_entry' needs to be changed to 'group_entry', but were missed in commit 65abc865 (perf_counter: Rename list_entry - group_entry, counter_list - group_list). This also changes 'event' back to 'counter' in a couple of

Re: [PATCH] perf_event, powerpc: Fix compilation after big perf_counter rename

2009-09-21 Thread Benjamin Herrenschmidt
On Tue, 2009-09-22 at 09:48 +1000, Paul Mackerras wrote: This fixes two places in the powerpc perf_event (perf_counter) code where 'list_entry' needs to be changed to 'group_entry', but were missed in commit 65abc865 (perf_counter: Rename list_entry - group_entry, counter_list - group_list).