Latest Linux and open source news from around the web

Docker Deep Dive Sponsored · View on Amazon → Linux Pocket Guide Sponsored · View on Amazon →
Phoronix

Linux Developers Looking At Retiring The x32 ABI

The Linux x32 ABI for x86_64 processors allow making use of the full 64-bit register file and wide data path but retaining 32-bit pointers to provide for a smaller memory footprint when not needing 64-bit pointers. Linux x32 came to the party late and didn't enjoy much adoption over the years and is now looking at possible removal from the Linux kernel...

Foss Force

AlmaLinux Doubles Down With Two Releases on One Day

AlmaLinux rolls out 9.8 and 10.2 side by side, pairing new compiler and language stacks with security fixes and an ALESCo‑approved kernel backport that arrives ahead of the RHEL upstream. The post AlmaLinux Doubles Down With Two Releases on One Day appeared first on FOSS Force.

Phoronix

Intel TDX Runtime Updates Looks Like It Will Land For Linux 7.2

A feature that has been worked on for a while now by Intel Linux engineers is for allowing run-time updates of the Trusted Domain Extensions (TDX) module without having to reboot the running server. For Linux 7.2 it looks like that feature will be all-set for allowing the easier roll-out of security updates and the like for this confidential computing capability on modern Intel Xeon servers...

LWN.net

Arias: Human proof for FOSS contributions

Rodrigo Arias Mallo, maintainer of the Dillo web browser, has written a blog post with a proposal on one way to ensure that a contribution is written by a human and not AI; he suggests asking new contributors to record their programming session using asciinema. In the same way that LLMs generate patches, they can also generate the asciinema recordings themselves. Then, the contributors can lie to the reviewers pretending to have made the edits. Perhaps surprisingly, this is not a easy task for LLMs, at least from my observations. The corpus of recordings of developers making mistakes and thinking the whole process of editing a file is not as large as the corpus of FOSS programs and patches in which to train an LLM. During my very simple tests I haven't been able to generate an asciinema session that remotely resembles what I would expect from a human, and even less so from a human with a nice editor theme and editing an existing Dillo source file. The Dillo project is not yet requiring