Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2524441ybi; Sun, 28 Jul 2019 10:54:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqzdI0Hru3w9/dyjCMS8pyx/qjYoO/dwC9mH8j2fUo57j66PQSUUfs+D0H8bTo5V1fJrLmaY X-Received: by 2002:a17:902:296a:: with SMTP id g97mr104217720plb.115.1564336471001; Sun, 28 Jul 2019 10:54:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564336470; cv=none; d=google.com; s=arc-20160816; b=mwe0ajGJejEYndvLlKsM265k2NDpvCHMwsird0CBQ9HUNnXQuB+IfKF7T6KNC5KkMf 5UZH3pHBdV2fAfpwC8yAYCTKixYzUJgIbryi2WXCyAwvGAa/q3rPyKJIeLU8wtDm2jWH KuoeVkFkzf1c7BCzdNMHAZZ3KucX1MLtqzQgOIVYWuCaRm9rZlE2ClSt+KHsnSGe+M7e dZOgk+Pgo3rsA3HGWpY84eXbqPChLFCRE2X9sjELCSiZsuGbSqW6+kDMMJrgicombNo0 +OhV5RoZaYCYXXMNlGPCWsVhtOSg0/YzipKwnveddXlVHtHO1f/dkQxGC2erTY8bXKfS p6Nw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=eUpuXD+bRpx/0IfofZvythgLSHmdPoBOho6xBQFAYeA=; b=dXFDuPTD0/uE6RMqXJNiGgMloCbbnixso615r/zlPt7urV8hc6rrHxEoFEqrtwlli3 OZCGJctJnsKPPF82DW2roHtpLBc61qEOSlKAPpVlLJlmT9WN1xZ7QnVtjckDWRyztM/V vxb9zEy1pYQb4whMyarAZVLW+d8SS883slSlJ2InVpG/yoOdQ5ONW7Ut7fR7GPANcxk2 C0IwjlBPOBgyFJbcshvJwXVRI9RQeL7Nh4sJpmU27oxWcTnjTB8udM0LfxvEOP6igAmw JN3MALvzubLTjRQi9TvubVTI3J+672UBKfZOroX7Lc7Sq1szxoMkxyeclDihnTGF0erC ACSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y15si24076185pjp.90.2019.07.28.10.54.15; Sun, 28 Jul 2019 10:54:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726217AbfG1RxB (ORCPT + 99 others); Sun, 28 Jul 2019 13:53:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55772 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbfG1RxA (ORCPT ); Sun, 28 Jul 2019 13:53:00 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 987753082133; Sun, 28 Jul 2019 17:53:00 +0000 (UTC) Received: from treble (ovpn-120-102.rdu2.redhat.com [10.10.120.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 058345DA97; Sun, 28 Jul 2019 17:52:59 +0000 (UTC) Date: Sun, 28 Jul 2019 12:52:58 -0500 From: Josh Poimboeuf To: Matt Helsley Cc: LKML , Ingo Molnar , Peter Zijlstra , Steven Rostedt Subject: Re: [PATCH v3 00/13] Cleanup recordmcount and begin objtool conversion Message-ID: <20190728175258.nsaudvo26xbjmi2y@treble> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Sun, 28 Jul 2019 17:53:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 24, 2019 at 02:04:54PM -0700, Matt Helsley wrote: > This series cleans up recordmcount and then makes it into > an objtool subcommand. > > The series starts with 8 cleanup patches which make recordmcount > easier to review and integrate with objtool. The final 5 patches > show the beginning steps of converting recordmcount to use objtool's > ELF code rather than its own open-coded methods of accessing ELF > files. > > --- > > v3: > Rebased on mainline. s/elf_open/elf_read/ in recordmcount.c So this will be the first time objtool will be used on non-x86 arches. Have you tested the other HAVE_C_RECORDMCOUNT arches, both native and cross compilation? Other than my few minor comments, it looks good. The patches are nicely split up. I'll try to be more prompt next time ;-) -- Josh