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 A5B64C7619A for ; Sun, 2 Apr 2023 18:49:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231262AbjDBStr (ORCPT ); Sun, 2 Apr 2023 14:49:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231253AbjDBStq (ORCPT ); Sun, 2 Apr 2023 14:49:46 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9DF4661BF; Sun, 2 Apr 2023 11:49:45 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 332InfX8020945; Sun, 2 Apr 2023 20:49:41 +0200 Date: Sun, 2 Apr 2023 20:49:41 +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 0/4] tools/nolibc: add testcases for vfprintf Message-ID: References: <20230328-nolibc-printf-test-v3-0-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-0-ddc79f92efd5@weissschuh.net> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Sun, Apr 02, 2023 at 06:04:33PM +0000, Thomas Weißschuh wrote: > vfprintf() is complex and so far did not have proper tests. > > This series is based on the "dev" branch of the RCU tree. So just to confirm, it's all good, thank you very much. I've passed it to Paul. Have a nice end of week-end ;-) Willy