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.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23033 invoked from network); 1 Apr 2022 07:48:48 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 1 Apr 2022 07:48:48 -0000 Received: (qmail 28442 invoked by uid 550); 1 Apr 2022 07:48:46 -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 28403 invoked from network); 1 Apr 2022 07:48:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648799313; bh=cLPKHNlUkhiarXIZJkBrMD1R0RX094puUnejBYRcU2k=; h=References:In-Reply-To:From:Date:Subject:To:From; b=eA5IfWXg5sjG9D9RoREJXLjjtwSybRdH6jP4y9e8yQd6VPW2Ncq6PvrBKZbHccqO1 +RWBcEpi+pdCL2BuLKA8AQdUh745RFWL1kG/QdqNlInT92jiHMcO/V9Xf/eW8G2RMv bwby5Q505OXEj5mgIy4vPBfOrDplftxqRHFAJ8jPTOEx3yQhhPxuVjelzDbkae6f2t rESPDvbQRIOjO64FHv3gIV/44X1RRA47RYZ6AWwlY18EW7x0XRdMbRPwJPA15zfViu 0V1HlpE6uxdNzaSTHHAktJ7UR5TE4TBFFleZUonpxwDiL95h8Fcf1Zi7LqYu2eOZX5 N7c8yg9hPy2dg== X-Gm-Message-State: AOAM532nt0t2n0WM/DPJc8Dl92T/5nFHhVOWBEwcFVLpF6bRkx/qfr9N t5k3v72AbUoLkc9qSsterjgmKJjp/LQGMg//lYE= X-Google-Smtp-Source: ABdhPJzEh+Hn4OlRnyU+TESJ+dA539k7nt+QQ6iWyYbqoAMZlFXP2JBm7iQ8F0YRmglonINHHZ6yiZWnjcS9gjb4X58= X-Received: by 2002:a05:600c:4ecc:b0:38e:354d:909 with SMTP id g12-20020a05600c4ecc00b0038e354d0909mr7819705wmq.33.1648799311457; Fri, 01 Apr 2022 00:48:31 -0700 (PDT) MIME-Version: 1.0 References: <64c0ef49-4618-8eca-c826-bd2a840c284b@loongson.cn> <34029768-603c-79a1-03c7-a02132a108ba@loongson.cn> In-Reply-To: <34029768-603c-79a1-03c7-a02132a108ba@loongson.cn> From: Arnd Bergmann Date: Fri, 1 Apr 2022 09:48:15 +0200 X-Gmail-Original-Message-ID: Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] Re: add loongarch64 port On Fri, Apr 1, 2022 at 9:40 AM =E7=8E=8B=E6=B4=AA=E4=BA=AE wrote: > =E5=9C=A8 2022/3/31 =E4=B8=8B=E5=8D=884:14, Arnd Bergmann =E5=86=99=E9=81= =93: > > In kernel port, loongarch64 use the generic struct stat. > > loongarch64 define struct stat and kstat in musl is consistent with > > generic stat in kernel. My point was that I asked for these to be removed in https://lore.kernel.org/lkml/CAK8P3a2kroHVN3fTabuFVMz08SXytz-SC8X11BxxszsUC= ksJ4g@mail.gmail.com/ With __NR_newfstatat and __NR_fstat gone from the system call list, there is no 'struct stat' that is exposed by the kernel. Arnd