Commit 8dd2c70
committed
selftest/cgroup: Make test_cpuset_prs.sh deal with pre-isolated CPUs
jira NONE_AUTOMATION
Rebuild_History Non-Buildable kernel-5.14.0-570.17.1.el9_6
commit-author Waiman Long <[email protected]>
commit 43a17fc
Since isolated CPUs can be reserved at boot time via the "isolcpus"
boot command line option, these pre-isolated CPUs may interfere with
testing done by test_cpuset_prs.sh.
With the previous commit that incorporates those boot time isolated CPUs
into "cpuset.cpus.isolated", we can check for those before testing is
started to make sure that there will be no interference. Otherwise,
this test will be skipped if incorrect test failure can happen.
As "cpuset.cpus.isolated" is now available in a non cgroup_debug kernel,
we don't need to check for its existence anymore.
Signed-off-by: Waiman Long <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
(cherry picked from commit 43a17fc)
Signed-off-by: Jonathan Maple <[email protected]>1 parent 703ac29 commit 8dd2c70
1 file changed
+33
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
87 | 101 | | |
88 | 102 | | |
89 | 103 | | |
| |||
642 | 656 | | |
643 | 657 | | |
644 | 658 | | |
645 | | - | |
| 659 | + | |
| 660 | + | |
646 | 661 | | |
647 | 662 | | |
648 | 663 | | |
| |||
669 | 684 | | |
670 | 685 | | |
671 | 686 | | |
672 | | - | |
| 687 | + | |
673 | 688 | | |
674 | | - | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
675 | 698 | | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | 699 | | |
| 700 | + | |
| 701 | + | |
684 | 702 | | |
685 | 703 | | |
686 | 704 | | |
| |||
713 | 731 | | |
714 | 732 | | |
715 | 733 | | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
716 | 737 | | |
717 | 738 | | |
718 | 739 | | |
| |||
730 | 751 | | |
731 | 752 | | |
732 | 753 | | |
733 | | - | |
| 754 | + | |
| 755 | + | |
734 | 756 | | |
735 | 757 | | |
736 | 758 | | |
| |||
0 commit comments