[PATCH v5,resend i-g-t 0/6] Replace intel_sysfs_debugfs

Kamil Konieczny kamil.konieczny at linux.intel.com
Tue Jul 8 17:01:27 UTC 2025


Hi Peter,
On 2025-07-08 at 16:40:32 +0200, Peter Senna Tschudin wrote:
> This series:
>  - moves shared function to lib/igt_dir
>  - creates gpu agnostic tests
>    - core_debugfs
>    - core_sysfs
>    - kms_debugfs
>  - creates xe_debugfs (complementary to core_debugfs and kms_debugfs)
>  - Updates testlists and scripts
>  - deletes tests/intel_sysfs_debugfs
> 

Please provide here simple and short summary what changed,
also a reason for quick resend, why do you need it instead
of a new version? Maybe not now but when (and if) you will
send new versions.

Regards,
Kamil

> Cc: lucas.demarchi at intel.com
> Cc: rodrigo.vivi at intel.com
> Cc: kamil.konieczny at linux.intel.com
> Cc: katarzyna.piecielska at intel.com
> Cc: zbigniew.kempczynski at intel.com
> Cc: michal.wajdeczko at intel.com
> Cc: karthik.b.s at intel.com
> Cc: ewelina.musial at intel.com
> 
> Peter Senna Tschudin (6):
>   lib/igt_dir: Directory processing and flexible file handling
>   tests: Add core_debugfs
>   tests: Add kms_debugfs
>   tests: Add core_sysfs
>   tests: Add xe_debugfs
>   tests/intel: Remove intel_sysfs_debugfs
> 
>  docs/code_coverage.md                    |  18 +-
>  lib/igt_dir.c                            | 287 +++++++++++++++
>  lib/igt_dir.h                            |  62 ++++
>  lib/meson.build                          |   1 +
>  scripts/code_cov_selftest.sh             |   2 +-
>  tests/core_debugfs.c                     |  48 +++
>  tests/core_sysfs.c                       |  49 +++
>  tests/intel-ci/fast-feedback.testlist    |   4 +-
>  tests/intel-ci/xe-fast-feedback.testlist |   8 +-
>  tests/intel/intel_sysfs_debugfs.c        | 430 -----------------------
>  tests/intel/xe_debugfs.c                 | 208 +++++++++++
>  tests/intel/xe_test_config.json          |   2 +-
>  tests/kms_debugfs.c                      | 151 ++++++++
>  tests/meson.build                        |   5 +-
>  14 files changed, 827 insertions(+), 448 deletions(-)
>  create mode 100644 lib/igt_dir.c
>  create mode 100644 lib/igt_dir.h
>  create mode 100644 tests/core_debugfs.c
>  create mode 100644 tests/core_sysfs.c
>  delete mode 100644 tests/intel/intel_sysfs_debugfs.c
>  create mode 100644 tests/intel/xe_debugfs.c
>  create mode 100644 tests/kms_debugfs.c
> 
> -- 
> 2.43.0
> 


More information about the igt-dev mailing list