From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5791C47089 for ; Thu, 27 May 2021 10:22:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7C37613F6 for ; Thu, 27 May 2021 10:22:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236145AbhE0KYR (ORCPT ); Thu, 27 May 2021 06:24:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:51222 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236149AbhE0KYN (ORCPT ); Thu, 27 May 2021 06:24:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 656E6613B4; Thu, 27 May 2021 10:22:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1622110960; bh=fu41OOBwvVAsIvlj0TmcDCa0Ztt6umjGSj3AvUXq19E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dtZyddnBMfnZCBlVVCOlltjIv5psuHEuCiNxrNGPtooBYB8VyQjDtydDxwa5KhXql CodqGRLbyM8W4QYHEjK49DwTVj5tI9I+baRDPUuaE/tYYAtduoP9zRHE20MLgS68FI GEQrgK7fKKA0yMSVT0GKZ/kfXa9AHzFonk/wgsWo= Date: Thu, 27 May 2021 12:22:37 +0200 From: "gregkh@linuxfoundation.org" To: "Rantala, Tommi T. (Nokia - FI/Espoo)" Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "jan.kratochvil@redhat.com" Subject: Re: LTS perf unwind fix Message-ID: References: <682895f7a145df0a20814001c508688113322854.camel@nokia.com> <45b140543ccb85ab184ed17befca4a9e64661051.camel@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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 > 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 > 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