Initial Intel Crescent Island “CRI” Support Being Submitted For Linux 6.19

Earlier this month Intel announced Crescent Island as a Xe3P graphics card with 160GB of vRAM optimized for AI inferencing at the enterprise scale. Crescent Island isn’t expected to begin sampling until H2’2026, but already for the upcoming Linux 6.19 kernel initial Crescent Island support is being submitted for the Xe kernel graphics driver…

6 Best Modern Linux ‘init’ Systems (1992-2025)

In Linux and other Unix-like operating systems, the init (initialization) process is the first process executed by the kernel at boot time, which has a process ID (PID) of 1, and is executed in the background until the system is shut down.

The init process starts all other Linux processes, that is, daemons, services, and other background processes; therefore, it is the mother of all other processes on the system.

A process can start many other child processes on the system, but if a parent process dies, init becomes the parent of the orphan process.

Over the years, many init systems have emerged in major Linux distributions, and in this guide, we shall take a look at some of the best init systems you can work with on the Linux operating system.

The post 6 Best Modern Linux ‘init’ Systems (1992-2025) appeared first on Linux Today.

OpenRazer 3.11 Released With Linux Driver Support For Newer Razer Devices

OpenRazer 3.11 is out as the newest version of these out-of-tree but open-source and community-maintained drivers for Razer devices on Linux. Plus OpenRazer also provides a user-space daemon for controlling Razer RGB lighting and other features. Paired with the likes of the Polychromatic app, OpenRazer makes for a pleasant Razer device experience for gamers and enthusiasts under Linux…

FreeBSD Celebrates The Milestone Of Reproducible Builds & No Root Needed

A big focus for the FreeBSD 15.0 development was on supporting reproducible builds as has been a growing trend in the open-source ecosystem in recent years. One month out from the official FreeBSD 15.0 release, the FreeBSD project is today celebrating having crossed the milestone of being able to be built reproducibly and as well now building FreeBSD without requiring root privileges…

[$] BPF signing LSM hook change rejected

BPF lets users load programs into a running kernel.
Even though BPF programs are checked by the verifier to
ensure that they stay inside certain limits, some users would still like to ensure
that only approved BPF programs are loaded. KP Singh’s

patches
adding that capability to the kernel were accepted
in version 6.18, but not everyone is
satisfied with his implementation. Blaise Boscaccy, who has been working to get
a version of BPF code signing with better auditability
into the kernel for some time, posted

a patch set
on top of Singh’s changes that alters the loading process to
not invoke security module hooks
until the entire loading process is complete.
The discussion on the patch
set is the continuation of a

long-running disagreement
over
the interface for signed BPF programs.

Python Software Foundation withdraws security-related grant proposal

The Python Software Foundation, earlier this year, successfully obtained a
$1.5 million grant from the US National Science Foundation “to
address structural vulnerabilities in Python and PyPI
“. The actual
grant came with some strings attached though, in the form of a requirement
not to pursue diversity, equity, and inclusion programs. So the Foundation
has withdrawn
the proposal
rather than agree to terms that run counter to its own
mission.

We’re disappointed to have been put in the position where we had to
make this decision, because we believe our proposed project would
offer invaluable advances to the Python and greater open source
community, protecting millions of PyPI users from attempted
supply-chain attacks. The proposed project would create new tools
for automated proactive review of all packages uploaded to PyPI,
rather than the current process of reactive-only review.