aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorJiri Olsa <[email protected]>2022-11-16 10:02:27 +0000
committerAlexei Starovoitov <[email protected]>2022-11-21 19:52:01 +0000
commit2b506f20af2b9dcfb3cb2d19e4c804eb20565841 (patch)
tree07ef2a0ec05ce688dc9f59f9089af43f29e7fcc6 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentMerge branch 'Bug fix and test case for special map value field ' (diff)
downloadkernel-2b506f20af2b9dcfb3cb2d19e4c804eb20565841.tar.gz
kernel-2b506f20af2b9dcfb3cb2d19e4c804eb20565841.zip
selftests/bpf: Filter out default_idle from kprobe_multi bench
Alexei hit following rcu warning when running prog_test -j. [ 128.049567] WARNING: suspicious RCU usage [ 128.049569] 6.1.0-rc2 #912 Tainted: G O ... [ 128.050944] kprobe_multi_link_handler+0x6c/0x1d0 [ 128.050947] ? kprobe_multi_link_handler+0x42/0x1d0 [ 128.050950] ? __cpuidle_text_start+0x8/0x8 [ 128.050952] ? __cpuidle_text_start+0x8/0x8 [ 128.050958] fprobe_handler.part.1+0xac/0x150 [ 128.050964] 0xffffffffa02130c8 [ 128.050991] ? default_idle+0x5/0x20 [ 128.050998] default_idle+0x5/0x20 It's caused by bench test attaching kprobe_multi link to default_idle function, which is not executed in rcu safe context so the kprobe handler on top of it will trigger the rcu warning. Filtering out default_idle function from the bench test. Reported-by: Alexei Starovoitov <[email protected]> Signed-off-by: Jiri Olsa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions