generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #433 from SarahGran/patch-17
Create update-10-2024
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#Rust for Linux | ||
|
||
Our goal [Rust for Linux](https://rust-for-linux.com) is to add support for the Rust language to the Linux kernel in order to improve the security and reliability of billions of devices and computer systems that use the Linux kernel around the world. This will likely be achieved by merging the first Rust production drivers into the Linux kernel, though the timeline for doing so will be determined by the community and its contributions. | ||
|
||
|
||
**October Highlights** | ||
|
||
|
||
- Prepared and sent the Linux v6.12 `rust-fixes` PRs: | ||
[first](https://lore.kernel.org/rust-for-linux/[email protected]/) | ||
and second](https://lore.kernel.org/rust-for-linux/[email protected]/) | ||
(and likely a third one within October too). Some of these fixes are | ||
important for the first major users of Rust in the kernel, | ||
particularly Android Binder. | ||
|
||
- Early preparation of the Linux v6.13 `rust-next` PR -- it is | ||
shaping up to be a release with a few major changes, such as the | ||
custom `alloc` series, the lints series and an assortment of other | ||
improvements. Some of these features are key to some of the first | ||
major use cases of Rust in the kernel as well, such as the Nova GPU | ||
driver. | ||
|
||
- The usual meetings took place (weekly meetings, core meetings, | ||
Rust project meetings...). | ||
|
||
- Plus many other minor maintenance tasks and activities, such as | ||
the usual meetings (weekly, core, Rust project...), | ||
reviewing/acking/testing patches, handling lists and issues, creating | ||
"good first issues", stable maintenance, liaison/discussions with | ||
related projects, etc. |