Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp6588401rwd; Mon, 5 Jun 2023 22:03:36 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ59q5eWpWhtM9E7oQbIg1DWnPMDWXGXP80eAm04MsT7zTtqvDhS1X0d2CgURf6lkkXtX3BB X-Received: by 2002:a17:902:d487:b0:1af:d812:d27 with SMTP id c7-20020a170902d48700b001afd8120d27mr1387197plg.9.1686027816057; Mon, 05 Jun 2023 22:03:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1686027816; cv=none; d=google.com; s=arc-20160816; b=LiTZPwmASD+ra3HV8AjihZofk0AFn+KKt9QF64LzS0ivNGdHfVjjxgdN7QQ+lJQa5P J5uD3NT0hN3RVIpE4VvZKLJUhvSQ0o/r+j8hA9VpTXn6aQflNzMXBNBi83kCJeLQXV0Y DxUxMrH11xK397FboOmUkjBm+ENEhH2A0hLRoNN6zXpiK12WO05NPy2D8zTgI72O+pel NDRYJ3u6w7qVXzc/zCBAr4VJzgpoAWUz3fzQrl/Q0RMgIT1CEaADDsiVp3Wk9ZFjfJfu T7hus30o8WPGi9l2uE5sZ9fb+vhK9g/L1V5NFMH6mNQ1CVX3/adu71FT6OCA/31IQjG3 SIMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=LN2ceIOeQLPf2HH77aMTf5soK7pBjqxVnDJ7NdVu7OQ=; b=AdsISmvRiVNLVLSZiEW/NXQYkPEtJdy9kcAsDWqHrA7q4kKgjrEBtdP0oOrDzUbM7T v9zJKIrQkdIpIORhdOc/VEFkCkvVngwAFnRBNdVy/xJK32wux1dPPH6hdshn0TbwcGfa e5XTxIUQ4cq4IDda+Zc1vlLmUF66fsfH+7YllvFtYdFwsa7pN4NURXELpICxxAOucxYC ommnsmLs4sbfmNz24Zpzqw3aVQD4yKN7Ni8EfXBGSqgx1NJkwVinPwUd9oJINu57xAzZ 23182BrOzbCA+/zLHTY3R+jzNVApRnyeo0gRYaqGHNvk7WJ/5Ojzxne5GkK6i2f4gjjS UVvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id y2-20020a1709027c8200b001b222cd9826si1566223pll.349.2023.06.05.22.03.23; Mon, 05 Jun 2023 22:03:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234154AbjFFEu7 (ORCPT + 99 others); Tue, 6 Jun 2023 00:50:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230362AbjFFEu6 (ORCPT ); Tue, 6 Jun 2023 00:50:58 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4235C109; Mon, 5 Jun 2023 21:50:55 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 3564od2B017477; Tue, 6 Jun 2023 06:50:39 +0200 Date: Tue, 6 Jun 2023 06:50:39 +0200 From: Willy Tarreau To: Zhangjin Wu Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-riscv@lists.infradead.org, paulmck@kernel.org, thomas@t-8ch.de Subject: Re: [PATCH 0/4] selftests/nolibc: fix up and improve test report Message-ID: References: <20230605105332.245553-1-falcon@tinylab.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230605105332.245553-1-falcon@tinylab.org> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 05, 2023 at 06:53:32PM +0800, Zhangjin Wu wrote: > > On Mon, Jun 05, 2023 at 11:47:41AM +0800, Zhangjin Wu wrote: > > > Thanks very much for your merge of the v3 generic part1 of rv32, just > > > tested your latest 20230604-nolibc-rv32+stkp6 branch, everything work > > > well except a trivial test report regression on the 'run' target. > > (...) > > > > I've squashed your fix into the pending patch and pushed branch > > 20230605-nolibc-rv32+stkp7. I have only tested userland (I really > > need to leave now, no time for a kernel build). > > > > Just did kernel build + nolibc test for arm, aarch64 and rv64, no regressions > found. Much appreciated, thank you. This evening I'll try the remaining archs as I already have the cross-compilers, then will give Paul the go. Cheers, Willy