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 announced the debut of version 7.2 of the Linux kernel, stating that it is part of a "new normal" for the kernel. This new normal refers to the increase in the volume of contributions using AI coding tools. Despite the "new normal," Torvalds felt the release needed to happen now or never, as delays would likely prevent any release at all.

The kernel includes support for a gaming controller called the "Zenaim Leverless," which is popular among e-sports professionals. The release also introduces "Cache Aware Scheduling" that improves the kernel's performance on manycore chips. Additionally, it includes support for running Linux on Apple M3 devices, various graphics updates, and preparations for next-gen chips from AMD, Intel, and Nvidia.

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

Written by urgent.news from The Register Science'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 →