]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - README
5.4-stable patches
[thirdparty/kernel/stable-queue.git] / README
CommitLineData
ca5055d3
TR
1This repository is the canonical source for patches that make up the stable
2kernel releases. It consists of a set of directories for each of the stable
3kernels, as well as a directory that contains a snapshot of the patches for
4each stable release.
5
6The patches for each release can be found along with a complete tarball of
7a release in the following location:
8
9 https://kernel.org/pub/linux/kernel/vX.Y/
10
11For each stable release candidate, a patch representing the diff of all the
12patches in the stable queue is uploaded here:
13
14 https://kernel.org/pub/linux/kernel/vX.Y/stable-review/
15
16As a convenience for people that want to test release candidates of stable
17releases, a branch of the kernel git tree is created containing all of the
18patches in the given stable queue. These branches are available in the
19following repository:
20
21 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
22
23A branch exists for each of the stable releases. Note, though, that these
24branches are recreated from scratch by applying the queued stable patches
25on top of the prior release. As a consequence, the branches are not fast-
26forward and can change after a release candidate has been announced. The
27contents of the branch may therefore not match exactly what was released
28as the release candidate, depending on when you fetch it. No tags are
29created to track individual release candidates. If you're interested in
30exact reproducibility of a stable release candidate, please use the patches
31from the location mentioned above.