From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BF8A02F509 for ; Thu, 26 Oct 2023 16:01:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="J1BaxsGf" 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> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" 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