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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9BC20C433F5 for ; Wed, 20 Apr 2022 18:35:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381533AbiDTSiN (ORCPT ); Wed, 20 Apr 2022 14:38:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346657AbiDTSiK (ORCPT ); Wed, 20 Apr 2022 14:38:10 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03F192252F for ; Wed, 20 Apr 2022 11:35:23 -0700 (PDT) Received: from zn.tnic (p200300ea971b58ed329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:971b:58ed:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 191031EC0373; Wed, 20 Apr 2022 20:35:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1650479718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=e8w172fXUDSSYSct237CPu202O+lic5z22jvZf4PDQ0=; b=rtfTNyfFZTnCVGHP0M4YMhp9N7AcmE3T/5mlQWBRJ6le5q5is3TibbnScDZ92H8Q4AtFox qtM+0PjQVa1qaz8D6ytsXiR2k3LtRqAfrmU0s9dZ4c3f8nA05aNWc/J2buUytpBTG/59eT bRB56cCP8PUbLU6NYAyS1Ho8nq94K/k= Date: Wed, 20 Apr 2022 20:35:17 +0200 From: Borislav Petkov To: Josh Poimboeuf Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, x86@kernel.org, Miroslav Benes Subject: Re: [PATCH v3] scripts: Create objdump-func helper script Message-ID: References: <4d3ab1f17230f0188698cfbc7ba08696fe1abfe9.1650474927.git.jpoimboe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4d3ab1f17230f0188698cfbc7ba08696fe1abfe9.1650474927.git.jpoimboe@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 20, 2022 at 10:16:36AM -0700, Josh Poimboeuf wrote: > Add a simple script which disassembles a single function from an object > file. Comes in handy for objtool warnings and kernel stack traces. > > Originally-by: Peter Zijlstra > Signed-off-by: Josh Poimboeuf > --- > v3: > - Add usage Thanks! Acked-by: Borislav Petkov -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette