diff options
author | Namhyung Kim <namhyung@kernel.org> | 2024-05-14 11:00:50 -0700 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-05-17 16:48:05 +0100 |
commit | a4c5a457c6107dfe9dc65a104af1634811396bac (patch) | |
tree | ebe67cbdd9c91d2e5184cba73b5fbe8086cf4d4a /net/unix/af_unix.c | |
parent | b8995a18417088bb53f87c49d200ec72a9dd4ec1 (diff) | |
download | linux-a4c5a457c6107dfe9dc65a104af1634811396bac.tar.gz linux-a4c5a457c6107dfe9dc65a104af1634811396bac.tar.bz2 linux-a4c5a457c6107dfe9dc65a104af1634811396bac.zip |
perf/arm-dmc620: Fix lockdep assert in ->event_init()
for_each_sibling_event() checks leader's ctx but it doesn't have the ctx
yet if it's the leader. Like in perf_event_validate_size(), we should
skip checking siblings in that case.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Fixes: f3c0eba28704 ("perf: Add a few assertions")
Reported-by: Greg Thelen <gthelen@google.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Tuan Phan <tuanphan@os.amperecomputing.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/20240514180050.182454-1-namhyung@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions