* Please merge perf fixes into v4.1.1
@ 2015-06-23 7:28 Ingo Molnar
2015-06-24 13:41 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2015-06-23 7:28 UTC (permalink / raw)
To: stable kernel team
hi Greg,
Please merge the following upstream perf commits into v4.1.1:
git merge 75e84ab906ef
This will merge the following fixes:
2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
Note: commit IDs are listed in cherry picking order, in case you want to
cherry-pick them.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please merge perf fixes into v4.1.1
2015-06-23 7:28 Please merge perf fixes into v4.1.1 Ingo Molnar
@ 2015-06-24 13:41 ` Ingo Molnar
2015-06-24 14:47 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2015-06-24 13:41 UTC (permalink / raw)
To: stable kernel team
hi Greg,
* Ingo Molnar <mingo@kernel.org> wrote:
> hi Greg,
>
> Please merge the following upstream perf commits into v4.1.1:
>
> git merge 75e84ab906ef
>
> This will merge the following fixes:
>
> 2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
> 4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
> 6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
> 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
> 2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
> 75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
>
> Note: commit IDs are listed in cherry picking order, in case you want to
> cherry-pick them.
Please disregard all these sha1's for the time being, as a regression has just
been bisected back to:
1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please merge perf fixes into v4.1.1
2015-06-24 13:41 ` Ingo Molnar
@ 2015-06-24 14:47 ` Greg KH
2015-06-25 7:01 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2015-06-24 14:47 UTC (permalink / raw)
To: Ingo Molnar; +Cc: stable kernel team
On Wed, Jun 24, 2015 at 03:41:24PM +0200, Ingo Molnar wrote:
>
> hi Greg,
>
> * Ingo Molnar <mingo@kernel.org> wrote:
>
> > hi Greg,
> >
> > Please merge the following upstream perf commits into v4.1.1:
> >
> > git merge 75e84ab906ef
> >
> > This will merge the following fixes:
> >
> > 2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
> > 4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
> > 6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
> > 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
> > 2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
> > 75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
> >
> > Note: commit IDs are listed in cherry picking order, in case you want to
> > cherry-pick them.
>
> Please disregard all these sha1's for the time being, as a regression has just
> been bisected back to:
>
> 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
Ok, should I just ignore all of these then? Don't you want the other
patches before that one merged?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please merge perf fixes into v4.1.1
2015-06-24 14:47 ` Greg KH
@ 2015-06-25 7:01 ` Ingo Molnar
2015-06-26 4:11 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2015-06-25 7:01 UTC (permalink / raw)
To: Greg KH; +Cc: stable kernel team
* Greg KH <greg@kroah.com> wrote:
> On Wed, Jun 24, 2015 at 03:41:24PM +0200, Ingo Molnar wrote:
> >
> > hi Greg,
> >
> > * Ingo Molnar <mingo@kernel.org> wrote:
> >
> > > hi Greg,
> > >
> > > Please merge the following upstream perf commits into v4.1.1:
> > >
> > > git merge 75e84ab906ef
> > >
> > > This will merge the following fixes:
> > >
> > > 2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
> > > 4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
> > > 6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
> > > 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
> > > 2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
> > > 75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
> > >
> > > Note: commit IDs are listed in cherry picking order, in case you want to
> > > cherry-pick them.
> >
> > Please disregard all these sha1's for the time being, as a regression has just
> > been bisected back to:
> >
> > 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
>
> Ok, should I just ignore all of these then? Don't you want the other
> patches before that one merged?
Yeah, so you can apply:
2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
And in fact you can apply these two too:
2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
as they are independent.
It's only 1b7b938f1817 that was borked.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Please merge perf fixes into v4.1.1
2015-06-25 7:01 ` Ingo Molnar
@ 2015-06-26 4:11 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2015-06-26 4:11 UTC (permalink / raw)
To: Ingo Molnar; +Cc: stable kernel team
On Thu, Jun 25, 2015 at 09:01:21AM +0200, Ingo Molnar wrote:
>
> * Greg KH <greg@kroah.com> wrote:
>
> > On Wed, Jun 24, 2015 at 03:41:24PM +0200, Ingo Molnar wrote:
> > >
> > > hi Greg,
> > >
> > > * Ingo Molnar <mingo@kernel.org> wrote:
> > >
> > > > hi Greg,
> > > >
> > > > Please merge the following upstream perf commits into v4.1.1:
> > > >
> > > > git merge 75e84ab906ef
> > > >
> > > > This will merge the following fixes:
> > > >
> > > > 2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
> > > > 4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
> > > > 6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
> > > > 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
> > > > 2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
> > > > 75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
> > > >
> > > > Note: commit IDs are listed in cherry picking order, in case you want to
> > > > cherry-pick them.
> > >
> > > Please disregard all these sha1's for the time being, as a regression has just
> > > been bisected back to:
> > >
> > > 1b7b938f1817 ("perf/x86/intel: Fix PMI handling for Intel PT")
> >
> > Ok, should I just ignore all of these then? Don't you want the other
> > patches before that one merged?
>
> Yeah, so you can apply:
>
> 2f993cf09364 ("perf: Fix ring_buffer_attach() RCU sync, again")
> 4b36f1a4139c ("perf/x86: Add more Broadwell model numbers")
> 6b099d9b040b ("perf/x86/intel/bts: Fix DS area sharing with x86_pmu events")
>
> And in fact you can apply these two too:
>
> 2c33645d366d ("perf/x86: Honor the architectural performance monitoring version")
> 75e84ab906ef ("perf tools: Fix build breakage if prefix= is specified")
>
> as they are independent.
>
> It's only 1b7b938f1817 that was borked.
Thanks, all now queued up.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-26 5:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 7:28 Please merge perf fixes into v4.1.1 Ingo Molnar
2015-06-24 13:41 ` Ingo Molnar
2015-06-24 14:47 ` Greg KH
2015-06-25 7:01 ` Ingo Molnar
2015-06-26 4:11 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.