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 A0C5BC25B48 for ; Thu, 26 Oct 2023 16:02:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345580AbjJZQC0 (ORCPT ); Thu, 26 Oct 2023 12:02:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345561AbjJZQCP (ORCPT ); Thu, 26 Oct 2023 12:02:15 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A105A10DA; Thu, 26 Oct 2023 09:01:40 -0700 (PDT) Received: from pwmachine.localnet (unknown [86.120.35.5]) by linux.microsoft.com (Postfix) with ESMTPSA id B1BC220B74C0; Thu, 26 Oct 2023 09:01:34 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B1BC220B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1698336099; bh=DVgXG69hg5W0c45MzS4NeyWgcRVGF1rDjspPMX8zmFw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=J1BaxsGfXNCCiVsZb9L2BrEuxqgYpYnHw9SeVTRJPu0n64p72TiZyZH4IkmgUKrJ8 5YJE9RLfdGGG0lMsRxe4fk2maVzL/MJu2TDv+aeijmhPFHoomBzzD9nj+d09yOHGQo Zunl7QMPER0hlaUhna8eUJ8KWKvFCL7GX7XGxCq4= From: Francis Laniel To: Alessandro Carminati Cc: Masahiro Yamada , Masami Hiramatsu , Steven Rostedt , Daniel Bristot de Oliveira , Josh Poimboeuf , Luis Chamberlain , Nathan Chancellor , Nick Desaulniers , Nicolas Schier , Alexander Lobakin , Nick Alcock , Kris Van Hees , Eugene Loh , Viktor Malik , Petr Mladek , Tom Rix , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms Date: Thu, 26 Oct 2023 19:01:31 +0300 Message-ID: <2162048.irdbgypaU6@pwmachine> In-Reply-To: References: <20231024201157.748254-1-alessandro.carminati@gmail.com> <5776666.DvuYhMxLoT@pwmachine> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! Le mercredi 25 octobre 2023, 21:33:43 EEST Alessandro Carminati a =E9crit : > Hi Francis, > Thanks a lot for your feedback! You are welcome! > Il giorno mer 25 ott 2023 alle ore 15:21 Francis Laniel >=20 > /* SNIP */ > > > debug >=3D DebugLevel.INFO.value: > > Shouldn't this rather test nmdata? >=20 > Not sure to understand this feedback. Sorry, this was not clear. Rather than testing vmlinux_file, shouldn't you test nmdata_file? Best regards.=20