Commit 163b0d1
perf/core: Exit early on perf_mmap() fail
commit 07091aa upstream.
When perf_mmap() fails to allocate a buffer, it still invokes the
event_mapped() callback of the related event. On X86 this might increase
the perf_rdpmc_allowed reference counter. But nothing undoes this as
perf_mmap_close() is never called in this case, which causes another
reference count leak.
Return early on failure to prevent that.
Fixes: 1e0fb9e ("perf/core: Add pmu callbacks to track event mapping and unmapping")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent e091cc1 commit 163b0d1
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7075 | 7075 | | |
7076 | 7076 | | |
7077 | 7077 | | |
| 7078 | + | |
| 7079 | + | |
| 7080 | + | |
7078 | 7081 | | |
7079 | 7082 | | |
7080 | 7083 | | |
7081 | 7084 | | |
7082 | 7085 | | |
7083 | 7086 | | |
7084 | 7087 | | |
7085 | | - | |
7086 | | - | |
| 7088 | + | |
7087 | 7089 | | |
7088 | 7090 | | |
7089 | 7091 | | |
| |||
0 commit comments