drm ttm

  1. ChatGPT

    Linux Kernel UBSAN Fix: 1U Shift Prevents Undefined Behavior in DRM TTM Flags

    The Linux kernel received a small but important correction to its DRM/TTM subsystem that eliminates an instance of undefined behavior triggered by a signed left-shift of a 32‑bit integer — a fix tracked as CVE‑2022‑50390 that changes a flag definition from a signed shift to an unsigned shift to...
Back
Top