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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 1F561C433E0 for ; Fri, 5 Feb 2021 20:35:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C69EB64E16 for ; Fri, 5 Feb 2021 20:35:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233088AbhBESwz (ORCPT ); Fri, 5 Feb 2021 13:52:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:45586 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233087AbhBEPEk (ORCPT ); Fri, 5 Feb 2021 10:04:40 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F20B64DE9; Fri, 5 Feb 2021 16:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612542326; bh=wZa558YC1SAZ7XJtB8o9xQzpfnkrZ2VFUyJz20LiKZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mqpHAakw7ZlUGpi0XalD4Wc7yxsm2VtJdHUpbKGx6CWCwdEnd4SH+GF77k2NesFg4 nYNAkcRai83QCBXlZvHEVreJeTIEd7sfzbVhzMvcTsKvwOgY1fGh/esJnx/FuXgbcd yEBh36DB0eWpiGCzEchPp2ypEGxMHXfwiFum3u45UkttDky4D/yIPs2z2qLhcdMRVM Jqn1DTrrPAiIe7cwrjVKycv573tsO8L2jtfxVimDDSoso1CQV0Mh3LFK5kPW4RIfi2 +YAjF1OdxjCCibURdFRZsgfV9BKNla+mzPHPiZAjv0ug6+2c1W6GLp86Dr9BjJSi1I 4AOsQ0jIyyVsQ== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 247D240513; Fri, 5 Feb 2021 13:25:23 -0300 (-03) Date: Fri, 5 Feb 2021 13:25:23 -0300 From: Arnaldo Carvalho de Melo To: Arnaldo Carvalho de Melo Cc: Andrii Nakryiko , dwarves@vger.kernel.org, Linux Kernel Mailing List , bpf , Jiri Olsa , Jan Engelhardt , Domenico Andreoli , Matthias Schwarzott , Andrii Nakryiko , Yonghong Song , Mark Wieelard , Paul Moore , Ondrej Mosnacek , Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= , Sedat Dilek , Tom Stellard Subject: Re: ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF) Message-ID: <20210205162523.GF920417@kernel.org> References: <20210204220741.GA920417@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Em Fri, Feb 05, 2021 at 06:33:43AM -0300, Arnaldo Carvalho de Melo escreveu: > On February 5, 2021 4:39:47 AM GMT-03:00, Andrii Nakryiko wrote: > >On Thu, Feb 4, 2021 at 8:34 PM Arnaldo Carvalho de Melo > wrote: > >> On February 4, 2021 9:01:51 PM GMT-03:00, Andrii Nakryiko > > wrote: > >> >On Thu, Feb 4, 2021 at 2:09 PM Arnaldo Carvalho de > >Melo> wrote: > >> >> The v1.20 release of pahole and its friends is out, mostly > >> >> addressing problems related to gcc 11 defaulting to DWARF5 for -g, > >> >> available at the usual places: > >> >Great, thanks, Arnaldo! Do you plan to build RPMs soon as well? > >> It's in rawhide already, I'll do it for f33, f32 later, > >Do you have a link? I tried to find it, but only see 1.19 so far. > https://koji.fedoraproject.org/koji/buildinfo?buildID=1703678 And now for Fedora 33, waiting for karma bumps at: https://bodhi.fedoraproject.org/updates/FEDORA-2021-804e7a572c fedpkg buidling for f32 now. - Arnaldo