Ruby Central tries to make peace after ‘hostile takeover’

Taps Ruby core to oversee RubyGems, BundlerRuby Central, the non-profit that recently seized some Ruby open source tools from maintainers, is transferring the repository ownership of RubyGems and Bundler to the Ruby core team. The move appears to be an attempt to mollify the Ruby community following a divisive power grab, but it does not restore the control of those tools to the maintainers who previously oversaw them.…

Linux 6.18-rc2 Will Make Sure To Wipe Stale Information About AMD System Reboots

Linux 6.16 introduced the ability to report the cause of AMD system resets/reboots thanks to specialized information available on AMD Zen platforms for indicating the detected cause of previous resets. This is a handy addition and the information is automatically reported to the kernel log on the next system boot, but in some instances that information could be stale/inaccurate. Today’s Linux 6.18-rc2 will fix that…

GCC Front-End Patches Updated For Algol 68 Programming Language

At the start of the calendar year there was a proposal for a new GCC front-end for the Algol 68 programming language. GCC developers deferred merging Algol 68 support into GCC for this rarely talked about vintage programming language. But as talked about back at the GNU Tools Cauldron 2025, the developer is still working on the support. Sure enough, this week brought a new version of this GCC front-end…

Multi-Kernel Architecture Patches Updated For The Linux Kernel

Posted to the Linux kernel mailing list one month ago were patches for a multi-kernel architecture design to allow multiple independent kernel instances to co-exist on the same single physical machine. This could let some CPU cores be running real-time “RT” kernels or other non-traditional uses between CPU cores. It wasn’t clear how far the multi-kernel patches would get especially with some initial negative views toward it and Bytedance separately proposing “Parker” for multi-kernel usage just days later. In any event, today a second version of the multi-kernel Linux patches were posted…

New Code Merged For Linux 6.18 To Address Linus Torvalds’ Rust Formatting Critique

Back during the Linux 6.18 merge window Linus Torvalds commented on “mindless and completely crazy Rust format checking” and that the RUst format checking “is all bass-ackwards garbage” with condensing multi-line import statements into single lines. Merged minutes ago to Linux Git ahead of tomorrow’s Linux 6.18-rc2 are fixes to the Rust format checking and updated guidelines to address Torvalds’ criticism…