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 0E8DBC4332D for ; Sat, 6 Feb 2021 03:08:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDEE664FD8 for ; Sat, 6 Feb 2021 03:08:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231388AbhBFDIa (ORCPT ); Fri, 5 Feb 2021 22:08:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:41356 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231778AbhBFDB4 (ORCPT ); Fri, 5 Feb 2021 22:01:56 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E7AFB65004; Fri, 5 Feb 2021 23:55:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612569341; bh=0P6pwFokTlete3UUYGQyoT3xzrdD6XTV5ru+9jGjN3s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G3y2028x8xKqEclrmbsTWWda+aJdHPDUP82f3zzKDI7+6S3rfs0+hLmoX4N5b/7iF jOmpN7+DnyULwSXFxwSqHd9XVVZIpsp7qHFdBM4N3zCXLOr7iv2YcMwgxZy4Cc/Djp jr+5xhjGFbOEjAd0xg1ibnBB01f/IPwgGWX8ENRpkF7JPIDOaNL3pZSdBMq6NS0CFI 0fm3MBb+vGRRZPczB0W4Ew79ygTa6h/gXv5eFG2GlxVp9S8ikgPT8iORVWbsJcnANJ o1Vs2kzFi/3khxnelX3m26kkxeM1qvYNqG2uJUQMHPP72vYr7IF2rMN3E9J/Rw1JL/ poUuG986Dg2Ow== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id CE07240513; Fri, 5 Feb 2021 20:55:37 -0300 (-03) Date: Fri, 5 Feb 2021 20:55:37 -0300 From: Arnaldo Carvalho de Melo To: Andrii Nakryiko Cc: Arnaldo Carvalho de Melo , 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: <20210205235537.GE106434@kernel.org> References: <20210204220741.GA920417@kernel.org> <20210205162523.GF920417@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: dwarves@vger.kernel.org Em Fri, Feb 05, 2021 at 02:11:44PM -0800, Andrii Nakryiko escreveu: > On Fri, Feb 5, 2021 at 8:25 AM Arnaldo Carvalho de Melo > wrote: > > > > 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. > Ok, imported dwarves-1.20. Had to fix two dates in changelog (in > spec), day of week didn't match the date, tooling complained about > that. Also had to undo cmake_build and cmake_install fanciness, > because apparently we don't have them or the support for it is not > great. But otherwise everything else looks to be ok. Send patch please, I wasn't expecting this, if you could do some more and send me tooling bits to help me in the release process, if that is possible, I'd love to get it, otherwise I'll write it, don't want to go thru this one more time, sigh :-( - Arnaldo