aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorTianci Yin <[email protected]>2023-02-06 15:58:46 +0800
committerAlex Deucher <[email protected]>2023-04-26 22:36:53 -0400
commitb1bcdd409d2d158867ce0b71cfa9bcefe83ce07f (patch)
tree01f143c1b67f60e37b92387478ac907cd57e96f0 /tools/testing/selftests/bpf/progs/test_autoload.c
parentfc3888fe2c63b35a22db8234d142823a5ffda9d8 (diff)
drm/amd/display: Disable migration to ensure consistency of per-CPU variable
[why] Since the variable fpu_recursion_depth is per-CPU type, it has one copy on each CPU, thread migration causes data consistency issue, then the call trace shows up. And preemption disabling can't prevent migration. [how] Disable migration to ensure consistency of fpu_recursion_depth. Reviewed-by: Aurabindo Pillai <[email protected]> Signed-off-by: Tianci Yin <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions