All of lore.kernel.org
 help / color / mirror / Atom feed
* LTS perf unwind fix
@ 2021-05-25 12:41 Rantala, Tommi T. (Nokia - FI/Espoo)
  2021-05-25 12:47 ` Jan Kratochvil
  2021-05-25 13:06 ` gregkh
  0 siblings, 2 replies; 7+ messages in thread
From: Rantala, Tommi T. (Nokia - FI/Espoo) @ 2021-05-25 12:41 UTC (permalink / raw)
  To: gregkh; +Cc: stable, linux-kernel, jan.kratochvil

Hi Greg,

Can you please cherry-pick this to LTS:

commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Dec 4 09:17:02 2020 -0300

    perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder


-Tommi


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

* Re: LTS perf unwind fix
  2021-05-25 12:41 LTS perf unwind fix Rantala, Tommi T. (Nokia - FI/Espoo)
@ 2021-05-25 12:47 ` Jan Kratochvil
  2021-05-25 13:06 ` gregkh
  1 sibling, 0 replies; 7+ messages in thread
From: Jan Kratochvil @ 2021-05-25 12:47 UTC (permalink / raw)
  To: Rantala, Tommi T. (Nokia - FI/Espoo); +Cc: gregkh, stable, linux-kernel

On Tue, 25 May 2021 14:41:15 +0200, Rantala, Tommi T. (Nokia - FI/Espoo) wrote:
> Can you please cherry-pick this to LTS:
> 
> commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
> Author: Jan Kratochvil <jan.kratochvil@redhat.com>
> Date:   Fri Dec 4 09:17:02 2020 -0300
> 
>     perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder

It needs to be cherry-picked together with this commit as my commit did cause
a regression:

commit 4e1481445407b86a483616c4542ffdc810efb680
Author: Dave Rigby <d.rigby@me.com>
Date:   Thu Feb 18 16:56:54 2021 +0000

    perf unwind: Set userdata for all __report_module() paths


Jan Kratochvil


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

* Re: LTS perf unwind fix
  2021-05-25 12:41 LTS perf unwind fix Rantala, Tommi T. (Nokia - FI/Espoo)
  2021-05-25 12:47 ` Jan Kratochvil
@ 2021-05-25 13:06 ` gregkh
  2021-05-26  7:21   ` Rantala, Tommi T. (Nokia - FI/Espoo)
  1 sibling, 1 reply; 7+ messages in thread
From: gregkh @ 2021-05-25 13:06 UTC (permalink / raw)
  To: Rantala, Tommi T. (Nokia - FI/Espoo); +Cc: stable, linux-kernel, jan.kratochvil

On Tue, May 25, 2021 at 12:41:15PM +0000, Rantala, Tommi T. (Nokia - FI/Espoo) wrote:
> Hi Greg,
> 
> Can you please cherry-pick this to LTS:
> 
> commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
> Author: Jan Kratochvil <jan.kratochvil@redhat.com>
> Date:   Fri Dec 4 09:17:02 2020 -0300
> 
>     perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder

What exact kernel(s) do you want it backported to?

thanks,

greg k-h

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

* Re: LTS perf unwind fix
  2021-05-25 13:06 ` gregkh
@ 2021-05-26  7:21   ` Rantala, Tommi T. (Nokia - FI/Espoo)
  2021-05-27  9:16     ` gregkh
  0 siblings, 1 reply; 7+ messages in thread
From: Rantala, Tommi T. (Nokia - FI/Espoo) @ 2021-05-26  7:21 UTC (permalink / raw)
  To: gregkh; +Cc: stable, linux-kernel, jan.kratochvil

2021-05-25 15:06 +0200, gregkh@linuxfoundation.org:
> On Tue, May 25, 2021 at 12:41:15PM +0000, Rantala, Tommi T. (Nokia -
> FI/Espoo) wrote:
> > Can you please cherry-pick this to LTS:
> > 
> > commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
> > Author: Jan Kratochvil <jan.kratochvil@redhat.com>
> > Date:   Fri Dec 4 09:17:02 2020 -0300
> > 
> >     perf unwind: Fix separate debug info files when using elfutils'
> > libdw's unwinder
> 
> What exact kernel(s) do you want it backported to?

5.4.y please, tested Jan's and Dave's patches with it, and they cure
some broken backtraces.


  commit 4e1481445407b86a483616c4542ffdc810efb680
  Author: Dave Rigby <d.rigby@me.com>
  Date:   Thu Feb 18 16:56:54 2021 +0000

    perf unwind: Set userdata for all __report_module() paths



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

* Re: LTS perf unwind fix
  2021-05-26  7:21   ` Rantala, Tommi T. (Nokia - FI/Espoo)
@ 2021-05-27  9:16     ` gregkh
  2021-05-27 10:04       ` Rantala, Tommi T. (Nokia - FI/Espoo)
  0 siblings, 1 reply; 7+ messages in thread
From: gregkh @ 2021-05-27  9:16 UTC (permalink / raw)
  To: Rantala, Tommi T. (Nokia - FI/Espoo); +Cc: stable, linux-kernel, jan.kratochvil

On Wed, May 26, 2021 at 07:21:15AM +0000, Rantala, Tommi T. (Nokia - FI/Espoo) wrote:
> 2021-05-25 15:06 +0200, gregkh@linuxfoundation.org:
> > On Tue, May 25, 2021 at 12:41:15PM +0000, Rantala, Tommi T. (Nokia -
> > FI/Espoo) wrote:
> > > Can you please cherry-pick this to LTS:
> > > 
> > > commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
> > > Author: Jan Kratochvil <jan.kratochvil@redhat.com>
> > > Date:   Fri Dec 4 09:17:02 2020 -0300
> > > 
> > >     perf unwind: Fix separate debug info files when using elfutils'
> > > libdw's unwinder
> > 
> > What exact kernel(s) do you want it backported to?
> 
> 5.4.y please, tested Jan's and Dave's patches with it, and they cure
> some broken backtraces.
> 
> 
>   commit 4e1481445407b86a483616c4542ffdc810efb680
>   Author: Dave Rigby <d.rigby@me.com>
>   Date:   Thu Feb 18 16:56:54 2021 +0000
> 
>     perf unwind: Set userdata for all __report_module() paths
> 
> 

What does this commit here have to do with the above?

confused as to what exactly you are asking for here, sorry, can you be
more specific?  Like "please apply commits X, Y, and Z, in that order,
to the X.y kernel?"

thanks,

greg k-h

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

* Re: LTS perf unwind fix
  2021-05-27  9:16     ` gregkh
@ 2021-05-27 10:04       ` Rantala, Tommi T. (Nokia - FI/Espoo)
  2021-05-27 10:22         ` gregkh
  0 siblings, 1 reply; 7+ messages in thread
From: Rantala, Tommi T. (Nokia - FI/Espoo) @ 2021-05-27 10:04 UTC (permalink / raw)
  To: gregkh; +Cc: stable, linux-kernel, jan.kratochvil

Hi Greg,

Please apply these two commits to 5.4.y
(other LTSes are probably fine too, but I didn't test):


commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Dec 4 09:17:02 2020 -0300

    perf unwind: Fix separate debug info files when using elfutils'
libdw's unwinder


commit 4e1481445407b86a483616c4542ffdc810efb680
Author: Dave Rigby <d.rigby@me.com>
Date:   Thu Feb 18 16:56:54 2021 +0000

    perf unwind: Set userdata for all __report_module() paths

    [...]

    Fixes: bf53fc6b5f41 ("perf unwind: Fix separate debug info files
when using elfutils' libdw's unwinder")


These commits fix some broken backtraces when using the perf tool.

Thanks!
-Tommi


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

* Re: LTS perf unwind fix
  2021-05-27 10:04       ` Rantala, Tommi T. (Nokia - FI/Espoo)
@ 2021-05-27 10:22         ` gregkh
  0 siblings, 0 replies; 7+ messages in thread
From: gregkh @ 2021-05-27 10:22 UTC (permalink / raw)
  To: Rantala, Tommi T. (Nokia - FI/Espoo); +Cc: stable, linux-kernel, jan.kratochvil

On Thu, May 27, 2021 at 10:04:51AM +0000, Rantala, Tommi T. (Nokia - FI/Espoo) wrote:
> Hi Greg,
> 
> Please apply these two commits to 5.4.y
> (other LTSes are probably fine too, but I didn't test):
> 
> 
> commit bf53fc6b5f415cddc7118091cb8fd6a211b2320d
> Author: Jan Kratochvil <jan.kratochvil@redhat.com>
> Date:   Fri Dec 4 09:17:02 2020 -0300
> 
>     perf unwind: Fix separate debug info files when using elfutils'
> libdw's unwinder
> 
> 
> commit 4e1481445407b86a483616c4542ffdc810efb680
> Author: Dave Rigby <d.rigby@me.com>
> Date:   Thu Feb 18 16:56:54 2021 +0000
> 
>     perf unwind: Set userdata for all __report_module() paths
> 
>     [...]
> 
>     Fixes: bf53fc6b5f41 ("perf unwind: Fix separate debug info files
> when using elfutils' libdw's unwinder")
> 
> 
> These commits fix some broken backtraces when using the perf tool.

Also queued up for the 5.10.y tree as you do not want to move to a newer
kernel and have a regression.

thanks,

greg k-h

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

end of thread, other threads:[~2021-05-27 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 12:41 LTS perf unwind fix Rantala, Tommi T. (Nokia - FI/Espoo)
2021-05-25 12:47 ` Jan Kratochvil
2021-05-25 13:06 ` gregkh
2021-05-26  7:21   ` Rantala, Tommi T. (Nokia - FI/Espoo)
2021-05-27  9:16     ` gregkh
2021-05-27 10:04       ` Rantala, Tommi T. (Nokia - FI/Espoo)
2021-05-27 10:22         ` gregkh

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.