Home
last modified time | relevance | path

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

1234567891011

/linux-6.15/Documentation/translations/ja_JP/
H 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-6.15/Documentation/process/
H 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 …]
/linux-6.15/fs/bcachefs/
H A Dsb-counters.c42 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_to_text() local
43 if (stable < nr) in bch2_sb_counters_to_text()
46 le64_to_cpu(ctrs->d[stable])); in bch2_sb_counters_to_text()
59 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_to_cpu() local
60 if (stable < nr) { in bch2_sb_counters_to_cpu()
61 u64 v = le64_to_cpu(ctrs->d[stable]); in bch2_sb_counters_to_cpu()
86 unsigned stable = counters_to_stable_map[i]; in bch2_sb_counters_from_cpu() local
87 if (stable < nr) in bch2_sb_counters_from_cpu()
132 unsigned stable = counters_to_stable_map[i]; in bch2_ioctl_query_counters() local
134 if (stable < arg.nr) { in bch2_ioctl_query_counters()
[all …]
/linux-6.15/Documentation/translations/it_IT/process/
H 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-6.15/Documentation/translations/ko_KR/process/
H 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-6.15/Documentation/translations/ja_JP/process/
H A Dhowto.rst141 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
165 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
166 このファイルはどのように stable カーネルのリリースが行われるかのルー
293 バージョン番号が3つの数字に分かれているカーネルは -stable カーネルです。
304 安定版ツリーは"stable" チーム <stable@vger.kernel.org> でメンテされており、
310 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種
311 類の変更が -stable ツリーに受け入れ可能か、またリリースプロセスがどう
/linux-6.15/Documentation/admin-guide/
H A Dabi-stable.rst3 ABI stable symbols
6 Documents the interfaces that the developer has defined to be stable.
15 .. kernel-abi:: stable
H A Dabi.rst15 abi-stable
26 abi-stable-files
H A Dabi-testing.rst6 Documents interfaces that are felt to be stable,
15 be marked stable.
/linux-6.15/Documentation/ABI/
H A DREADME13 stable/
15 defined to be stable. Userspace programs are free to use these
22 This directory documents interfaces that are felt to be stable,
29 be marked stable. Programs that use these interfaces are
72 Interfaces in stable may move to obsolete, as long as the proper
78 Interfaces in the testing state can move to the stable state when the
87 stable:
96 itself. See Documentation/process/stable-api-nonsense.rst.
/linux-6.15/Documentation/mm/
H 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-6.15/Documentation/translations/ko_KR/
H 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-6.15/Documentation/translations/zh_CN/process/
H A Dstable-kernel-rules.rst5 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
41 - 在确认了补丁符合以上的规则后,将补丁发送到stable@vger.kernel.org。
H 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>`
H A Dindex.rst64 stable-api-nonsense
66 stable-kernel-rules
/linux-6.15/Documentation/translations/zh_TW/process/
H 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>`
H A Dstable-kernel-rules.rst7 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
44 - 在確認了補丁符合以上的規則後,將補丁發送到stable@vger.kernel.org。
H A Dindex.rst48 stable-api-nonsense
49 stable-kernel-rules
/linux-6.15/Documentation/input/devices/
H 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-6.15/scripts/gendwarfksyms/
H A Dkabi.c132 if (!stable) in kabi_read_rules()
229 if (!stable) in kabi_is_declonly()
274 if (!stable) in kabi_is_enumerator_ignored()
302 if (!stable) in kabi_get_enumerator_value()
H A Dgendwarfksyms.c29 int stable; variable
118 stable = 1; in main()
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H 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)。
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H 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)。
/linux-6.15/Documentation/devicetree/bindings/
H 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-6.15/Documentation/driver-api/
H A Dfirewire.rst22 .. include:: ../ABI/stable/firewire-cdev
31 .. include:: ../ABI/stable/sysfs-bus-firewire

1234567891011