Skip to content

Commit a094b6a

Browse files
committed
Support: provide anchors
I considered text fragments too, e.g. https://rust-for-linux.com/industry-and-academia-support#:~:text=“Samsung,stack.” which work fine in most browsers, but not Firefox. I considered `div`s around the quote, but I did not want to depend on the renderer to do the right thing, even if it currently worked. Moreover, it makes the hightlighting feature in the next commit a bit more tricky and complicates the DOM tree. Finally, we may want to e.g. add logos anyway later on for the quotes, so just do HTML for this. Suggested-by: Andreas Hindborg <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6402346 commit a094b6a

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

src/Industry-and-academia-support.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,59 @@
11
# Industry and academia support
22

3-
> “Google supports and contributes directly to the Rust for Linux project. Our Android team is evaluating a new Binder implementation and considering other drivers where Rust could be adopted.”
3+
<blockquote id="Google">
4+
<p>“Google supports and contributes directly to the Rust for Linux project. Our Android team is evaluating a new Binder implementation and considering other drivers where Rust could be adopted.”</p>
5+
</blockquote>
46

57
[Google](https://lore.kernel.org/lkml/[email protected]/), 2021.
68

79

8-
> “Arm recognises the Rust value proposition and is actively working with the Rust community to improve Rust for Arm based systems.
9-
A good example is Arm’s RFC contribution to the Rust language which made Linux on 64-bit Arm systems a Tier-1 Rust supported platform.
10-
>
11-
> Rustaceans at Arm are excited about the Rust for Linux initiative and look forward to assisting in this effort.”
10+
<blockquote id="Arm">
11+
<p>“Arm recognises the Rust value proposition and is actively working with the Rust community to improve Rust for Arm based systems.
12+
A good example is Arm’s RFC contribution to the Rust language which made Linux on 64-bit Arm systems a Tier-1 Rust supported platform.</p>
13+
<p>Rustaceans at Arm are excited about the Rust for Linux initiative and look forward to assisting in this effort.”</p>
14+
</blockquote>
1215

1316
[Arm](https://lore.kernel.org/lkml/[email protected]/), 2021-06-29.
1417

1518

16-
> “Microsoft's Linux Systems Group is interested in contributing to getting Rust into Linux kernel. Hopefully we will be able to submit select Hyper-V drivers written in Rust in the coming months.”
19+
<blockquote id="Microsoft">
20+
<p>“Microsoft's Linux Systems Group is interested in contributing to getting Rust into Linux kernel. Hopefully we will be able to submit select Hyper-V drivers written in Rust in the coming months.”</p>
21+
</blockquote>
1722

1823
[Microsoft](https://lore.kernel.org/lkml/[email protected]/), 2021-06-29.
1924

2025

21-
> “There is interest in using Rust for kernel work that Red Hat is considering.”
26+
<blockquote id="RedHat">
27+
<p>“There is interest in using Rust for kernel work that Red Hat is considering.”</p>
28+
</blockquote>
2229

2330
[Red Hat](https://lore.kernel.org/lkml/[email protected]/), 2021-07-08.
2431

2532

26-
> “Rust for Linux is a key step towards reducing security-critical kernel bugs, and on the path towards our ultimate goal of making Linux free of security-critical bugs. We are using Rust in our OS research, and adoption is easier with an existing Rust in the Linux kernel framework in place.”
33+
<blockquote id="Anderson">
34+
<p>“Rust for Linux is a key step towards reducing security-critical kernel bugs, and on the path towards our ultimate goal of making Linux free of security-critical bugs. We are using Rust in our OS research, and adoption is easier with an existing Rust in the Linux kernel framework in place.”</p>
35+
</blockquote>
2736

2837
— Thomas Anderson, University of Washington, 2022-06-23.
2938

3039

31-
> “We are convinced that Rust is changing the landscape of system programming by applying the research done on programming languages in the last decades. We wanted to see how the language was able to help us write code we are really comfortable with thanks to the extensive static checking.”
40+
<blockquote id="BlancCohenSchmidt">
41+
<p>“We are convinced that Rust is changing the landscape of system programming by applying the research done on programming languages in the last decades. We wanted to see how the language was able to help us write code we are really comfortable with thanks to the extensive static checking.”</p>
42+
</blockquote>
3243

3344
— Esteban Blanc, Arthur Cohen and Martin Schmidt, LSE (Systems Research Laboratory) at EPITA (École pour l'informatique et les techniques avancées), 2022-06-23.
3445

3546

36-
> “Being able to use Rust in the Linux kernel is an incredible milestone on the road to a more secure future for the Internet and everything else that depends heavily on Linux.”
47+
<blockquote id="ISRG">
48+
<p>“Being able to use Rust in the Linux kernel is an incredible milestone on the road to a more secure future for the Internet and everything else that depends heavily on Linux.”</p>
49+
</blockquote>
3750

3851
[ISRG's Prossimo Project](https://www.memorysafety.org/blog/rust-in-linux-just-the-beginning/), 2022-10-18.
3952

4053

41-
> “Samsung is actively engaged in supporting the integration of Rust code into the Linux Kernel. Recognizing the significant benefits that Rust brings to kernel and system software development, particularly in terms of enhancing security and reducing critical bugs, Samsung is committed to enabling kernel developers to write block layer device drivers using the Rust programming language. By embracing modern programming languages like Rust, Samsung aims to attract new talent to systems development and promote memory safety within the Linux storage stack.”
54+
<blockquote id="Samsung">
55+
<p>“Samsung is actively engaged in supporting the integration of Rust code into the Linux Kernel. Recognizing the significant benefits that Rust brings to kernel and system software development, particularly in terms of enhancing security and reducing critical bugs, Samsung is committed to enabling kernel developers to write block layer device drivers using the Rust programming language. By embracing modern programming languages like Rust, Samsung aims to attract new talent to systems development and promote memory safety within the Linux storage stack.”</p>
56+
</blockquote>
4257

4358
— Samsung, 2023-05-17.
4459

0 commit comments

Comments
 (0)