From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) by sourceware.org (Postfix) with ESMTPS id 1895B3858D1E for ; Sat, 1 Oct 2022 04:18:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1895B3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS16.andestech.com [10.0.1.222]) by Atcsqr.andestech.com with ESMTP id 2914I9vg022515; Sat, 1 Oct 2022 12:18:09 +0800 (+08) (envelope-from peterlin@andestech.com) Received: from APC323 (10.0.12.98) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.498.0; Sat, 1 Oct 2022 12:18:07 +0800 Date: Sat, 1 Oct 2022 12:16:10 +0000 From: Yu-Chien Peter Lin To: CC: , "libc-alpha@sourceware.org" Subject: Re: [PATCH 1/2] stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638) Message-ID: References: <20220929192756.3310704-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.6 (2022-06-05) X-Originating-IP: [10.0.12.98] X-DNSRBL: X-MAIL:Atcsqr.andestech.com 2914I9vg022515 X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DATE_IN_FUTURE_06_12,KAM_DMARC_STATUS,RDNS_DYNAMIC,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Adhemerval, Tested on riscv[32|64]-linux-gnu LGTM. Reviewed-by: Yu Chien Peter Lin Thanks, Peter Lin