Stories
Slash Boxes
Comments

SoylentNews is people

Submission Preview

Link to Story

Linus Torvalds: Don't Hide Rust in Linux Kernel; Death to AVX-512

Accepted submission by takyon at 2020-07-13 04:31:09
OS

Linus Torvalds' Initial Comment On Rust Code Prospects Within The Linux Kernel [phoronix.com]

Kernel developers appear to be eager to debate the merits of potentially allowing Rust code within the Linux kernel [phoronix.com]. Linus Torvalds himself has made some initial remarks on the topic ahead of the Linux Plumbers 2020 conference where the matter will be discussed at length.

[...] Linus Torvalds chimed in though with his own opinion on the matter. Linus commented [lkml.org] that he would like it to be effectively enabled by default to ensure there is widespread testing and not any isolated usage where developers then may do "crazy" things. He isn't calling for Rust to be a requirement for the kernel but rather if the Rust compiler is detected on the system, Kconfig would enable the Rust support and go ahead in building any hypothetical Rust kernel code in order to see it's properly built at least.

Linus Torvalds Wishes Intel's AVX-512 A Painful Death [tomshardware.com]

According to a mailing list post spotted by Phoronix [phoronix.com], Linux creator Linus Torvalds has shared his strong views [realworldtech.com] on the AVX-512 instruction set. The discussion arose as a result of recent news that Intel's upcoming Alder Lake processors [tomshardware.com] reportedly lack support for AVX-512.

Torvalds' advice to Intel is to focus on things that matter instead of wasting resources on new instruction sets, like AVX-512, that he feels aren't beneficial outside the HPC market.

Related: Rust 1.0 Finally Released! [soylentnews.org]
Results of Rust Survey 2016 [soylentnews.org]
AVX-512: A "Hidden Gem"? [soylentnews.org]
Linus Torvalds Rejects "Beyond Stupid" Intel Security Patch From Amazon Web Services [soylentnews.org]


Original Submission