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 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 CF832C433E0 for ; Fri, 5 Feb 2021 19:27:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8704F64DDC for ; Fri, 5 Feb 2021 19:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233628AbhBERpX (ORCPT ); Fri, 5 Feb 2021 12:45:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:56410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233403AbhBERnQ (ORCPT ); Fri, 5 Feb 2021 12:43:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7E95164DDD; Fri, 5 Feb 2021 19:24:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612553090; bh=Wkmdeu84GqsJBxdIKescV+S5TnRP000aL5aQE0iDgkM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F0piSSUG09Rg5VbPykiphfcgLW5uZlIwNSsVKEHVTKoRYslMmzbPRdlB9LYGqVcXj n2gSnUf78Q5LL2ojCeQfBlBOZ8RpK350oV+z38Af3bFRwxYVp2q+P2wKPejewW83oS hzZDMsZ1cbHIqsRVN14A/dXCch7rhJs6EhO3f2s8mEvvF0M1CcFV3KgKT62m8eATie oG6Cg4HF9LGaWfS0S+VqS1E/04zrs2NV3j1Rh9nfNf1gB9M82PuF5pJb/l8RYVzogS hdO98xV267PbqMSj66hUDaFBmGRAm9Z8Qyn2Dlf0BS2BaNrryOrL2s1RGJ4karf5C4 9kybbTER1Svqg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id DE33940513; Fri, 5 Feb 2021 16:24:46 -0300 (-03) Date: Fri, 5 Feb 2021 16:24:46 -0300 From: Arnaldo Carvalho de Melo To: Yonghong Song Cc: sedat.dilek@gmail.com, Arnaldo Carvalho de Melo , dwarves@vger.kernel.org, Linux Kernel Mailing List , bpf@vger.kernel.org, Jiri Olsa , Jan Engelhardt , Domenico Andreoli , Matthias Schwarzott , Andrii Nakryiko , Mark Wieelard , Paul Moore , Ondrej Mosnacek , Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= , Tom Stellard Subject: Re: ERROR: INT DW_ATE_unsigned_1 Error emitting BTF type Message-ID: <20210205192446.GH920417@kernel.org> References: <20210204220741.GA920417@kernel.org> <20210205152823.GD920417@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 11:10:08AM -0800, Yonghong Song escreveu: > On 2/5/21 11:06 AM, Sedat Dilek wrote: > > On Fri, Feb 5, 2021 at 7:53 PM Sedat Dilek wrote: > > Grepping through linux.git/tools I guess some BTF tools/libs need to > > know what BTF_INT_UNSIGNED is? > BTF_INT_UNSIGNED needs kernel support. Maybe to teach pahole to > ignore this for now until kernel infrastructure is ready. Yeah, I thought about doing that. > Not sure whether this information will be useful or not > for BTF. This needs to be discussed separately. Maybe search for the rationale for its introduction in DWARF. - ARnaldo