Home
last modified time | relevance | path

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

12345678910>>...18

/openbmc/linux/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 …]
H 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 ツリーに受け入れ可能か、またリリースプロセスがどう
/openbmc/qemu/docs/devel/
H A Dstable-process.rst3 QEMU and the stable process
6 QEMU stable releases
9 QEMU stable releases are based upon the last released QEMU version
14 Usually, stable releases are only provided for the last major QEMU
19 What should go into a stable release?
30 for stable.
33 How to get a patch into QEMU stable
36 There are various ways to get a patch into stable:
43 Cc: qemu-stable@nongnu.org
51 should be considered for a stable release.
[all …]
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs5 #![stable(feature = "rust1", since = "1.0.0")]
17 #[stable(feature = "rust1", since = "1.0.0")]
20 #[stable(feature = "rust1", since = "1.0.0")]
25 #[stable(feature = "rust1", since = "1.0.0")]
28 #[stable(feature = "rust1", since = "1.0.0")]
33 #[stable(feature = "rust1", since = "1.0.0")]
38 #[stable(feature = "rust1", since = "1.0.0")]
43 #[stable(feature = "rust1", since = "1.0.0")]
48 #[stable(feature = "rust1", since = "1.0.0")]
53 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
/openbmc/linux/rust/alloc/vec/
H A Dpartial_eq.rs25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] }
27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"…
28 __impl_slice_eq1! { [A: Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice…
30 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", si…
31 __impl_slice_eq1! { [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", si…
33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust…
35 __impl_slice_eq1! { [] Cow<'_, [T]>, &[U] where T: Clone, #[stable(feature = "rust1", since = "1.0.…
37 __impl_slice_eq1! { [] Cow<'_, [T]>, &mut [U] where T: Clone, #[stable(feature = "rust1", since = "…
38 __impl_slice_eq1! { [A: Allocator, const N: usize] Vec<T, A>, [U; N], #[stable(feature = "rust1", s…
[all …]
H A Dmod.rs56 #![stable(feature = "rust1", since = "1.0.0")]
83 #[stable(feature = "vec_splice", since = "1.21.0")]
89 #[stable(feature = "drain", since = "1.6.0")]
100 #[stable(feature = "rust1", since = "1.0.0")]
396 #[stable(feature = "rust1", since = "1.0.0")]
2778 #[stable(feature = "rust1", since = "1.0.0")]
2849 #[stable(feature = "rust1", since = "1.0.0")]
2859 #[stable(feature = "rust1", since = "1.0.0")]
2868 #[stable(feature = "rust1", since = "1.0.0")]
2902 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
H A Ddrain.rs23 #[stable(feature = "drain", since = "1.6.0")]
38 #[stable(feature = "collection_debug", since = "1.17.0")]
58 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")]
141 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")]
148 #[stable(feature = "drain", since = "1.6.0")]
150 #[stable(feature = "drain", since = "1.6.0")]
153 #[stable(feature = "drain", since = "1.6.0")]
167 #[stable(feature = "drain", since = "1.6.0")]
175 #[stable(feature = "drain", since = "1.6.0")]
244 #[stable(feature = "drain", since = "1.6.0")]
[all …]
H A Dinto_iter.rs33 #[stable(feature = "rust1", since = "1.0.0")]
51 #[stable(feature = "vec_intoiter_debug", since = "1.13.0")]
173 #[stable(feature = "vec_intoiter_as_ref", since = "1.46.0")]
180 #[stable(feature = "rust1", since = "1.0.0")]
182 #[stable(feature = "rust1", since = "1.0.0")]
185 #[stable(feature = "rust1", since = "1.0.0")]
296 #[stable(feature = "rust1", since = "1.0.0")]
334 #[stable(feature = "rust1", since = "1.0.0")]
341 #[stable(feature = "fused", since = "1.26.0")]
347 #[stable(feature = "default_iters", since = "1.70.0")]
[all …]
/openbmc/linux/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
43 There are three options to submit a change to -stable trees:
71 for stable trees, add the tag
75 Cc: stable@vger.kernel.org
92 Cc: <stable@vger.kernel.org> # 3.3.x
109 Cc: <stable@vger.kernel.org> # 3.3.x
214 https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
223 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/
[all …]
/openbmc/linux/rust/alloc/
H A Dboxed.rs149 #![stable(feature = "rust1", since = "1.0.0")]
195 #[stable(feature = "rust1", since = "1.0.0")]
1228 #[stable(feature = "rust1", since = "1.0.0")]
1246 #[stable(feature = "rust1", since = "1.0.0")]
1256 #[stable(feature = "rust1", since = "1.0.0")]
1280 #[stable(feature = "rust1", since = "1.0.0")]
1339 #[stable(feature = "rust1", since = "1.0.0")]
1350 #[stable(feature = "rust1", since = "1.0.0")]
1373 #[stable(feature = "rust1", since = "1.0.0")]
1463 #[stable(feature = "pin", since = "1.33.0")]
[all …]
H A Dslice.rs12 #![stable(feature = "rust1", since = "1.0.0")]
50 #[stable(feature = "from_ref", since = "1.28.0")]
54 #[stable(feature = "rust1", since = "1.0.0")]
56 #[stable(feature = "rust1", since = "1.0.0")]
60 #[stable(feature = "rust1", since = "1.0.0")]
64 #[stable(feature = "rust1", since = "1.0.0")]
66 #[stable(feature = "rchunks", since = "1.31.0")]
70 #[stable(feature = "rust1", since = "1.0.0")]
773 #[stable(feature = "rust1", since = "1.0.0")]
780 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
H A Dalloc.rs5 #![stable(feature = "alloc_module", since = "1.28.0")]
13 #[stable(feature = "alloc_module", since = "1.28.0")]
91 #[stable(feature = "global_alloc", since = "1.28.0")]
116 #[stable(feature = "global_alloc", since = "1.28.0")]
134 #[stable(feature = "global_alloc", since = "1.28.0")]
168 #[stable(feature = "global_alloc", since = "1.28.0")]
360 #[stable(feature = "global_alloc", since = "1.28.0")]
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dstable-kernel-rules.rst8 Tutto quello che volevate sapere sui rilasci -stable di Linux
12 "-stable":
41 Procedura per sottomettere patch per i sorgenti -stable
62 Cc: stable@vger.kernel.org
124 Cc: <stable@vger.kernel.org> # 3.3.x
142 Cc: <stable@vger.kernel.org> # 3.3.x
150 per ogni sorgente "-stable" che inizia con la versione indicata.
199 https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git
204 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
209 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/
[all …]
/openbmc/linux/Documentation/translations/ko_KR/
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 트리로 들어왔는지와
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) 커널 인터페이스를 갖지 않는지를 설명하기 위해 쓰여졌다.
/openbmc/linux/Documentation/admin-guide/
H A Dabi-stable.rst1 ABI stable symbols
4 Documents the interfaces that the developer has defined to be stable.
13 .. kernel-abi:: ABI/stable
/openbmc/libpldm/
H A DREADME.md64 stable category. However, this may not always be possible. What to do when
68 ### What does it mean to mark a function as stable?
70 Marking a function as stable makes the following promise to users of the
78 Marking a function as stable does _not_ promise that it is free of
109 | Production | `-Dabi=deprecated,stable` |
110 | Maintenance | `-Dabi=stable` |
111 | Development | `-Dabi=deprecated,stable,testing` |
134 stable.
136 ### Marking functions as testing, stable or deprecated
139 translation units) to mark functions as testing, stable or deprecated:
[all …]
H A Dmeson.options1 … exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'sta…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/
H A Dlibpldm_git.bb7 LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
8 LIBPLDM_ABI_MAINTENANCE = "stable,testing"
9 LIBPLDM_ABI_PRODUCTION = "deprecated,stable"
/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/
H A Dlog4cplus_2.1.1.bb10 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz \
14 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
15 UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
/openbmc/linux/Documentation/ABI/
H 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.
/openbmc/openbmc/poky/meta/recipes-support/libevent/
H A Dlibevent_2.1.12.bb14 SRC_URI = "${GITHUB_BASE_URI}/download/release-${PV}-stable/${BP}-stable.tar.gz \
24 UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P<pver>.+)-stable"
26 S = "${WORKDIR}/${BPN}-${PV}-stable"
/openbmc/linux/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.
/openbmc/linux/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。
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dstable-kernel-rules.rst7 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
44 - 在確認了補丁符合以上的規則後,將補丁發送到stable@vger.kernel.org。

12345678910>>...18