Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/explanation/stable-release-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ may be subject to change.
## SRU patch submission and review process

All updates that are applied to stable kernels go through the following patch
submission and review process. More details can be found at [Ubuntu Wiki -
Stable Patch Format].
submission and review process. More details can be found at
:doc:`./stable-patch-format`.

### Patch creation

Expand Down Expand Up @@ -123,7 +123,6 @@ model.
% LINKS

[Ubuntu Kernel Team]: https://kernel.ubuntu.com/
[Ubuntu Wiki - Stable Patch Format]: https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat
[Ubuntu Wiki - Kernel Updates]: https://wiki.ubuntu.com/KernelTeam/KernelUpdates
[Ubuntu archive has a single proposed pocket]: https://canonical-ubuntu-packaging-guide.readthedocs-hosted.com/en/latest/explanation/archive/#archivepockets
[Discourse - Ubuntu Kernel 4/2 SRU Cycle Announcement]: https://discourse.ubuntu.com/t/ubuntu-kernel-4-2-sru-cycle-announcement/37478
Expand Down
1 change: 1 addition & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ oem-kernels
:maxdepth: 1
:caption: Kernel patch guidelines

stable-patch-format
patch-acceptance-criteria
```

Expand Down
6 changes: 2 additions & 4 deletions docs/reference/patch-acceptance-criteria.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ Usually, cherry-picks have the biggest rate of approval if it’s done correctly
Backports and SAUCE patches are a bit tricky. In general, we avoid merging
those as much as possible.

For a detailed description on how to format patches before submission, see this
`guideline document`_, while here is a quick (and far from complete)
For a detailed description on how to format patches before submission, see
:doc:`./stable-patch-format`, while here is a quick (and far from complete)
introduction.

.. _guideline document: https://wiki.ubuntu.com/Kernel/Dev/StablePatchFormat

All patches
-----------

Expand Down
Loading
Loading