Tag

Linus Torvalds

All articles tagged with #linus torvalds

technology1 day ago

Linux 7.1-rc5 Arrives with AI-Powered Kernel Fixes and Late-Cycle Churn Caution

Linux 7.1-rc5 launches with AI-assisted fixes across graphics, security, sound, and various drivers, plus improved HP/ASUS laptop x86 support and CPU power driver updates; Linus Torvalds criticizes the unusually large rc5 for late-cycle churn and hints that non-critical fixes may belong in linux-next, with a mid-June target for the stable 7.1 release.

Torvalds: AI is a powerful tool, not a replacement for programmers
technology5 days ago

Torvalds: AI is a powerful tool, not a replacement for programmers

Linus Torvalds says AI tools are reshaping Linux development by increasing commits and lowering entry barriers, but they also create social and security strains in open source. He introduced AI security disclosure guidelines, argued that AI won’t replace human programmers, and stressed that open source remains essential to managing complexity. The discussion also highlights burnout risks for maintainers due to flood-like AI bug reports and the need to understand the end result of AI-generated code, not just prompts.

Torvalds: AI Bug Reports Overwhelm Linux Security Mailing List, Prompting New Rules
technology7 days ago

Torvalds: AI Bug Reports Overwhelm Linux Security Mailing List, Prompting New Rules

Linus Torvalds says the flood of AI-generated bug reports is making the Linux security mailing list almost unmanageable. To address this, the Linux kernel team updated triage rules ahead of the 7.1‑rc4 release: AI-detected issues should generally be reported publicly and non-sensitive, duplicates should be minimized, practitioners must provide reproducible repros and ideally a patch, and private lists are reserved for urgent, cross‑system vulnerabilities; reporters are urged to add real value beyond the AI’s initial findings.

Linus Torvalds experiments with AI-powered vibe coding on AudioNoise
technology4 months ago

Linus Torvalds experiments with AI-powered vibe coding on AudioNoise

Linus Torvalds has quietly explored vibe coding by using Google's Antigravity AI to generate a Python-based audio visualizer for AudioNoise, a personal project built around his C code for digital audio effects. The effort grew from his GuitarPedal hardware experiments, and he notes the AI wrote the visualizer with minimal manual input, illustrating how AI tools are aiding coders on low-stakes tasks and signaling AI’s growing presence in the Linux ecosystem.

technology5 months ago

Linux Kernel 2025: Rust Integration and Security Enhancements

The article reviews the most significant Linux kernel developments in 2025, including increased Rust integration, community decisions on file systems like Bcachefs and Btrfs, hardware support updates, and Linus Torvalds' commentary on kernel policies and architecture proposals, highlighting ongoing innovation and challenges in kernel development.

technology6 months ago

Linux Kernel Considers Supporting Microsoft C Extensions

The Linux kernel is considering enabling the Microsoft C Extensions via the -fms-extensions compiler flag, which would allow for more flexible and potentially cleaner code by supporting non-standard C/C++ constructs used in Microsoft header files. Two patches are queued for the upcoming Linux 6.19 kernel, and Linus Torvalds appears to be supportive, though some debate remains about adopting this change widely.

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years
technology11 months ago

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years

A recent selfie posted by Mark Russinovich featuring Bill Gates, Linus Torvalds, and Dave Cutler highlights the interconnected history of modern computing, showcasing Gates' role in early OS development, Torvalds' creation of Linux, and Cutler's influential work on Windows NT, illustrating the overlapping generations that have shaped the tech world.

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years
technology11 months ago

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years

Bill Gates and Linux creator Linus Torvalds met publicly for the first time at a dinner hosted by Microsoft Azure's CTO, marking a rare encounter between two industry giants with contrasting philosophies—Gates focusing on closed-source, monetized software, and Torvalds advocating for open-source collaboration. No major decisions were made during the meeting.

"Linus Torvalds Stands Firm on Tabs-Versus-Spaces Debate in Kernel Trap"
technology2 years ago

"Linus Torvalds Stands Firm on Tabs-Versus-Spaces Debate in Kernel Trap"

Linus Torvalds reiterates his preference for tabs over spaces in the Linux kernel coding style by adding hidden tabs to a commit that attempted to replace a tab with a space. This sparked a robust rebuttal from Torvalds, emphasizing the importance of adhering to the kernel's coding style and the need for tools to properly parse tabs. The debate over tabs versus spaces continues within the context of the Linux kernel's coding standards.