freenode

← digests

PostgreSQL release risks and QEMU infrastructure work

Databases & Infrastructure2026-09-11

PostgreSQL hackers spent the day on heated release-blocking bug reports around PGQ and standby checksum state, while QEMU advanced several large series on security boundaries, machine models, and core property infrastructure. Kubernetes separately weighed a static kubelet build that would change resolver behavior.

PGQ catalog bugs put v19 and v20 readiness in question

Core developers on pgsql-hackers reported multiple locking, dependency, and crash bugs in PGQ catalog representation and its pg_dump support. The release management team questioned whether the work is ready for PostgreSQL 19 or 20. Anyone tracking the next major releases needs to watch whether these defects force slips or reverts.

Offline checksum changes can corrupt standby state

A pgsql-hackers thread documented bugs in which offline data checksum changes leave standbys with mismatched or unreadable checksum state. Discussion of fixes continued across forty messages from four participants. Operators who depend on checksums for replica integrity have a direct stake in the outcome.

QEMU encodes object-type security status in TypeInfo

A fourteen-patch series on qemu-devel adds a secure flag to TypeInfo plus a compatibility policy so object types can declare security boundaries. The change is intended to drive CVE eligibility decisions and runtime checks. Maintainers and security reviewers gain a clearer contract for which objects are in scope.

QEMU RFC brings Raspberry Pi Pico and RP2040 machine support

An RFC version 3 series of thirty-six patches lands an extensive RP2040 and Pico machine model covering DMA, XIP, boot ROM, USB, and tests. Two participants drove the technical review. Embedded developers targeting that platform obtain a fuller path to emulated bring-up and validation.

Large QEMU series ties QOM and qdev properties to QAPI types

A seventy-five-patch series associates QOM and qdev properties with QAPI schema types to improve introspection. The work touches core infrastructure and many files, drawing eighty-three messages from five participants. Device and management-stack authors will see how properties are described and inspected across the tree.

Kubernetes weighs building kubelet as a static binary

The Kubernetes development list examined a proposal to build kubelet with CGO_ENABLED set to zero. Participants focused on the resulting DNS and NSS resolver behavior changes. Cluster operators and distribution packagers need to understand the dependency and name-resolution trade-offs.

QEMU virtio-gpu fixes close use-after-free CVE-2026-66020

A twenty-four-patch virtio-gpu and dmabuf series addresses CVE-2026-66020, a use-after-free, along with stale dmabuf and scanout ownership bugs. Two participants iterated on the version 4 patchset. Users of virtio graphics should expect the security fix to land once review completes.

PostgreSQL disputes redesign of pg_get_*_ddl helpers

Hackers debated whether the new pg_get_*_ddl functions should be redesigned or reverted because they duplicate pg_dump logic. Fourteen messages from seven participants framed the disagreement. Authors of tooling that emits DDL from the catalog have a concrete interest in the final shape of the API.