[PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore

Gopi Krishna Menon posted 1 patch 4 months, 2 weeks ago
tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
Posted by Gopi Krishna Menon 4 months, 2 weeks ago
Add the check_extended_reg_test binary to .gitignore to avoid accidentally
staging the build artifact.

Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
---
 tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
index f93b4c7c3a8a..ea29228334e8 100644
--- a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
+++ b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
@@ -1,5 +1,6 @@
 bhrb_filter_map_test
 bhrb_no_crash_wo_pmu_test
+check_extended_reg_test
 intr_regs_no_crash_wo_pmu_test
 mmcr0_cc56run_test
 mmcr0_exceptionbits_test
-- 
2.43.0
Re: [PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
Posted by Madhavan Srinivasan 1 month, 1 week ago
On Mon, 22 Sep 2025 06:11:23 +0530, Gopi Krishna Menon wrote:
> Add the check_extended_reg_test binary to .gitignore to avoid accidentally
> staging the build artifact.
> 
> 

Applied to powerpc/fixes.

[1/1] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
      https://git.kernel.org/powerpc/c/42f53b39004f45a6091109176c62ba33cc52ff96

cheers
Re: [PATCH RESEND] selftests/powerpc/pmu/: Add check_extended_reg_test to .gitignore
Posted by Aditya Bodkhe 1 month, 3 weeks ago
On 22/09/25 6:11 am, Gopi Krishna Menon wrote:
> Add the check_extended_reg_test binary to .gitignore to avoid accidentally
> staging the build artifact.
>
> Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
> ---
>   tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
> index f93b4c7c3a8a..ea29228334e8 100644
> --- a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
> +++ b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
> @@ -1,5 +1,6 @@
>   bhrb_filter_map_test
>   bhrb_no_crash_wo_pmu_test
> +check_extended_reg_test
>   intr_regs_no_crash_wo_pmu_test
>   mmcr0_cc56run_test
>   mmcr0_exceptionbits_test

I tested this patch , the file is correctly ignored through the updated 
.gitignore entry.

Tested-by: Aditya Bodkhe <adityab1@linux.ibm.com>

Thanks,
Aditya