From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from va-2-27.ptr.blmpb.com (va-2-27.ptr.blmpb.com [209.127.231.27]) (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 5F4E6286409 for ; Tue, 14 Jul 2026 07:00:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.127.231.27 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784012456; cv=none; b=FYM2vGHLST8YdhYQ2po5+/Hl54WfNO+Hb1OLOihvUeUylAsmech6/uySd/jjUVfUZgwjF2aKbhCB/1iqLI4u8IiJ7TpYUTFbm3ae7lk4h4zwSh9jLoucb1S1e2M117b8aKQEwSy7Us7WJHT3T4euWeFZDink4E81bHPNQOmeeNs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784012456; c=relaxed/simple; bh=wtd/G8SZLE2rcSj54d9QBTyTOdYS6uCj6SB5YCbnUV4=; h=Message-Id:Mime-Version:Cc:From:To:Date:Content-Type:Subject; b=bkS+yO0UvpUVjdIqPYQRgejsIUUIPvnNeR3IZdv/DChN+CzIUNX6eklqgVOfp0faThC8KIk5AKGEcwZr/9vJVDpz+GZnmUNfQLp9SxJmx+KMk+5o2RkVB5TC4QKlmwKJNc9UIfR113rRGHNIKnsbt7tSBXGEqjz9n4PyZTg+H+w= 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=yXTAm/a7; arc=none smtp.client-ip=209.127.231.27 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="yXTAm/a7" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=openatom-club.20200927.dkim.feishu.cn; t=1784012442; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=O9Dgk6VjznzqXWv+r+xTW2tHWn7JBeoEd0Se5Pd1gXU=; b=yXTAm/a7RlgamYpJWNWpwQjGmXZVv5Atm+9R0qleGSyhd1BTnpcAlZNgcrhHlTUyvTo3bk kKbghrJRHW0vT2o1zHqyAQ4mGPg/j11bdKxcylADJ6CjAqcgEf9uWatnusf84T32mkI3ar Vjnpkd1LVq7vlIFNCj8HXGkSkKcDCYmKjJ9O8DZn9nngN3hYbErPVhzTXpYAnSm8qUlguV 0vUgyaQC2ujPY8xe+kx+ZREck+J7zgEnTDERAofiPCLof2itfC+Me0cdheB2pdoRUfFZox st6FxHWD8gjgWGfL0jVxZGs/jIJkN7ZUSnSVFPOMJigvIT0kdd44pPsxaV4ycA== Message-Id: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: "Gary Guo" , , , , From: "Ben Guo" X-Lms-Return-Path: X-Original-From: Ben Guo To: "Alex Shi" , "Yanteng Si" , "Dongliang Mu" , "Jonathan Corbet" Received: from localhost ([58.35.126.19]) by smtp.feishu.cn with ESMTPS; Tue, 14 Jul 2026 15:00:31 +0800 Date: Tue, 14 Jul 2026 15:00:07 +0800 X-Mailer: git-send-email 2.53.0 Content-Type: text/plain; charset=UTF-8 Subject: [PATCH v3 0/4] docs/zh_CN: update rust documentation translations 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 Changes in v3: - Add Reviewed-by from Dongliang Mu - Add spaces around "HTML" in general-information.rst Changes in v2: - Add Reviewed-by from Gary Guo - Translate "sound" as "=E5=8F=AF=E9=9D=A0" in general-information.rst 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(-) --=20 2.53.0