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=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21782 invoked from network); 20 Jun 2022 09:49:37 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 20 Jun 2022 09:49:37 -0000 Received: (qmail 9426 invoked by uid 550); 20 Jun 2022 09:49:33 -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 9373 invoked from network); 20 Jun 2022 09:49:31 -0000 From: =?UTF-8?B?546L5rSq5Lqu?= To: musl@lists.openwall.com References: <86910db7-be22-b09f-991b-cd8b242325a0@loongson.cn> <8e118171-74fe-a926-bf7d-e1c1aa015121@loongson.cn> Message-ID: <1d975133-bb81-8696-2187-3b37bbdb151c@loongson.cn> Date: Mon, 20 Jun 2022 17:49:18 +0800 User-Agent: Mozilla/5.0 (X11; Linux mips64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <8e118171-74fe-a926-bf7d-e1c1aa015121@loongson.cn> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-CM-TRANSID:AQAAf9DxX06eQrBiw+JOAA--.21551S3 X-Coremail-Antispam: 1UD129KBjvdXoWruFWxKFyUJw48uF4xWr1fCrg_yoWDWFbEkF Z29rWkCr4UJFWkKFZ2vFWfGrWkKF98GF1Y9F1DJryrWFyava1fAr4ku3savrsIqwsYkrnx trs3tFyaywnF9jkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUbxxYjsxI4VWxJwAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I 6I8E6xAIw20EY4v20xvaj40_Wr0E3s1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM2 8CjxkF64kEwVA0rcxSw2x7M28EF7xvwVC0I7IYx2IY67AKxVW5JVW7JwA2z4x0Y4vE2Ix0 cI8IcVCY1x0267AKxVWxJVW8Jr1l84ACjcxK6I8E87Iv67AKxVW0oVCq3wA2z4x0Y4vEx4 A2jsIEc7CjxVAFwI0_GcCE3s1le2I262IYc4CY6c8Ij28IcVAaY2xG8wAqx4xG64xvF2IE w4CE5I8CrVC2j2WlYx0E2Ix0cI8IcVAFwI0_Jr0_Jr4lYx0Ex4A2jsIE14v26r1j6r4UMc vjeVCFs4IE7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCYjI0SjxkI62AI1cAE67vIY487MxkI ecxEwVCm-wCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWUJVW8JwC20s026c02F4 0E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67kF1VAFwI0_Jr0_Jryl IxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY6xIIjxv20xvEc7CjxV AFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6rW3Jr0E3s1lIxAIcVC2z280aVAFwI0_ Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJVW8JbIYCTnIWIevJa73UjIFyTuYvjxU2_ HUDUUUU X-CM-SenderInfo: pzdqwxxrqjzxhdqjqz5rrqw2lrqou0/ Subject: [musl] Re: add loongarch64 port v4 Hi,  Rich 1. this patch has any other problems need to be modified? 2.what are the suggestions for support LA32 later? 在 2022/6/14 下午3:23, 王洪亮 写道: > Hi, > > 1. this patch has any other problems need to be modified? > > 2.what are the suggestions for support LA32? > > > 在 2022/6/8 上午11:56, 王洪亮 写道: >> Hi, >> >> I published loongarch64 port v4 in >> https://github.com/loongson/musl/tree/loongarch-v2.0. >> >> fixed the following problems: >> >> 1.fixed  the extension field of struct mcontext >> >> 2.removed arch/loongarch64/kstat.h >> >> 3.deleted the incorrect definition in arch/loongarch64/reloc.h >> >> 4.optimize  dlsym >> >> please code review if there are any other problems ? thanks. >> >> I have one questions: >> >> Through  add "long__uc_pad" in struct ucontext_t  to meet the >> extcontext[] 16 bytes alignment, >> >> if run in loongarch32, this method not meet the  16 bytes alignment >> requirement. how to do it ? >> >> >> Hongliang Wang. >>