Skip to content

Commit

Permalink
docs: add two documents about regression handling
Browse files Browse the repository at this point in the history
Create two documents explaining various aspects around regression
handling and tracking; one is aimed at users, the other targets
developers.

The texts among others describes the first rule of Linux kernel
development and what it means in practice. They also explain what a
regression actually is and how to report one properly.

Both texts additionally provide a brief introduction to the bot the
kernel's regression tracker uses to facilitate the work, but mention the
use is optional.

To sum things up, provide a few quotes from Linus in the document for
developers to show how serious we take regressions.

Signed-off-by: Thorsten Leemhuis <[email protected]>
Link: https://lore.kernel.org/r/34e56d3588f22d7e0b4d635ef9c9c3b33ca4ac04.1644994117.git.linux@leemhuis.info
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
knurd authored and Jonathan Corbet committed Feb 24, 2022
1 parent 18ab307 commit 1ecf393
Show file tree
Hide file tree
Showing 5 changed files with 1,102 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/admin-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ problems and bugs in particular.
:maxdepth: 1

reporting-issues
reporting-regressions
security-bugs
bug-hunting
bug-bisect
Expand Down
Loading

0 comments on commit 1ecf393

Please sign in to comment.