Skip to content

Commit ebb18c5

Browse files
committed
rnull, rnvme: update repository locations
Signed-off-by: Andreas Hindborg <[email protected]>
1 parent 117c358 commit ebb18c5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/NVMe-driver.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ implementation language for high performance device drivers.
77

88

99
The Linux Rust NVMe driver lives
10-
[here](https://github.com/metaspace/linux/tree/rnvme). This branch is routinely
11-
rebased on upstream Linux releases. Please be aware that the `nvme` branch is
12-
force pushed without notice. The version based on the deprecated `rust` branch
13-
is available [here](https://github.com/metaspace/linux/tree/nvme-rust).
10+
[here](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnvme).
11+
This branch is routinely rebased on upstream Linux releases. Please be aware
12+
that the `nvme` branch is force pushed without notice. The version based on the
13+
deprecated `rust` branch is available
14+
[here](https://github.com/metaspace/linux/tree/nvme-rust).
1415

1516
The Rust NVMe driver was originally
1617
authored by Wedson Almeida Filho and is now maintained by Andreas Hindborg

src/Null-Block-Driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ in this work:
6262

6363
## Resources
6464

65-
- [Latest patches](https://github.com/metaspace/linux/tree/rnull)
65+
- [Latest patches](https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git/log/?h=rnull)
6666
- [Original RFC Patches](https://github.com/metaspace/linux/tree/null_block-RFC)
6767
- [Mailing List Post](https://lore.kernel.org/all/[email protected]/)
6868
- [Subset merged in v6.11-rc1](https://lore.kernel.org/all/[email protected]/)

0 commit comments

Comments
 (0)