CVE-2026-64173
Summary: CVE-2026-64173 is a Linux kernel tracing issue that was resolved. The root cause was calling map->ops->elt_free() when elt_alloc() had failed during tracing_map_elt_alloc(). In affected code paths, elt_alloc() did not succeed, yet elt_free() was still invoked. Impact/Context: The v...