Commit 02a55f2
perf/arm-smmuv3: Fix lockdep assert in ->event_init()
Same as
https://lore.kernel.org/all/[email protected]/,
we should skip `for_each_sibling_event()` for group leader since it
doesn't have the ctx yet.
Fixes: f3c0eba ("perf: Add a few assertions")
Reported-by: Greg Thelen <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: Tuan Phan <[email protected]>
Signed-off-by: Chun-Tse Shao <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>1 parent a63d740 commit 02a55f2
1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
434 | 445 | | |
435 | 446 | | |
436 | 447 | | |
| |||
442 | 453 | | |
443 | 454 | | |
444 | 455 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | 456 | | |
454 | 457 | | |
455 | 458 | | |
| |||
0 commit comments