Commit cba09e3
committed
Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf event fixes from Ingo Molnar:
- Fix NULL pointer dereference crash in the Intel PMU driver
- Fix missing read event generation on task exit
- Fix AMD uncore driver init error handling
- Fix whitespace noise
* tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()
perf/core: Fix missing read event generation on task exit
perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error
perf/uprobes: Remove <space><Tab> whitespace noise4 files changed
Lines changed: 20 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | 659 | | |
663 | 660 | | |
664 | 661 | | |
665 | 662 | | |
666 | | - | |
| 663 | + | |
667 | 664 | | |
668 | 665 | | |
669 | 666 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3378 | 3378 | | |
3379 | 3379 | | |
3380 | 3380 | | |
| 3381 | + | |
| 3382 | + | |
| 3383 | + | |
3381 | 3384 | | |
3382 | 3385 | | |
3383 | 3386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2317 | 2317 | | |
2318 | 2318 | | |
2319 | 2319 | | |
2320 | | - | |
2321 | | - | |
2322 | 2320 | | |
2323 | 2321 | | |
2324 | 2322 | | |
| |||
2337 | 2335 | | |
2338 | 2336 | | |
2339 | 2337 | | |
2340 | | - | |
2341 | 2338 | | |
2342 | 2339 | | |
2343 | 2340 | | |
| |||
4588 | 4585 | | |
4589 | 4586 | | |
4590 | 4587 | | |
| 4588 | + | |
4591 | 4589 | | |
4592 | 4590 | | |
4593 | 4591 | | |
| |||
4615 | 4613 | | |
4616 | 4614 | | |
4617 | 4615 | | |
4618 | | - | |
| 4616 | + | |
4619 | 4617 | | |
4620 | 4618 | | |
4621 | 4619 | | |
| |||
12518 | 12516 | | |
12519 | 12517 | | |
12520 | 12518 | | |
12521 | | - | |
| 12519 | + | |
12522 | 12520 | | |
12523 | 12521 | | |
12524 | 12522 | | |
| |||
14075 | 14073 | | |
14076 | 14074 | | |
14077 | 14075 | | |
14078 | | - | |
| 14076 | + | |
| 14077 | + | |
14079 | 14078 | | |
14080 | 14079 | | |
14081 | 14080 | | |
14082 | 14081 | | |
14083 | 14082 | | |
14084 | | - | |
14085 | | - | |
14086 | 14083 | | |
14087 | 14084 | | |
14088 | 14085 | | |
| |||
14101 | 14098 | | |
14102 | 14099 | | |
14103 | 14100 | | |
14104 | | - | |
| 14101 | + | |
| 14102 | + | |
| 14103 | + | |
14105 | 14104 | | |
14106 | 14105 | | |
14107 | 14106 | | |
| |||
14124 | 14123 | | |
14125 | 14124 | | |
14126 | 14125 | | |
| 14126 | + | |
| 14127 | + | |
| 14128 | + | |
14127 | 14129 | | |
14128 | 14130 | | |
14129 | 14131 | | |
| |||
14215 | 14217 | | |
14216 | 14218 | | |
14217 | 14219 | | |
14218 | | - | |
| 14220 | + | |
14219 | 14221 | | |
14220 | 14222 | | |
14221 | 14223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments