PT-2026-61201
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential UAF in TTM object purge TLDR: The bo-ttm object might be changed by calling ttm bo validate, move casting it to an i915 tt object later to actually get the right pointer. A user reported hitting the...