From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14112 invoked from network); 29 Jan 2023 08:52:38 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 29 Jan 2023 08:52:38 -0000 Received: (qmail 3291 invoked by uid 550); 29 Jan 2023 08:52:34 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 3252 invoked from network); 29 Jan 2023 08:52:33 -0000 X-Zone-Loop: 73e3b617715d3536c23e0b7a4b221a317e37c486e148 X-Originating-IP: [136.175.111.2] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dereferenced.org; s=x; h=Content-Transfer-Encoding:Content-Type:Message-ID: References:In-Reply-To:Subject:Cc:To:From:Date:MIME-Version:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=URLcMDtDMwrcK9nBZkjiWRBjAXRsKItrtlb+7F6JPhA=; b=rKV8N4LomLD0iSp1KSeATV88b9 4djPbZXKg0UR3JNcwoxPNfmWUOu+VfO5KLWRVBa1oawluF2h2j07nXGaCeSwopjpTfF9uPgEhkrDF icoWpTFE/JetYzYksEA6VSdizpGDpJipRHnzvvRFLWYJ9X04JvFiszzTLabOF09AE0+EmDpqoQFVB rxOoMobl6cWwxc9DHiSxmUfCV11dfTaGQo9Ki5lvFqVQghrJS1SLW5BzdFE2m0qZFrms3V1OLfPNL ZxK8dUDK1uPXgQHg/FtarF8ZOVWzd6tZ1z0yjX21Sp01LMTBsUDXBMbLBJVeyHvL5eYd4V5kgcVRO GKpo15NA==; MIME-Version: 1.0 Date: Sun, 29 Jan 2023 03:52:18 -0500 From: Ariadne Conill To: musl@lists.openwall.com Cc: =?UTF-8?Q?=E7=8E=8B=E6=B4=AA=E4=BA=AE?= In-Reply-To: References: <4fd8ad44-6e64-c4f3-6f48-420cdae8c13f@loongson.cn> <155e9a0c-5839-01a5-f152-888bcd918529@loongson.cn> Message-ID: X-Sender: ariadne@dereferenced.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Id: ariadne@dereferenced.org Subject: Re: [musl] add loongarch64 port v6. Hi, On 2023-01-28 20:15, 王洪亮 wrote: > Hi, > > Is there anything else that needs to be modified in patch v6? It is likely that you will get a better review if you split up the changes into logical ones and submit them to the list as a group of patches. Ariadne