From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-49.ptr.blmpb.com (va-2-49.ptr.blmpb.com [209.127.231.49]) (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 3918333E35B for ; Wed, 8 Jul 2026 03:13:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.49 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783480418; cv=none; b=Lctu4o+0crRwFXFfxbqgEf90gEfwcZc+aO6qx8wg1DCALdedD/f2A48IYg49UQ/kE7GlRWrXkslShgvqMbY+RYGGPJZO9W/pqkoO3rOI6aBXNCrVG5AsPvrcsiUcyuHD6aguAt6568fieMaGqMAB9zoGE1XbLJDrvvOnyOFvfq8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783480418; c=relaxed/simple; bh=TzqJB5VPpSM2SH4f/rPpyRwCAR9BsRgXrjPHkyTuJyc=; h=To:Subject:From:Mime-Version:Date:Message-Id:Content-Type:Cc; b=lsBl7fwfeTvQn+JDaGYzo/Crr0J8qijs2ZRIQEF0A38E+Slyd/L3PchK2/a7xzdTXbSJqEWWDJUGN54gMqifcWASFeAIt7fvqscyIz9YvhLp318XWDBJmEl4pcLYYxuC+niKKb5g4qAneZs/YogSjhpoZXu1ipT/sZxCBvUZ6aw= 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=m0iSEtns; arc=none smtp.client-ip=209.127.231.49 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="m0iSEtns" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=openatom-club.20200927.dkim.feishu.cn; t=1783480411; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=caIsI/uyAgt2mTj66sO2s2AYc35ZN9vqlIpVgHrSkCc=; b=m0iSEtnsj/CM3rkm8B8h9QxgUlP3FANTMqywCvtB+8TLe+cyVD0KOkr36FkVWi7ttLzj/3 zR2R81uezvE5vg3dlpbk7W0ZUm1WdnV8sxbs/Mjw2Mkh7pPWOpi8CKfsQfbOSYcjIfofs7 TtmGZFyMgVCveLQBuI3YskSQZy8x+w8iLgvil26dUspJmtKKKGOSd71Ef/CENpl9D7rxEW wjXULvtKvAWMRGF4iU/lkaMYAZyu4TFyXHVHpZqMM4Dzn3DpEQy6NGYKtGp62CjCf+d7to bZfId00lebhUfpISQD301IXMK4EQw/oq1jWc8OqZm8bt5AwQDs/qVtoh6nBNxA== To: "Alex Shi" , "Yanteng Si" , "Dongliang Mu" , "Jonathan Corbet" Subject: [PATCH 0/4] docs/zh_CN: update rust documentation translations X-Mailer: git-send-email 2.53.0 From: "Ben Guo" X-Original-From: Ben Guo Content-Transfer-Encoding: 7bit X-Lms-Return-Path: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Date: Wed, 8 Jul 2026 11:13:21 +0800 Message-Id: Received: from localhost ([58.35.126.19]) by smtp.feishu.cn with ESMTPS; Wed, 08 Jul 2026 11:13:28 +0800 Content-Type: text/plain; charset=UTF-8 Cc: , , , Update Chinese translations for the Rust subsystem documentation, syncing with the latest upstream changes. - quick-start.rst: update distro-specific install instructions, Ubuntu package versions, openSUSE rust-src package, and remove GDB/Binutils note - general-information.rst: add no_std section, rustdoc links, abstractions and bindings diagram, Bindings/Abstractions sections, and Kconfig example - arch-support.rst: add s390 support note - testing.rst: add Kconfig guidance for KUnit test suites Ben Guo (4): docs/zh_CN: Update rust/quick-start.rst translation docs/zh_CN: Update rust/general-information.rst translation docs/zh_CN: Update rust/arch-support.rst translation docs/zh_CN: Update rust/testing.rst translation .../translations/zh_CN/rust/arch-support.rst | 1 + .../zh_CN/rust/general-information.rst | 82 ++++++++++++++++++- .../translations/zh_CN/rust/quick-start.rst | 48 +++++------ .../translations/zh_CN/rust/testing.rst | 4 + 4 files changed, 103 insertions(+), 32 deletions(-) -- 2.53.0