From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D658ECAAA1 for ; Fri, 28 Oct 2022 18:39:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229473AbiJ1SjO (ORCPT ); Fri, 28 Oct 2022 14:39:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiJ1SjN (ORCPT ); Fri, 28 Oct 2022 14:39:13 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BD016386E for ; Fri, 28 Oct 2022 11:39:13 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id BF9F260C; Fri, 28 Oct 2022 18:39:12 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net BF9F260C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1666982352; bh=aTDMPxCxgPrQ9x5CfbpJECfz64JMFJuwPfDiwqmWxg8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=bQnz8GU12HLubaBrC4YJLOO1bXEGYZ5Lv1Z+Rd+xOw1uVQv6IJ2rbjaYHh9ZixgTU Ajz0hJVfz0ksh9eIyeClAlKzKGPfKuC42EfXVo5O5QMtE6o/Y8CaNkm8qJzEcVyLdb wGQQv5oNwsciAhSEd/MOrbk1Q4Ird0fwkspRbEpnuNHRthAjxyVg6oSwel3KF3iHBl yb+Tm8hdjtweT+1GAZrL/C2mf6vWcsA/E9x+0qYmfTDH7gOeg46QL+FPRXeGtO6mb+ gkvV+B8vZJmBkmvDJJ0mzH/aPwUSxzn1XKBa0YBIpBWxLUbyvJ2IiM4PNSu+iA1skc 4amBfZnlYlRVQ== From: Jonathan Corbet To: WANG Xuerui , linux-doc@vger.kernel.org Cc: WANG Xuerui , Huacai Chen , Alex Shi , Yanteng Si , loongarch@lists.linux.dev Subject: Re: [PATCH 0/2] LoongArch syscall ABI documentation In-Reply-To: <20221018100457.3440691-1-kernel@xen0n.name> References: <20221018100457.3440691-1-kernel@xen0n.name> Date: Fri, 28 Oct 2022 12:39:12 -0600 Message-ID: <874jvn6be7.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org WANG Xuerui writes: > From: WANG Xuerui > > Hi, > > Due to popular demand [1] (even Loongson employees can get lost), the > current LoongArch syscall ABI is now documented. A Simplified Chinese > translation is included too. > > [1]: https://github.com/loongson/LoongArch-Documentation/issues/66 > > WANG Xuerui (2): > Documentation: LoongArch: Document the syscall ABI > docs/zh_CN: LoongArch: Translate the syscall ABI doc > > Documentation/loongarch/index.rst | 1 + > Documentation/loongarch/syscall-abi.rst | 36 ++++++++++++++++++ > .../translations/zh_CN/loongarch/index.rst | 1 + > .../zh_CN/loongarch/syscall-abi.rst | 37 +++++++++++++++++++ > 4 files changed, 75 insertions(+) > create mode 100644 Documentation/loongarch/syscall-abi.rst > create mode 100644 Documentation/translations/zh_CN/loongarch/syscall-abi.rst Would you like me to take these through the docs tree? Thanks, jon