Received: by 2002:a05:6358:3188:b0:123:57c1:9b43 with SMTP id q8csp2686581rwd; Fri, 2 Jun 2023 13:07:52 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ7H25Lykce0vvetRgu8vbNL6l/XxroQBz/u7ktq5MoXj3WE0sKJMrCEyAxT2VYVvDKUtynS X-Received: by 2002:a05:6a00:1951:b0:651:e578:cea with SMTP id s17-20020a056a00195100b00651e5780ceamr4040079pfk.31.1685736472491; Fri, 02 Jun 2023 13:07:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1685736472; cv=none; d=google.com; s=arc-20160816; b=t2727nfXWskT6tJBkbgH6hx5JHJ+J3/0z5FHSDeWUuP/MZyN/S2ppI5NDc/VyO27Ib 1nokWHZ74SUJZpX9Sh+PkQ4PvKWUsbHTLMMw292rJVxSthRjuHEX21lW+iZW5vcRk6fu cM/LVbjtWZHc4cFJAuKkc7/qweLHSSaOzPKMT2ZeRVyeofzfj72C3e1sBkdtcw+2RWzf lvCzxiy2/jxMmi5qyhUFQ1o5L2KnoogMMdPy3YqjHlwgppJSbMjiDJzVW61nWccSLfFR Ebit/WKrhwduUvATJv6Jnt9WqIwuGAp8FCcmSBPDgda8BoW6Egnm2dvH4TNIfWAxwZiQ u4ZQ== 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=xzd86Ul8xf7gSMFYhFyFuCHWyCcYbcFBj8euc4FpS2A=; b=vsf6jnlTENSpCrGhznATzHftSfr3cjmcnosGFcGs9cREi0g9FU5PwbWnGwOhYwlLNF X+qnJ8dvk9VdAz7wVYkPxvKmmcidbFKqPkA4fEXASJO2/+HBnWWy4W+Lpr2KW2Rnt2VB PCXa47Y+nuTwq8l8B58vNFVgG+lYKgMojejODy9XaGBKA6xeCEb7w+N2/yHSL3HtpRhW ZboXqL42+UtJKT3OnJit4gyUzRnoGVd1W9d0nffTHMd9lJc5t9KktivA8pY+HsY3vt91 HlIiuHoqW6Bc8AuyEFsjsbwiB3SyZ+7fd39ju+IFFboR/GIicZR+xTjYUU4HdPPB2h1V hH7w== 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 j64-20020a638043000000b0053fb8976fa3si1442259pgd.431.2023.06.02.13.07.33; Fri, 02 Jun 2023 13:07:52 -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 S235309AbjFBTov (ORCPT + 99 others); Fri, 2 Jun 2023 15:44:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236115AbjFBTot (ORCPT ); Fri, 2 Jun 2023 15:44:49 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 67B8B123; Fri, 2 Jun 2023 12:44:48 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 352JiC25026412; Fri, 2 Jun 2023 21:44:12 +0200 Date: Fri, 2 Jun 2023 21:44:12 +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, thomas@t-8ch.de Subject: Re: [PATCH v2 00/13] nolibc: add part2 of support for rv32 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Hi Zhangjin, On Tue, May 30, 2023 at 03:45:23AM +0800, Zhangjin Wu wrote: > Hi, all > > Thanks very much for your review suggestions of the v1 series [1], we > just sent out the generic part1 [2], and here is the part2 of the whole > v2 revision. (...) Just to let you know, I'm now done with my release and will slowly try to catch up with all your series! Stay tuned! Willy