Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas De Marchi <lucas.demarchi@intel.com>
To: <intel-xe@lists.freedesktop.org>
Subject: [CI 2/2] CI: add MODULE_ALIAS for compat
Date: Tue, 12 Mar 2024 07:51:58 -0700	[thread overview]
Message-ID: <20240312145158.2295351-2-lucas.demarchi@intel.com> (raw)
In-Reply-To: <20240312145158.2295351-1-lucas.demarchi@intel.com>

Probably just to test in CI and not worth squashing in previous patch.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/tests/xe_live_test_mod.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/gpu/drm/xe/tests/xe_live_test_mod.c b/drivers/gpu/drm/xe/tests/xe_live_test_mod.c
index eb1ea99a5a8b..d11086f44af1 100644
--- a/drivers/gpu/drm/xe/tests/xe_live_test_mod.c
+++ b/drivers/gpu/drm/xe/tests/xe_live_test_mod.c
@@ -8,3 +8,9 @@ MODULE_AUTHOR("Intel Corporation");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("xe live kunit tests");
 MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);
+
+/* compat with previous names */
+MODULE_ALIAS("xe_bo_test");
+MODULE_ALIAS("xe_dma_buf_test");
+MODULE_ALIAS("xe_migrate_test");
+MODULE_ALIAS("xe_mocs_test");
-- 
2.43.0


  reply	other threads:[~2024-03-12 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 14:51 [CI 1/2] drm/xe: Group live kunit tests Lucas De Marchi
2024-03-12 14:51 ` Lucas De Marchi [this message]
2024-03-12 15:40 ` ✓ CI.Patch_applied: success for series starting with [CI,1/2] " Patchwork
2024-03-12 15:41 ` ✗ CI.checkpatch: warning " Patchwork
2024-03-12 15:41 ` ✓ CI.KUnit: success " Patchwork
2024-03-12 15:52 ` ✓ CI.Build: " Patchwork
2024-03-12 15:55 ` ✓ CI.Hooks: " Patchwork
2024-03-12 15:56 ` ✓ CI.checksparse: " Patchwork
2024-03-12 16:17 ` ✓ CI.BAT: " 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=20240312145158.2295351-2-lucas.demarchi@intel.com \
    --to=lucas.demarchi@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /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