[igt-dev] [PATCH i-g-t 0/2] Fix snd unload for i915_selftest

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue May 24 12:07:15 UTC 2022


From: Mauro Carvalho Chehab <mchehab at kernel.org>

There's a problem with the snd audio driver unload that seems to
happen only on i915_selftest, because there, it tries to unload the
i915 driver before starting a subtest.

Patch 2 fix it.

While here, I added patch 1, which will print a backtrace in the event
of internal_assert to be called, as this helps to debug such kind of
issues.

Mauro Carvalho Chehab (2):
  lib/igt_core: use print_backtrace() on internal_assert()
  lib/igt_aux: fix kselftest module unload

 lib/igt_aux.c  |  10 ++--
 lib/igt_core.c | 124 +++++++++++++++++++++++++------------------------
 2 files changed, 69 insertions(+), 65 deletions(-)

-- 
2.36.1



More information about the igt-dev mailing list