Skip to content

Commit 6923edf

Browse files
committed
Past branches: adjust header nesting levels
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 7554d32 commit 6923edf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Past-branches.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Past branches
1+
# Past branches
22

33
These branches are unmaintained, archived, deprecated, frozen or do not exist anymore in the repository.
44

5-
### `rust`
5+
## `rust`
66

77
[`rust`](https://github.com/Rust-for-Linux/linux/tree/rust) was the original branch where development happened for two years before Rust support was merged into the kernel.
88

@@ -14,7 +14,7 @@ Similarly, its [Rust code documentation (2023-03-13)](https://rust-for-linux.git
1414

1515
Changes to this branch landed via [GitHub PRs](https://github.com/Rust-for-Linux/linux/pulls). GitHub Actions was used as a pre-merge CI, compiling the kernel and booting it under QEMU for different toolchains, architectures and configurations. It also checked that some tests passed (e.g. loading sample modules, KUnit tests...) as well as building the PR under Clippy, building the docs, checking `rustfmt`, etc. [KernelCI](https://linux.kernelci.org/job/rust-for-linux/branch/rust/) tests it. Finally, in the past, the [Ksquirrel](Ksquirrel.md) bot checked the PRs sent to it.
1616

17-
### `rust-dev`
17+
## `rust-dev`
1818

1919
[`rust-dev`](https://github.com/Rust-for-Linux/linux/tree/rust-dev) is an experimental branch for integration purposes. It is a queue for patches that "look good enough".
2020

@@ -26,7 +26,7 @@ Its intended use cases are:
2626

2727
Note that this branch may be updated/rebased frequently and it might be gone in the future. Currently, it is on hold.
2828

29-
### Topic branches (`staging/*`)
29+
## Topic branches (`staging/*`)
3030

3131
These branches were focused on a particular topic and were meant to enable collaboration on code that is targeted for upstreaming but has not reached mainline yet.
3232

@@ -36,29 +36,29 @@ Changes to these branches land via GitHub PRs. Nevertheless, contributions shoul
3636

3737
If you are interested in maintaining a new topic branch, then please [contact us](Contact.md). Thank you!
3838

39-
#### `staging/dev`
39+
### `staging/dev`
4040

4141
[`staging/dev`](https://github.com/Rust-for-Linux/linux/tree/staging/dev) is a branch intended to integrate the other topic branches (similar to the role of `rust-dev` for the main branches).
4242

4343
It is maintained by Danilo Krummrich and Philipp Stanner. Please contact them through [Zulip](Contact.md#zulip-chat).
4444

45-
#### `staging/rust-device`
45+
### `staging/rust-device`
4646

4747
[`staging/rust-device`](https://github.com/Rust-for-Linux/linux/tree/staging/rust-device) is dedicated to device/driver-related abstractions.
4848

4949
The branch is kept in a compilable state (rebased regularly on top of `rust-next` or mainline). Fixes and features are welcome.
5050

5151
It is maintained by Danilo Krummrich and Philipp Stanner. Please contact them through [Zulip](Contact.md#zulip-chat).
5252

53-
#### `staging/rust-net`
53+
### `staging/rust-net`
5454

5555
[`staging/rust-net`](https://github.com/Rust-for-Linux/linux/tree/staging/rust-net) is dedicated to networking-related abstractions.
5656

5757
The branch is kept in a compilable state (rebased regularly on top of `rust-next` or mainline). Fixes and features are welcome.
5858

5959
It is maintained by Trevor Gross and Valentin Obst. Please contact them through [Zulip](Contact.md#zulip-chat).
6060

61-
#### `staging/rust-pci`
61+
### `staging/rust-pci`
6262

6363
[`staging/rust-pci`](https://github.com/Rust-for-Linux/linux/tree/staging/rust-pci) is dedicated to PCI-related abstractions, which are used by e.g. the [NVMe driver](NVMe-driver.md).
6464

0 commit comments

Comments
 (0)