Em Thu, Jul 12, 2018 at 04:17:14PM +0200, Stefan Raspl escreveu:
> On 12.07.2018 09:09, Thomas Richter wrote:
> > With commit eca0fa28cd0d ("perf record: Provide detailed information on
> > s390 CPU")
> > s390 platform provides detailed type/model/capacitiy information
> > in the CPU indentifier string instead of just "IBM/S390".
> > This breaks perf kvm support which uses hard coded string IBM/S390 to
> > compare with the CPU identifier string. Fix this by changing the comparison.
> > Fixes: eca0fa28cd0d ("perf record: Provide detailed information on s390
> > CPU")
> > Cc: Stefan Raspl <[email protected]>
> > Cc: <[email protected]> # 4.17
> > Signed-off-by: Thomas Richter <[email protected]>
> > Reviewed-by: Hendrik Brueckner <[email protected]>
> Reported-and-tested-by: Stefan Raspl <[email protected]>
Thanks, applied together with Christian's Acked-by,
- Arnaldo