summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAndrea Righi <arighi@nvidia.com>2025-07-01 08:08:45 +0200
committerTejun Heo <tj@kernel.org>2025-07-03 06:44:13 -1000
commit7980ad7e4ca80f6c255f4473fba82a475342035a (patch)
treed1ba97b3d1c8a364727a663aaa624512390a967e /tools/perf/scripts/python/task-analyzer.py
parent33796b91871ad4010c8188372dd1faf97cf0f1c0 (diff)
downloadkernel-7980ad7e4ca80f6c255f4473fba82a475342035a.tar.gz
selftests/sched_ext: Fix exit selftest hang on UP
On single-CPU systems, ops.select_cpu() is never called, causing the EXIT_SELECT_CPU test case to wait indefinitely. Avoid the stall by skipping this specific sub-test when only one CPU is available. Reported-by: Phil Auld <pauld@redhat.com> Fixes: a5db7817af780 ("sched_ext: Add selftests") Signed-off-by: Andrea Righi <arighi@nvidia.com> Reviewed-by: Phil Auld <pauld@redhat.com> Tested-by: Phil Auld <pauld@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
>2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini 2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google) 2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh 2024-05-02KVM: x86: Remove VT-d mention in posted interrupt tracepointAlejandro Jimenez 2024-03-18Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini 2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson 2024-02-06KVM: SVM: Use unsigned integers when dealing with ASIDsSean Christopherson