-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kerne…
…l/git/powerpc/linux Pull powerpc fixes from Michael Ellerman: - Fix atomic sleep warnings at boot due to get_phb_number() taking a mutex with a spinlock held on some machines. - Add missing PMU selftests to .gitignores. Thanks to Guenter Roeck and Russell Currey. * tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: selftests/powerpc: Add missing PMU selftests to .gitignores powerpc/pci: Fix get_phb_number() locking
- Loading branch information
Showing
3 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
tools/testing/selftests/powerpc/pmu/event_code_tests/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
blacklisted_events_test | ||
event_alternatives_tests_p10 | ||
event_alternatives_tests_p9 | ||
generic_events_valid_test | ||
group_constraint_cache_test | ||
group_constraint_l2l3_sel_test | ||
group_constraint_mmcra_sample_test | ||
group_constraint_pmc56_test | ||
group_constraint_pmc_count_test | ||
group_constraint_radix_scope_qual_test | ||
group_constraint_repeat_test | ||
group_constraint_thresh_cmp_test | ||
group_constraint_thresh_ctl_test | ||
group_constraint_thresh_sel_test | ||
group_constraint_unit_test | ||
group_pmc56_exclude_constraints_test | ||
hw_cache_event_type_test | ||
invalid_event_code_test | ||
reserved_bits_mmcra_sample_elig_mode_test | ||
reserved_bits_mmcra_thresh_ctl_test |
18 changes: 14 additions & 4 deletions
18
tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
mmcr0_exceptionbits_test | ||
bhrb_filter_map_test | ||
bhrb_no_crash_wo_pmu_test | ||
intr_regs_no_crash_wo_pmu_test | ||
mmcr0_cc56run_test | ||
mmcr0_pmccext_test | ||
mmcr0_pmcjce_test | ||
mmcr0_exceptionbits_test | ||
mmcr0_fc56_pmc1ce_test | ||
mmcr0_fc56_pmc56_test | ||
mmcr0_pmccext_test | ||
mmcr0_pmcjce_test | ||
mmcr1_comb_test | ||
mmcr2_l2l3_test | ||
mmcr1_sel_unit_cache_test | ||
mmcr2_fcs_fch_test | ||
mmcr2_l2l3_test | ||
mmcr3_src_test | ||
mmcra_bhrb_any_test | ||
mmcra_bhrb_cond_test | ||
mmcra_bhrb_disable_no_branch_test | ||
mmcra_bhrb_disable_test | ||
mmcra_bhrb_ind_call_test | ||
mmcra_thresh_cmp_test | ||
mmcra_thresh_marked_sample_test |