Loading
perf: Fix kabi broken of struct perf_event
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IALEPL CVE: CVE-2024-43869 -------------------------------- Because the rcuwait structure is just a wrapper for an rcu pointer, we can use only one kabi reservation to fix kabi issues. Fixes: 104e258a0040 ("perf: Fix event leak upon exec and file release") Signed-off-by:Li Huafei <lihuafei1@huawei.com>