Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/xe_module_load: Handling of snd_hda_intel
@ 2024-10-10  9:42 Peter Senna Tschudin
  2024-10-10 10:40 ` ✓ CI.xeBAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Peter Senna Tschudin @ 2024-10-10  9:42 UTC (permalink / raw)
  To: igt-dev@lists.freedesktop.org; +Cc: Lucas De Marchi

The problem: Running the following test-list twice fails on the second run:
igt@xe_module_load@load
igt@xe_module_load@unload

The load test will modprobe snd_hda_intel, while the unload will not rmmod
snd_hda_intel. Then running the load test the second time will fail as
snd_hda_intel is loaded and marked as an "unwanted_drivers".

It used to be the case that snd_hda_intel could prevent module load and unload
and we needed to take care of it in older kernels. This is no longer the case
so remove snd_had_intel from unwanted_drivers for this test.

cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@linux.intel.com>
---
 tests/intel/xe_module_load.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/intel/xe_module_load.c b/tests/intel/xe_module_load.c
index 30259fc26..83e37430f 100644
--- a/tests/intel/xe_module_load.c
+++ b/tests/intel/xe_module_load.c
@@ -94,7 +94,6 @@ static void load_and_check_xe(const char *opts)
 static const char * const unwanted_drivers[] = {
 	"xe",
 	"i915",
-	"snd_hda_intel",
 	NULL
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-14  5:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10  9:42 [PATCH i-g-t] tests/intel/xe_module_load: Handling of snd_hda_intel Peter Senna Tschudin
2024-10-10 10:40 ` ✓ CI.xeBAT: success for " Patchwork
2024-10-10 10:55 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-10 13:22 ` [PATCH i-g-t] " Lucas De Marchi
2024-10-11  0:06 ` ✗ CI.xeFULL: failure for " Patchwork
2024-10-11  5:17   ` Peter Senna Tschudin
2024-10-11 18:25 ` ✗ Fi.CI.IGT: " Patchwork
2024-10-14  5:22   ` Peter Senna Tschudin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox