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 42F9CC636D4 for ; Mon, 13 Feb 2023 12:45:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230510AbjBMMpl (ORCPT ); Mon, 13 Feb 2023 07:45:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230127AbjBMMpi (ORCPT ); Mon, 13 Feb 2023 07:45:38 -0500 Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A209D1B32C; Mon, 13 Feb 2023 04:45:15 -0800 (PST) Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-52bfa3dfd95so161000747b3.9; Mon, 13 Feb 2023 04:45:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=BipEjooU0uRoQxtVpfSH69wBzd81GpNG792SE2KMh7Y=; b=BY82DidJBYmGlOlQ1ay1T4b/IeyG7rveXal6CH6r3uwDIUn1hX36w7ezSbDTcSAUdO not5ZcHyp3KjyPLvwIHI5yscFRnWAC+DLXtuJbiQwUZJaA6wIMkAceOI0wKnbPkH/0ua 8HAVPOvu/xSAfOEpkZ74QR26xW9N6PXLOT2lIu/sg2y0YdGLyKsRtsO/hMQUOezT1VTl Tq8s06zHNRKRvXUwW6DZBuTqO5JgYkqRr8kEaAOJMJurrExuphu4gGGE+VMGya41fFtB AxiAslWO9TW7ZJBCuyIe7YXiCmUkK2d4LHcgez8RLszzfnj6hvfB6qOGZas0gm0maW1a yRaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=BipEjooU0uRoQxtVpfSH69wBzd81GpNG792SE2KMh7Y=; b=bZdNituk52ndumOks29mqIzwR8e8LRNlDJBbAjaPnVXGBnGpMuVaOhaGpTJm/QnIrE 5QAmaO2BrVB8xjxQ790Pc858uDoZGKAgdIownFJIWfUKIrPredjogGNaUxKb5+BarzIA qIOYZVeJlD53l4QL9MHBJ/Zx0AOdqnAfSs1YAWeIgtPO12uboTciPGIak5cs1JV7kXRP EeFLraAcIN7MRWO/CTGAtbRxS0cqP37A/HK6AhZ8KrGCCuDok0QJqrYQgPfz1FPAsGHl dmqshJ2EelKF7sJqplVw91/gokxps7+F2Fsz+hE8uu+qC7AZvmdK2g+NeknWRs3y7Z6X uZLw== X-Gm-Message-State: AO0yUKUFSG0gOIi3JAQI3nT7WTi237podu5X6m3olFkaLE7IDZsHVOw5 9gmlgj9TSLJYg6qScjkhypfnAED5bBmMksqEuVQ= X-Google-Smtp-Source: AK7set//ALU4hcajxJ4aUqWPUdrEYoS1MAG5H64bQwhe2lEJfidaKhbPMqxSKuNnpr2xe/Ry8bi9k/wBzWM5Hfe8H14= X-Received: by 2002:a0d:fb84:0:b0:527:9733:fdee with SMTP id l126-20020a0dfb84000000b005279733fdeemr2911922ywf.490.1676292313556; Mon, 13 Feb 2023 04:45:13 -0800 (PST) MIME-Version: 1.0 References: <20230111152050.559334-1-yakoyoku@gmail.com> In-Reply-To: From: Miguel Ojeda Date: Mon, 13 Feb 2023 13:45:02 +0100 Message-ID: Subject: Re: pahole issues with Rust DWARF was: Re: [PATCH 1/1] pahole/Rust: Check that we're adding DW_TAG_member sorted by byte offset To: Arnaldo Carvalho de Melo Cc: Daniel Borkmann , Martin Rodriguez Reboredo , linux-kernel@vger.kernel.org, Neal Gompa , Eric Curtin , bpf@vger.kernel.org, rust-for-linux@vger.kernel.org, Alexei Starovoitov , Andrii Nakryiko , Jiri Olsa , Yonghong Song Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnaldo, On Mon, Feb 13, 2023 at 1:09 PM Arnaldo Carvalho de Melo wrote: > > The namespace.o seems to be ok: I saw the other message too -- this looks great, thanks a ton. > The core one needs work: If `core.o` works, then I think it is likely other things will work :) I can try to extract the cases for those into simpler `.o` files, if you would find simpler test cases useful (perhaps for the test suite etc.). Cheers, Miguel