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 1F62BC7619A for ; Sun, 2 Apr 2023 18:37:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230113AbjDBShV (ORCPT ); Sun, 2 Apr 2023 14:37:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbjDBShT (ORCPT ); Sun, 2 Apr 2023 14:37:19 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CDCE2B45E; Sun, 2 Apr 2023 11:37:18 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 332IbD8o020831; Sun, 2 Apr 2023 20:37:13 +0200 Date: Sun, 2 Apr 2023 20:37:13 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v3 1/4] tools/nolibc: add libc-test binary Message-ID: References: <20230328-nolibc-printf-test-v3-0-ddc79f92efd5@weissschuh.net> <20230328-nolibc-printf-test-v3-1-ddc79f92efd5@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230328-nolibc-printf-test-v3-1-ddc79f92efd5@weissschuh.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 02, 2023 at 06:04:34PM +0000, Thomas Weißschuh wrote: > This can be used to easily compare the behavior of nolibc to the system > libc. > > Signed-off-by: Thomas Weißschuh > > --- > > Feel free to drop this if it does not fit in. On the opposite! I wanted to do it, you beat me to it. I'm just going to add an entry for it in the help message. Thank you! Willy