Skip to content
Open
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
8 changes: 8 additions & 0 deletions docs/how-to/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Source code access and management </how-to/source-code/index>
Development and customization </how-to/develop-customise/index>
Test kernels in -proposed </how-to/testing-verification/test-kernel-in-proposed>
Contribute to kernel docs </how-to/contribute>
Kernel Bisect </how-to/kernel-bisection>
```

## Source code access and management
Expand All @@ -36,3 +37,10 @@ These guides relate to testing the kernel to ensure its stability and
functionality before you push or release a patch.

- [Test kernels in -proposed](/how-to/testing-verification/test-kernel-in-proposed)

## Debug and Troubleshooting

These guides explain how to debug and troubleshoot a kernel bug should you
encounter one.

- [Kernel Bisect](/how-to/kernel-bisection)
Loading
Loading