Home
last modified time | relevance | path

Searched full:stable (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/Linux-v6.6/Documentation/process/
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
39 Security patches should not be handled (solely) by the -stable review
43 There are three options to submit a change to -stable trees:
45 1. Add a 'stable tag' to the description of a patch you then submit for
47 2. Ask the stable team to pick up a patch already mainlined.
48 3. Submit a patch to the stable team that is equivalent to a change already
60 stable series. When doing so, ensure the fix or an equivalent is applicable,
61 submitted, or already present in all newer stable trees still supported. This is
[all …]
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
101 Stable Kernel Source Interfaces
140 stable source interface, a new interface would have been created, and
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/
269 These are the base stable releases released by Linus. The highest numbered
272 If regressions or other serious flaws are found, then a -stable fix patch
304 Kernels with 3-digit versions are -stable kernels. They contain small(ish)
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
[all …]
D2.Process.rst38 deemed to be sufficiently stable (and which is accepted by the development
70 considered to be sufficiently stable and the final release is made.
77 September 15 5.3 stable release
86 November 24 5.4 stable release
90 the stable release? The most significant metric used is the list of
97 The developers' goal is to fix all known regressions before the stable
106 Once a stable release is made, its ongoing maintenance is passed off to the
107 "stable team," currently Greg Kroah-Hartman. The stable team will release
108 occasional updates to the stable release using the 5.x.y numbering scheme.
111 kernel. Kernels will typically receive stable updates for a little more
[all …]
Dhowto.rst128 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
130 not have a stable API within the kernel, including things like:
153 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
154 This file describes the rules on how the stable kernel releases
239 - Various stable trees with multiple major numbers
279 Various stable trees with multiple major numbers
282 Kernels with 3-part versions are -stable kernels. They contain
285 in a major stable series increments the third part of the version
288 This is the recommended branch for users who want the most recent stable
292 Stable trees are maintained by the "stable" team <stable@vger.kernel.org>, and
[all …]
/Linux-v6.6/Documentation/translations/ja_JP/
Dstable_kernel_rules.txt2 This is Japanese translated version of "Documentation/process/stable-kernel-rules.rst".
15 linux-2.6.29/Documentation/process/stable-kernel-rules.rst
28 ずっと知りたかった Linux 2.6 -stable リリースの全て
30 "-stable" ツリーにどのような種類のパッチが受け入れられるか、どのような
48   Linus のツリーでのコミットID を -stable へのパッチ投稿の際に引用す
51 -stable ツリーにパッチを送付する手続き-
53 - 上記の規則に従っているかを確認した後に、stable@vger.kernel.org にパッチ
59 メンテナーによるレビューのために -stable キューに追加される。
60 - パッチに stable@vger.kernel.org のアドレスが付加されているときには、それ
61 が Linus のツリーに入る時に自動的に stable チームに email される。
[all …]
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-v6.6/Documentation/translations/it_IT/process/
Dstable-kernel-rules.rst3 :Original: :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>`
8 Tutto quello che volevate sapere sui rilasci -stable di Linux
12 "-stable":
41 Procedura per sottomettere patch per i sorgenti -stable
46 di revisione -stable, ma dovrebbe seguire le procedure descritte in
62 Cc: stable@vger.kernel.org
74 stable@vger.kernel.org includendo: il titolo della patch, l'identificativo
84 precedenza, a stable@vger.kernel.org. Dovete annotare nel changelog
121 Cc: <stable@vger.kernel.org> # 3.3.x: a1f84a3: sched: Check for idle
122 Cc: <stable@vger.kernel.org> # 3.3.x: 1b9508f: sched: Rate-limit newidle
[all …]
/Linux-v6.6/rust/alloc/vec/
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…
29 __impl_slice_eq1! { [A: Allocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_s…
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 = "…
[all …]
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 …]
Dinto_iter.rs33 #[stable(feature = "rust1", since = "1.0.0")]
51 #[stable(feature = "vec_intoiter_debug", since = "1.13.0")]
70 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.0")]
88 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.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")]
[all …]
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")]
328 /// - Note: the ABI is not stable and `Vec` makes no guarantees about its memory
335 /// a `Vec`. The contents of a `Vec` wouldn't have a stable address if it were
396 #[stable(feature = "rust1", since = "1.0.0")]
421 #[stable(feature = "rust1", since = "1.0.0")]
479 #[stable(feature = "rust1", since = "1.0.0")]
535 #[stable(feature = "kernel", since = "1.0.0")]
[all …]
/Linux-v6.6/rust/alloc/collections/
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 …]
/Linux-v6.6/Documentation/ABI/
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-v6.6/rust/alloc/
Dslice.rs12 #![stable(feature = "rust1", since = "1.0.0")]
46 #[stable(feature = "inherent_ascii_escape", since = "1.60.0")]
48 #[stable(feature = "slice_get_slice", since = "1.28.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")]
58 #[stable(feature = "chunks_exact", since = "1.31.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")]
[all …]
Dboxed.rs149 #![stable(feature = "rust1", since = "1.0.0")]
195 #[stable(feature = "rust1", since = "1.0.0")]
216 #[stable(feature = "rust1", since = "1.0.0")]
284 #[stable(feature = "pin", since = "1.33.0")]
939 #[stable(feature = "box_raw", since = "1.4.0")]
1041 #[stable(feature = "box_raw", since = "1.4.0")]
1164 #[stable(feature = "box_leak", since = "1.26.0")]
1203 #[stable(feature = "box_into_pin", since = "1.63.0")]
1216 #[stable(feature = "rust1", since = "1.0.0")]
1224 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
Dalloc.rs5 #![stable(feature = "alloc_module", since = "1.28.0")]
15 #[stable(feature = "alloc_module", since = "1.28.0")]
70 /// of the [`Global`] type when it and the [`Allocator`] trait become stable.
94 #[stable(feature = "global_alloc", since = "1.28.0")]
100 // stable code until it is actually stabilized. in alloc()
115 /// of the [`Global`] type when it and the [`Allocator`] trait become stable.
120 #[stable(feature = "global_alloc", since = "1.28.0")]
133 /// of the [`Global`] type when it and the [`Allocator`] trait become stable.
138 #[stable(feature = "global_alloc", since = "1.28.0")]
152 /// of the [`Global`] type when it and the [`Allocator`] trait become stable.
[all …]
/Linux-v6.6/drivers/parisc/
Dpdc_stable.c3 * Interfaces to retrieve and set PDC Stable options (firmware)
8 * "A minimum of 96 bytes of Stable Storage is required. Providing more than
9 * 96 bytes of Stable Storage is optional [...]. Failure to provide the
15 * following code can deal with just 96 bytes of Stable Storage, and all
62 #define PDCS_PREFIX "PDC Stable Storage"
75 MODULE_DESCRIPTION("sysfs interface to HP PDC Stable Storage data");
79 /* holds Stable Storage size. Initialized once and for all, no lock needed */
89 unsigned long addr; /* entry address in stable storage */
130 * The general idea is that you don't read from the Stable Storage every time
132 * content of the stable storage WRT various paths in these structs. We read
[all …]
/Linux-v6.6/Documentation/mm/
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-v6.6/mm/
Dksm.c70 * Therefore KSM uses two data structures - the stable and the unstable tree.
72 * The stable tree holds pointers to all the merged pages (ksm pages), sorted
75 * and therefore this tree is called the stable tree.
77 * The stable tree node includes information required for reverse
81 * KSM maintains two types of nodes in the stable tree:
92 * In addition to the stable tree, KSM uses a second data structure called the
110 * 4) KSM never flushes the stable tree, which means that even if it were to
112 * it is secured in the stable tree. (When we scan a new page, we first
113 * compare it against the stable tree, and then against the unstable tree.)
116 * stable trees and multiple unstable trees: one of each for each NUMA node.
[all …]
/Linux-v6.6/Documentation/admin-guide/
Dabi-stable.rst1 ABI stable symbols
4 Documents the interfaces that the developer has defined to be stable.
13 .. kernel-abi:: $srctree/Documentation/ABI/stable
Dreporting-issues.rst11 Are you facing a regression with vanilla kernels from the same stable or
13 <https://lore.kernel.org/lkml/>`_ and the `Linux stable mailing list
14 <https://lore.kernel.org/stable/>`_ archives for matching reports to join. If
16 <https://kernel.org/>`_. If it still shows the issue, report it to the stable
17 mailing list (stable@vger.kernel.org) and CC the regressions list
30 supported stable or longterm series as well? Then install its latest release.
101 * If you are facing a regression within a stable or longterm version line
103 'Dealing with regressions within a stable and longterm kernel line'.
118 the latest 'stable' Linux can be an acceptable alternative in some
130 stable and longterm kernels.
[all …]
/Linux-v6.6/Documentation/input/devices/
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-v6.6/include/uapi/linux/
Dnfs_fs.h34 #define FLUSH_STABLE 4 /* commit to stable storage */
37 #define FLUSH_COND_STABLE 32 /* conditional stable write - only stable
/Linux-v6.6/Documentation/devicetree/bindings/
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

12345678910>>...33