freenode

← digests

Kernel: LLM patch dispute, memory safety and verifier fixes

Kernel & Low-Level2026-08-19

Kernel traffic on 2026-08-19 mixed security hardening across drivers and subsystems with a heated review of AI-assisted patches. Console conversion, swap robustness, and confidential-computing attestation also advanced.

Maintainer flags LLM-generated PTP OCP patches

A v5 series adding R4006 and V9 I2C peripheral support to the ptp_ocp driver met strong pushback after a kernel maintainer identified the patches as LLM-generated. A reviewer separately objected to a dropped Reviewed-by tag. The exchange underscores rising scrutiny of AI-assisted contributions heading into net-next.

hp-bioscfg series fixes heap and ACPI bugs

A v2 patch set for the HP BIOS configuration platform driver corrects multiple heap out-of-bounds reads and writes, off-by-one errors, and ACPI parsing flaws. All changes are marked for stable. The work matters for anyone running the driver on affected hardware, given the memory-safety exposure.

Swap paths stop spinning on bad entries

A three-patch mm series ends infinite retries and console floods when the kernel encounters a malformed swap entry. Andrew Morton and other reviewers examined the changes. The adjustment improves resilience against corrupted swap metadata without flooding logs.

8250 NBCON conversion reaches v11

The eleventh revision of the 8250 serial driver conversion to the NBCON console model was posted. Greg Kroah-Hartman queued the series after an earlier revert. The work continues the broader move toward non-blocking console support in the tty layer.

BPF verifier rejects stack-argument callbacks

A v2 BPF series closes a verifier hole that permitted callback subprograms with more than five arguments passed on the stack. The flaw produced out-of-bounds reads on x86-64, visible as KASAN slab writes. The fix tightens argument checking for untrusted programs.

IPsec pull delivers XFRM security fixes

The IPsec maintainer sent a ten-patch pull covering use-after-free, out-of-bounds write, double-free, and deadlock issues in XFRM. Several patches carry stable tags. The set hardens key path handling for IPsec deployments.

TDX guest quote buffers become dynamic

A v3 series for the TDX guest driver makes quote buffer sizing dynamic rather than fixed. The patches triggered extended discussion among KVM and Intel developers on attestation scoping, DICE, and migration user API. The change affects confidential-computing attestation flows.

rmnet adds cross-namespace CAP_NET_ADMIN check

A single net patch requires CAP_NET_ADMIN in the real device network namespace before rmnet changelink operations. The check blocks mutation of real-device state owned by another namespace. It closes a privilege gap in multi-namespace Qualcomm rmnet setups.