Home
last modified time | relevance | path

Searched refs:stable (Results 1 – 25 of 251) sorted by relevance

1234567891011

/linux/Documentation/translations/ja_JP/
A Dstable_kernel_rules.txt28 ずっと知りたかった Linux 2.6 -stable リリースの全て
30 "-stable" ツリーにどのような種類のパッチが受け入れられるか、どのような
48   Linus のツリーでのコミットID を -stable へのパッチ投稿の際に引用す
51 -stable ツリーにパッチを送付する手続き-
53 - 上記の規則に従っているかを確認した後に、stable@vger.kernel.org にパッチ
59 メンテナーによるレビューのために -stable キューに追加される。
61 が Linus のツリーに入る時に自動的に stable チームに email される。
67 - -stable メンテナがレビューサイクルを決めるとき、パッチはレビュー委
74 - レビューサイクルの最後に、ACK を受けたパッチは最新の -stable リリー
75 スに追加され、その後に新しい -stable リリースが行われる。
[all …]
/linux/Documentation/process/
A Dstable-kernel-rules.rst3 Everything you ever wanted to know about Linux -stable releases
7 "-stable" tree:
34 Procedure for submitting patches to the -stable tree
73 Cc: stable@vger.kernel.org
90 Cc: <stable@vger.kernel.org> # 3.3.x
113 Cc: <stable@vger.kernel.org> # 3.3.x
126 Cc: <stable@vger.kernel.org> # after -rc3
132 There furthermore is a variant of the stable tag you can use to make the stable
213 https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
222 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/
[all …]
A Dstable-api-nonsense.rst11 kernel interface, nor does it have a stable kernel interface**.
19 the syscall interface. That interface is **very** stable over time, and
23 on being stable.
28 You think you want a stable kernel interface, but you really do not, and
29 you don't even know it. What you want is a stable running driver, and
32 tree, all of which has made Linux into such a strong, stable, and mature
53 So, there are two main topics here, binary kernel interfaces and stable
60 Assuming that we had a stable kernel source interface for the kernel, a
140 stable source interface, a new interface would have been created, and
A Dapplying-patches.rst248 The 5.x.y (-stable) and 5.x patches live at
261 The stable -rc patches live at
263 https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/
272 If regressions or other serious flaws are found, then a -stable fix patch
308 This is the recommended branch for users who want the most recent stable
313 the current stable kernel.
315 The -stable team provides normal as well as incremental patches. Below is
341 of base 5.x kernel, they are applied on top of previous stable kernel
360 you intend to run them. This is however the most stable of the main
362 stable kernel, so it is important that it be tested by as many people as
[all …]
/linux/Documentation/translations/it_IT/process/
A Dstable-kernel-rules.rst8 Tutto quello che volevate sapere sui rilasci -stable di Linux
12 "-stable":
40 Procedura per sottomettere patch per i sorgenti -stable
48 Ci sono tre opzioni per inviare una modifica per i sorgenti -stable:
83 Cc: stable@vger.kernel.org
103 Cc: <stable@vger.kernel.org> # 3.3.x
124 Cc: <stable@vger.kernel.org> # 3.3.x
136 Cc: <stable@vger.kernel.org> # after -rc3
226 https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
236 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/
[all …]
/linux/Documentation/translations/ko_KR/process/
A Dhowto.rst148 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
173 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
295 세개의 버젼 넘버로 이루어진 버젼의 커널들은 -stable 커널들이다. 그것들은 해당
297 중요한 수정들을 포함한다. 주요 stable 시리즈 릴리즈는 세번째 버젼 넘버를
303 -stable 트리들은 "stable" 팀<stable@vger.kernel.org>에 의해 관리되며 거의 매번
306 커널 트리 문서들 내의 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
307 파일은 어떤 종류의 변경들이 -stable 트리로 들어왔는지와
/linux/Documentation/admin-guide/
A Dabi-stable.rst1 ABI stable symbols
4 Documents the interfaces that the developer has defined to be stable.
13 .. kernel-abi:: ABI/stable
A Dabi-testing.rst4 Documents interfaces that are felt to be stable,
13 be marked stable.
/linux/Documentation/translations/ja_JP/process/
A Dhowto.rst158 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
182 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
183 このファイルはどのように stable カーネルのリリースが行われるかのルー
310 バージョン番号が3つの数字に分かれているカーネルは -stable カーネルです。
321 安定版ツリーは"stable" チーム <stable@vger.kernel.org> でメンテされており、
327 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種
328 類の変更が -stable ツリーに受け入れ可能か、またリリースプロセスがどう
/linux/Documentation/ABI/
A DREADME12 stable/
14 defined to be stable. Userspace programs are free to use these
21 This directory documents interfaces that are felt to be stable,
28 be marked stable. Programs that use these interfaces are
71 Interfaces in stable may move to obsolete, as long as the proper
77 Interfaces in the testing state can move to the stable state when the
86 stable:
95 itself. See Documentation/process/stable-api-nonsense.rst.
/linux/Documentation/mm/
A Dksm.rst22 KSM maintains reverse mapping information for KSM pages in the stable
26 the node of the stable tree that represents such KSM page points to a
28 KSM page points to the stable tree node.
31 the stable tree. The tree node becomes a "chain" that links one or
40 This way the stable tree lookup computational complexity is unaffected
43 stable tree itself.
/linux/Documentation/translations/ko_KR/
A Dstable_api_nonsense.txt2 This is a version of Documentation/process/stable-api-nonsense.rst translated
15 Documentation/process/stable-api-nonsense.rst
28 않는(stable) 커널 인터페이스를 갖지 않는지를 설명하기 위해 쓰여졌다.
/linux/Documentation/translations/zh_CN/process/
A Dstable-kernel-rules.rst5 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
41 - 在确认了补丁符合以上的规则后,将补丁发送到stable@vger.kernel.org。
A Dhowto.rst117 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>`
138 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
261 由3个数字组成的内核版本号说明此内核是-stable版本。它们包含内核的相对较小且
267 稳定版内核树版本由“稳定版”小组(邮件地址<stable@vger.kernel.org>)维护,一般
270 内核源码中的 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
A Dindex.rst64 stable-api-nonsense
66 stable-kernel-rules
/linux/Documentation/input/devices/
A Drotary-encoder.rst15 Some encoders have both outputs low in stable states, others also have
16 a stable state with both outputs high (half-period mode) and some have
17 a stable state in all steps (quarter-period mode).
50 rotational direction based on the last stable state. Events are reported in
51 states b) and d) given that the new stable state is different from the last
/linux/Documentation/translations/zh_TW/process/
A Dhowto.rst120 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>`
141 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
264 由3個數字組成的內核版本號說明此內核是-stable版本。它們包含內核的相對較小且
270 穩定版內核樹版本由「穩定版」小組(郵件地址<stable@vger.kernel.org>)維護,一般
273 內核源碼中的 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
A Dstable-kernel-rules.rst7 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
44 - 在確認了補丁符合以上的規則後,將補丁發送到stable@vger.kernel.org。
A Dindex.rst48 stable-api-nonsense
49 stable-kernel-rules
/linux/Documentation/translations/zh_CN/admin-guide/
A Dreporting-issues.rst23 `Linux稳定版邮件列表 <https://lore.kernel.org/stable/>`_ 存档中匹配的报告并
25 请报告给稳定版邮件列表(stable@vger.kernel.org)并抄送回归邮件列表
149 * 检查 `Linux稳定版邮件列表 <https://lore.kernel.org/stable/>`_ 中的现有报告。
155 * 向Linux稳定版邮件列表发送一个简短的问题报告(stable@vger.kernel.org)并抄送
1156 版邮件列表的档案 <https://lore.kernel.org/stable/>`_ 中搜索类似问题的报告。
1179 *向Linux稳定版邮件列表发送一个简短的问题报告(stable@vger.kernel.org)并
1219 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 中所列出的
1261 Cc: <stable@vger.kernel.org> # 5.4+
1291 以及稳定版邮件列表(stable@vger.kernel.org)。
A Dreporting-regressions.rst95 `Linux稳定版邮件列表 <https://lore.kernel.org/stable/>`_ (stable@vger.kernel.org)。
159 <http://www.kroah.com/log/blog/2018/08/24/what-stable-kernel-should-i-use/>`_ 。
/linux/Documentation/translations/zh_TW/admin-guide/
A Dreporting-issues.rst24 `Linux穩定版郵件列表 <https://lore.kernel.org/stable/>`_ 存檔中匹配的報告並
26 請報告給穩定版郵件列表(stable@vger.kernel.org)並抄送回歸郵件列表
150 * 檢查 `Linux穩定版郵件列表 <https://lore.kernel.org/stable/>`_ 中的現有報告。
156 * 向Linux穩定版郵件列表發送一個簡短的問題報告(stable@vger.kernel.org)並抄送
1157 版郵件列表的檔案 <https://lore.kernel.org/stable/>`_ 中搜索類似問題的報告。
1180 *向Linux穩定版郵件列表發送一個簡短的問題報告(stable@vger.kernel.org)並
1220 Documentation/translations/zh_CN/process/stable-kernel-rules.rst 中所列出的
1262 Cc: <stable@vger.kernel.org> # 5.4+
1292 以及穩定版郵件列表(stable@vger.kernel.org)。
A Dreporting-regressions.rst95 `Linux穩定版郵件列表 <https://lore.kernel.org/stable/>`_ (stable@vger.kernel.org)。
159 <http://www.kroah.com/log/blog/2018/08/24/what-stable-kernel-should-i-use/>`_ 。
/linux/Documentation/devicetree/bindings/
A DABI.rst7 I. Regarding stable bindings/ABI, we quote from the 2013 ARM mini-summit
10 "That still leaves the question of, what does a stable binding look
11 like? Certainly a stable binding means that a newer kernel will not
/linux/Documentation/driver-api/
A Dfirewire.rst22 .. include:: ../ABI/stable/firewire-cdev
31 .. include:: ../ABI/stable/sysfs-bus-firewire

Completed in 49 milliseconds

1234567891011