Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Linux 7.2 debuts, Linus Torvalds says ‘new normal’ means he had to do it now ... or never?

Say hello to smarter use of caches to speed things up, and a very odd gaming controller. Say goodbye to some PCMCIA support

Linux 7.2 debuts, Linus Torvalds says ‘new normal’ means he had to do it now ... or never?

Linus Torvalds has unveiled version 7.2 of the Linux kernel, describing it as part of a "new normal" that includes increased contributions from AI coding tools. The kernel developer noted that the release had to happen "now or never" due to the larger-than-anticipated size caused by these contributions. Among the new features, the kernel now supports a gaming controller called the "Zenaim Leverless," which has caught the attention of e-sports enthusiasts.

Another significant addition is "Cache Aware Scheduling," which enhances the kernel's performance when handling data in caches of manycore chips like AMD's EPYC 5 and Intel's Xeon 6. The release also enables Linux to run on Apple M3 devices and includes updates to graphics and support for next-gen chips from AMD, Intel, and Nvidia.

Noteworthy deprecations include the removal of AppleTalk support and old ISA and PCMCIA adapters used on ARCNet networks.

Written by urgent.news from The Register's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at theregister.com →

More in Tech

Recursion vs Iteration: Choosing Your Path Like Neo in The Matrix

The Quest Begins (The "Why") I was knee‑deep in a coding interview when the interviewer tossed me a seemingly innocent problem: “Given a binary tree, return the sum of all its nodes.” My first…

  • Binary trees are recursive data structures mirroring the problem definition.
  • Recursion offers a one-to-one mapping between problem description and code, reducing bookkeeping.
  • Iterative approach required manual stack management, making code longer and less intuitive.

Running Android VMs on ARM: Rebuilding the Minisforum MS-R1 Kernel for Cuttlefish

Part 1 of 2. This part covers getting a kernel that can actually host virtual machines. Why bother I wanted a box that could run a dozen Android instances at once — real ones, not emulated-on-x86 ones…

  • Author aims to run multiple Android instances on Minisforum MS-R1
  • Minisforum MS-R1 lacks vhost subsystem, disabling Cuttlefish functionality
  • cixtech/cixopensourcelinux branch enables vhost support for kernel 6.6.10

More from Monday 17 August →