From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-28.ptr.blmpb.com (va-2-28.ptr.blmpb.com [209.127.231.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C2B7E1E2614 for ; Fri, 10 Apr 2026 02:41:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775788903; cv=none; b=fOuME02bn5mHONGv+JmoL7RYHSMW3JN6nRfXMCoWP8YHZMcI3+jvVdZqhhcYF1UgtSgdm66Dt50u+P4H5oq5fpAuseL4Zmx7+EoTOQxseBdZjYGJ7cy4PsJllJRff1x6dGxr8ZVTfJ4w3ctA2vYjo/KAwCFgmCLfNTEfi0X3uLo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775788903; c=relaxed/simple; bh=kyvMBj2w3qj/B4QU4Whnoyt1NoHMtskZKE/MEG25BjI=; h=From:Date:Content-Type:Cc:Mime-Version:Subject:Message-Id:To; b=LOD39Ma1eT3QP+lVKiFub1GFHKMmhLSrCkMgpeDQFCOBPvqeOS1M3quLLEi9+GJC3hw9gP8rSW+EsmQyAASeeH6pYBdtu9cK+Ar62PDWmbhsD/c/CsFAD84xNB8k4UIKWf0RbERY1D+hW5K2DQRi8/r4hsZGFEr/67zO8mGcAI4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club; spf=pass smtp.mailfrom=openatom.club; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b=choqYw1k; arc=none smtp.client-ip=209.127.231.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=openatom.club Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b="choqYw1k" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=openatom-club.20200927.dkim.feishu.cn; t=1775788889; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=kOuxvbSd64E7NtEVxELYZAuxAUoKF1DXYFRvgI5oU/w=; b=choqYw1kgisjvu6zW1DwQJZqcSszi3RDolVyiMTutX9gOet467t5CIb0FvoHIN9nXs65XU Kn4eo00JheBQO/0eyLN/C5ImxF+dd0uwWwYoRtLMLltXeZLx/SmvbQCluztGcJbcO+dRZ6 lxi9tdg0oTGkdGa3zaPWbnRU+IqhrwKmH6B7Mdso61g2sQl7w7nm54mXFSgZkf4NC+x1/S MHrwFRieokafOiFGCcAaIuvG1BZ39GyrQD9GvGPi+ILYuHJzgSdpF2MDFzNNg4fNZ01VeT RwNCw5CzJRWcWPtNbfXDe3wRbVCUt+p0A/uXL5NuVC3dsWRNS2dL8JtPssA+Wg== From: "Ben Guo" Date: Fri, 10 Apr 2026 10:41:09 +0800 Received: from localhost ([58.35.126.19]) by smtp.feishu.cn with ESMTPS; Fri, 10 Apr 2026 10:41:27 +0800 Content-Type: text/plain; charset=UTF-8 Cc: , , , Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Subject: [PATCH v2 0/4] docs/zh_CN: update rust/ subsystem translations Message-Id: X-Original-From: Ben Guo X-Mailer: git-send-email 2.53.0 To: "Alex Shi" , "Yanteng Si" , "Dongliang Mu" , "Jonathan Corbet" Content-Transfer-Encoding: 7bit X-Lms-Return-Path: Update Chinese translations for the Rust subsystem documentation, syncing with the latest upstream changes. - arch-support.rst: add ARM (ARMv7) support, update RISC-V and UM notes - coding-guidelines.rst: add imports formatting, private item docs, C FFI types, and Lints sections - quick-start.rst: add distro-specific install instructions, update rustc/bindgen sections, remove cargo section - index.rst: remove experimental notice and genindex Changes in v2: - Add Reviewed-by from Gary Guo Ben Guo (4): docs/zh_CN: update rust/arch-support.rst translation docs/zh_CN: update rust/coding-guidelines.rst translation docs/zh_CN: update rust/quick-start.rst translation docs/zh_CN: update rust/index.rst translation .../translations/zh_CN/rust/arch-support.rst | 9 +- .../zh_CN/rust/coding-guidelines.rst | 262 +++++++++++++++++- .../translations/zh_CN/rust/index.rst | 17 -- .../translations/zh_CN/rust/quick-start.rst | 190 ++++++++++--- 4 files changed, 401 insertions(+), 77 deletions(-) -- 2.53.0