freenode

← digests

VS Code RCE fix and DRM stack updates

Desktop & Graphics2026-09-10

Security disclosure and kernel graphics infrastructure work led Desktop and Graphics activity. VS Code closed a remote agent host RCE while DRM developers pushed refcounting, panel unification, atomic reset, and accelerator driver changes.

VS Code fixes remote agent host RCE

Microsoft disclosed and fixed a remote code execution vulnerability in VS Code remote agent host connections. The flaw was exploitable through malicious workspace settings. Users of remote development features need the updated build to remove that attack path.

dma_resv refcounting series reaches v3

Christian König posted version 3 of a series that replaces embedded dma_resv objects with dynamic allocation. The patches touch DRM core, TTM, i915, and many other drivers. Cleaner lifetime handling for reservation objects matters for stability across the graphics stack.

GNOME iterates on a formal RFC process

GNOME contributors continued discussion of a proposed RFC process for governance and technical decisions. The Discourse thread drew wide participation as the design was refined. A clearer path for major changes would help both maintainers and outside contributors.

DRM panel API unification via embedded bridges

An RFC v2 series proposes embedding a drm_bridge in every drm_panel to unify the panel API. The patches include module moves and driver cleanups. A single consistent interface would simplify panel handling for kernel and driver authors.

DRM atomic reset flag proposed

A v3 series adds a DRM_MODE_ATOMIC_RESET flag together with supporting refactoring. The change would let userspace reset KMS objects to defaults without tracking every property. Compositors and driver writers gain simpler recovery paths for mode setting.

Qualcomm DSP accelerator driver meets resistance

Qualcomm posted a v2 DRM accel driver for the DSP FastRPC interface. Reviewers rejected duplication of existing fastrpc support and called for a single-driver approach. The exchange highlights consolidation pressure inside the accel subsystem.

Blender material lighting nodes draw feedback

An active thread collected feedback on experimental Material Lighting Nodes, including Light Info and Shadow Raycast. The work targets Blender 5.3. Expanded lighting nodes would give artists finer control inside the material graph.

Rocket NPU gains DVFS support

A patch series adds devfreq DVFS, an OPP table, and thermal cooling to the rocket NPU driver for the RK3588. The changes improve power and thermal management for the Rockchip neural processing unit. SoC users and driver maintainers benefit from finer runtime control.