Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp1665364imc; Mon, 11 Mar 2019 20:27:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqwGufp20swfh5NtM6bdx3e+8MEbGXHBSP1OomzVZrZGCahK1nwX74f2Kxw4c+ctBAD1xzIt X-Received: by 2002:a63:5106:: with SMTP id f6mr13075528pgb.140.1552361253019; Mon, 11 Mar 2019 20:27:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552361253; cv=none; d=google.com; s=arc-20160816; b=svmVxi5wtWpX2PcLKMAqiEiAia5F9MptGuhSGxcn+3TJmum4FOvkdoAUnggO9fd8za xc9HAndH288MAnbc083aRA0O9TwdHM2eExuSopcWwO6alwui853Kb9I4aCoq9zwB671Y 0DpJraGnf6riZzzrZlU7nbS9Dce3A360x/TKwwLtTHaykMYjgzlzW6XfItPPEqVOHnns PcWxY9NMv8r8f1jWlPhURL2+l0MiWIbLNct9KQiWlt6SXQWJMJz/zmvpYZ4Oaz70JkBi YpgrEmzn0Z6Y1uNj9ThRVjUI9/dhmyKxCdvZl2Gd55Zy0c6YNNP4O2CyTGgjELiex/g+ V/1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=NxDDBBYoZbdcVjG3IL1Hi7fTnUPNf0502KOnaml7Sik=; b=DrknsSQlUNp2qN10mrvogfp/CPsjraLocY1TqNtEfRcEPuKPVNJTgWMhwW/+4wrQV4 BEoExoP53FCpxftAaavOPQaSchp3MZcxt8Ku3E7hwQwUGMIn5KwQAXF6N4547J14OG4U OpZJmInCHSDEZlxMeTyO2be24luU1M3Cs4jgXoKkNMDXfjuzOCjZ81h3+vcig96HrVlF o+/6qfCUrw856EXmSk14KTNtb+TTMJagHz+JoJc1moiSV8KDNcIe02y5x15G6BunFX3G gDqKWxzX9pvZZv/q7dSOJlGSl+gBq/jdUEwVIBFi9dbAvwc+IqYh5Wv0Zl5GGjyx0ohN 4cKQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 70si7203530pla.128.2019.03.11.20.27.17; Mon, 11 Mar 2019 20:27:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727319AbfCLD0b (ORCPT + 99 others); Mon, 11 Mar 2019 23:26:31 -0400 Received: from out30-43.freemail.mail.aliyun.com ([115.124.30.43]:35097 "EHLO out30-43.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbfCLD02 (ORCPT ); Mon, 11 Mar 2019 23:26:28 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R181e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04428;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0TMWPgfe_1552361140; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TMWPgfe_1552361140) by smtp.aliyun-inc.com(127.0.0.1); Tue, 12 Mar 2019 11:25:40 +0800 From: Alex Shi To: corbet@lwn.net, harryxiyou@gmail.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Alex Shi , TripleX Chung , Li Zefan , Shawn Guo , Fengguang Wu , Coly Li Subject: [PATCH v4 20/31] docs/zh_CN: format stable-api-nonsense Date: Tue, 12 Mar 2019 11:24:49 +0800 Message-Id: <20190312032501.62056-21-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190312032501.62056-1-alex.shi@linux.alibaba.com> References: <20190312032501.62056-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org to make it follow rst format and readble in html etc doc making. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li Signed-off-by: Weiwei Jia --- .../zh_CN/process/stable-api-nonsense.rst | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/Documentation/translations/zh_CN/process/stable-api-nonsense.rst b/Documentation/translations/zh_CN/process/stable-api-nonsense.rst index a2b27fab382c..e97bcf5c44ce 100644 --- a/Documentation/translations/zh_CN/process/stable-api-nonsense.rst +++ b/Documentation/translations/zh_CN/process/stable-api-nonsense.rst @@ -1,26 +1,21 @@ -Chinese translated version of Documentation/process/stable-api-nonsense.rst +.. _cn_stable_api_nonsense: -If you have any comment or update to the content, please contact the -original document maintainer directly. However, if you have problem -communicating in English you can also ask the Chinese maintainer for help. -Contact the Chinese maintainer, if this translation is outdated or there -is problem with translation. +.. include:: ../disclaimer-zh_CN.rst -Maintainer: Greg Kroah-Hartman -Chinese maintainer: TripleX Chung ---------------------------------------------------------------------- -Documentation/process/stable-api-nonsense.rst 的中文翻译 +:Original: :ref:`Documentation/process/stable-api-nonsense.rst + ` 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 -译存在问题,请联系中文版维护者。 +译存在问题,请联系中文版维护者:: -英文版维护者: Greg Kroah-Hartman -中文版维护者: 钟宇 TripleX Chung -中文版翻译者: 钟宇 TripleX Chung -中文版校译者: 李阳 Li Yang -以下为正文 ---------------------------------------------------------------------- + 英文版维护者: Greg Kroah-Hartman + 中文版维护者: 钟宇 TripleX Chung + 中文版翻译者: 钟宇 TripleX Chung + 中文版校译者: 李阳 Li Yang + +Linux 内核驱动接口 +================== 写作本文档的目的,是为了解释为什么Linux既没有二进制内核接口,也没有稳定 的内核接口。这里所说的内核接口,是指内核里的接口,而不是内核和用户空间 @@ -124,7 +119,7 @@ Linux能成为强壮,稳定,成熟的操作系统,这也是你最开始选 要做什么 -------- +-------- 如果你写了一个Linux内核驱动,但是它还不在Linux源代码树里,作为一个开发 者,你应该怎么做?为每个发布的每个版本提供一个二进制驱动,那简直是一个 @@ -150,7 +145,8 @@ Linux能成为强壮,稳定,成熟的操作系统,这也是你最开始选 同体系结构的处理器上支持这些设备。这个经过考验的开发模式,必然是错不了 的 :) -------------- +感谢 +---- 感谢 Randy Dunlap, Andrew Morton, David Brownell, Hanna Linder, Robert Love, and Nishanth Aravamudan 对于本文档早期版本的评审和建议。 -- 2.19.1.856.g8858448bb