Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Riana Tauro <riana.tauro@intel.com>
Cc: <igt-dev@lists.freedesktop.org>, <anshuman.gupta@intel.com>,
	<lucas.demarchi@intel.com>, <kamil.konieczny@intel.com>,
	<aravind.iddamsetty@linux.intel.com>, <louis.chauvet@bootlin.com>
Subject: Re: [PATCH i-g-t v4 0/5] Add test to validate survivability mode
Date: Tue, 20 May 2025 11:18:55 -0400	[thread overview]
Message-ID: <aCydX97Zzea0mO9n@intel.com> (raw)
In-Reply-To: <20250520064910.663022-1-riana.tauro@intel.com>

On Tue, May 20, 2025 at 12:19:05PM +0530, Riana Tauro wrote:
> Add helper functions for configfs and add test to validate
> survivability mode using configfs attribute. This tests unbinds the card,
> sets survivability mode and rebinds the card. 
> 
> The card enters survivability mode if supported.
> 
> Rev3: Fix review comments
> Rev4: rename dir_fd to configfs_device_fd

pushed, thanks!

> 
> José Expósito (2):
>   lib/igt_aux: Move is_mountpoint() to igt_aux
>   lib/igt_configfs: Add helper to mount configfs
> 
> Riana Tauro (3):
>   lib/igt_fs: Rename igt_io to igt_fs to add additional helpers
>   lib/igt_fs: Add helper functions to create and remove directories
>   tests/intel/xe_configfs: Add test to validate survivability mode
> 
>  .../igt-gpu-tools/igt-gpu-tools-docs.xml      |   2 +-
>  lib/igt.h                                     |   1 +
>  lib/igt_aux.c                                 |  31 ++++++
>  lib/igt_aux.h                                 |   2 +
>  lib/igt_configfs.c                            |  86 +++++++++++++++
>  lib/igt_configfs.h                            |  15 +++
>  lib/igt_debugfs.c                             |  29 +----
>  lib/{igt_io.c => igt_fs.c}                    |  61 +++++++++--
>  lib/{igt_io.h => igt_fs.h}                    |   8 +-
>  lib/igt_sysfs.c                               |   2 +-
>  lib/meson.build                               |   3 +-
>  tests/intel/xe_configfs.c                     | 100 ++++++++++++++++++
>  tests/meson.build                             |   1 +
>  tests/msm/msm_mapping.c                       |   2 +-
>  tests/msm/msm_recovery.c                      |   2 +-
>  15 files changed, 303 insertions(+), 42 deletions(-)
>  create mode 100644 lib/igt_configfs.c
>  create mode 100644 lib/igt_configfs.h
>  rename lib/{igt_io.c => igt_fs.c} (68%)
>  rename lib/{igt_io.h => igt_fs.h} (87%)
>  create mode 100644 tests/intel/xe_configfs.c
> 
> -- 
> 2.47.1
> 

  parent reply	other threads:[~2025-05-20 15:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-20  6:49 [PATCH i-g-t v4 0/5] Add test to validate survivability mode Riana Tauro
2025-05-20  6:49 ` [PATCH i-g-t v4 1/5] lib/igt_aux: Move is_mountpoint() to igt_aux Riana Tauro
2025-05-20  6:49 ` [PATCH i-g-t v4 2/5] lib/igt_configfs: Add helper to mount configfs Riana Tauro
2025-05-20  6:49 ` [PATCH i-g-t v4 3/5] lib/igt_fs: Rename igt_io to igt_fs to add additional helpers Riana Tauro
2025-05-20  6:49 ` [PATCH i-g-t v4 4/5] lib/igt_fs: Add helper functions to create and remove directories Riana Tauro
2025-05-20  6:49 ` [PATCH i-g-t v4 5/5] tests/intel/xe_configfs: Add test to validate survivability mode Riana Tauro
2025-05-20 14:39 ` ✓ Xe.CI.BAT: success for Add test to validate survivability mode (rev4) Patchwork
2025-05-20 15:01 ` ✓ i915.CI.BAT: " Patchwork
2025-05-20 15:18 ` Rodrigo Vivi [this message]
2025-05-20 17:51 ` ✗ i915.CI.Full: failure " Patchwork
2025-05-20 18:03 ` ✗ Xe.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aCydX97Zzea0mO9n@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=anshuman.gupta@intel.com \
    --cc=aravind.iddamsetty@linux.intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kamil.konieczny@intel.com \
    --cc=louis.chauvet@bootlin.com \
    --cc=lucas.demarchi@intel.com \
    --cc=riana.tauro@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox