NA

CVE-2024-35951

Published: 20/05/2024 Updated: 10/06/2024

Vulnerability Summary

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() Subject: [PATCH] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() If some the pages or sgt allocation failed, we shouldn't release the pages ref we got earlier, otherwise we will end up with unbalanced get/put_pages() calls. We should instead leave everything in place and let the BO release function deal with extra cleanup when the object is destroyed, or let the fault handler try again next time it's called.

Mailing Lists

Greg Kroah-Hartman wrote on Wed, May 29, 2024 at 09:23:50PM +0200: (pedantic: `if cve=$(cve_search "$id"); then` is a bit simpler/failproof) That's roughly what I had done earlier this week (handpicking the commits that could impact our users), but this doesn't address my second point as it won't catch any new CVE introduced before that tree tha ...
On Thu, May 30, 2024 at 01:45:39PM +0900, Dominique Martinet wrote: Very true, I do not claim to be a "robust" bash programmer at all :) True Yeah, but the json files have their own issues, more below Great Only you know your use cases, which is why we do not offer up any "grading" of kernel CVEs as Linux is used in so many differe ...