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=-4.1 required=5.0 tests=MAILING_LIST_MULTI, NICE_REPLY_A,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31594 invoked from network); 9 Jan 2023 09:47:12 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 9 Jan 2023 09:47:12 -0000 Received: (qmail 23634 invoked by uid 550); 9 Jan 2023 09:47:08 -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 23599 invoked from network); 9 Jan 2023 09:47:07 -0000 From: =?UTF-8?B?546L5rSq5Lqu?= To: musl@lists.openwall.com References: <4fd8ad44-6e64-c4f3-6f48-420cdae8c13f@loongson.cn> <155e9a0c-5839-01a5-f152-888bcd918529@loongson.cn> Message-ID: Date: Mon, 9 Jan 2023 17:46:50 +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: <155e9a0c-5839-01a5-f152-888bcd918529@loongson.cn> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-CM-TRANSID:AQAAf8Bxc+WK4rtj2LEWAA--.4849S3 X-CM-SenderInfo: pzdqwxxrqjzxhdqjqz5rrqw2lrqou0/ X-Coremail-Antispam: 1Uk129KBjvJXoW7tr48Ar4kuw17uF43Jr47Jwb_yoW8ZFy8pF ySya18KrWrJry7J39Fk34rWF1jkrWktr17WF1fKr48ury5ZasayrWjkan0kFy2kr1093yY vry8Jry5XF1jvaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUj1kv1TuYvTs0mT0YCTnIWj qI5I8CrVACY4xI64kE6c02F40Ex7xfYxn0WfASr-VFAUDa7-sFnT9fnUUIcSsGvfJTRUUU bxAYFVCjjxCrM7AC8VAFwI0_Jr0_Gr1l1xkIjI8I6I8E6xAIw20EY4v20xvaj40_Wr0E3s 1l1IIY67AEw4v_Jr0_Jr4l8cAvFVAK0II2c7xJM28CjxkF64kEwVA0rcxSw2x7M28EF7xv wVC0I7IYx2IY67AKxVW8JVW5JwA2z4x0Y4vE2Ix0cI8IcVCY1x0267AKxVW8JVWxJwA2z4 x0Y4vEx4A2jsIE14v26r4UJVWxJr1l84ACjcxK6I8E87Iv6xkF7I0E14v26F4UJVW0owAS 0I0E0xvYzxvE52x082IY62kv0487Mc804VCY07AIYIkI8VC2zVCFFI0UMc02F40EFcxC0V AKzVAqx4xG6I80ewAv7VC0I7IYx2IY67AKxVWUJVWUGwAv7VC2z280aVAFwI0_Jr0_Gr1l Ox8S6xCaFVCjc4AY6r1j6r4UM4x0Y48IcVAKI48JMxk0xIA0c2IEe2xFo4CEbIxvr21l42 xK82IYc2Ij64vIr41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxVAqx4xG67AKxVWUJVWU GwC20s026x8GjcxK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r1j6r15MIIYrxkI7VAKI4 8JMIIF0xvE2Ix0cI8IcVAFwI0_Jr0_JF4lIxAIcVC0I7IYx2IY6xkF7I0E14v26r1j6r4U MIIF0xvE42xK8VAvwI8IcIk0rVWUJVWUCwCI42IY6I8E87Iv67AKxVWUJVW8JwCI42IY6I 8E87Iv6xkF7I0E14v26r1j6r4UYxBIdaVFxhVjvjDU0xZFpf9x07UE-erUUUUU= Subject: Re: [musl] add loongarch64 port v6. Hi, Is there anything else that needs to be modified in patch v6? I'm Looking forward to your reply,thanks. Hongliang Wang. 在 2022/12/19 下午2:32, 王洪亮 写道: > Hi, > > Is there anything else that needs to be modified in patch v6? > > I have prepared a LoongArch machine for remote connection testing. > Please send me a private message  and I reply for login and password. > > I'm Looking forward to your reply,thanks. > > Hongliang Wang. > > > 在 2022/11/15 下午3:17, 王洪亮 写道: >> Hi, >> >> I published loongarch64 port v6 in >> https://github.com/loongson/musl/tree/loongarch-v3.0 >> >> Fixed the following problems: >> 1.Fixed some inappropriate comments in elf.h. >> 2.Fixed spaces and tabs used. >> 3.Removed crt/loongarch64/crti.s and crt/loongarch64/crtn.s. >> 4.Fixed the problems mentioned below email. >> >> There are also some unmodified problems as follows: >> 1.Whether we still implement __clone() within __NR_clone3 >> syscall in LoongArch? >> In latest kernel,function clone3_stack_valid(),the condition >> of (kargs->stack_size == 0) is still valid, call __clone() >> (within __NR_clone3 syscall) is fail. >> I restore to the __NR_clone for libc-test OK temporary. >> >> 2.I don't remove __syscall7,I understand keep it without negative >> effects. >> maybe used in the future.glibc also realize __syscall7 in LoongArch. >> >> 3.I don't remove arch/loongarch64/bits/ptrace.h,I'm not sure if it >> will be >> used in the future.the most architectures support it. >> >> 4.The definition of extcontext[] in mcontext_t in musl is not consistent >> with kernel,Because [0] is not valid C. it is not standard in musl,so >> use >> extcontext[] instead of extcontext[0].This question has been >> discussed in >> previous email named [musl] add loongarch64 port v3 in May. >> >> Please check first,I will prepare a physical execution environment >> for run checks. >> >> I'm Looking forward to your reply,thanks. >> >> Hongliang Wang. >>