Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Mar 08, 2023
  3. Mar 07, 2023
  4. Mar 06, 2023
  5. Mar 03, 2023
  6. Mar 02, 2023
  7. Mar 01, 2023
  8. Feb 28, 2023
  9. Feb 27, 2023
  10. Feb 24, 2023
    • Kamil Konieczny's avatar
      i915/i915_suspend: run in subprocess to catch oom · deab4e0b
      Kamil Konieczny authored
      
      Shrink subtest can end up with oom killing it. Create subprocess
      and run it from there so it will at least get reported like:
      
      dynamic child 0 pid:70254 died with signal 9, Killed
      Subtest shrink: FAIL (23.906s)
      
      dmesg reports:
      
      [103335.337309] Out of memory: Killed process 70254 (i915_suspend)
      
      Cc: Riana Tauro <riana.tauro@intel.com>
      Cc: Anshuman Gupta <anshuman.gupta@intel.com>
      Signed-off-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
      Reviewed-by: default avatarSai Gowtham Ch <sai.gowtham.ch@intel.com>
      deab4e0b
    • Janusz Krzysztofik's avatar
      tests/i915_suspend: Refresh device list after *-without-i915 subtests · 71496b0d
      Janusz Krzysztofik authored
      
      If any of *-without-i915 subtests fails or skips for any reason, it may
      leave the i915 module unloaded while keeping our device list populated
      with initially collected data.  In a follow up igt_fixture section we then
      try to reopen the device.  If the test has been executed with a device
      filter specified, an attempt to open the device finds a matching entry
      that belongs to the no longer existing device in that initially collected
      device list, fails to stat() it, concludes that's because of the device
      having been already open, and returns an error.  While that error,
      triggered after subtests completion, doesn't affect results of the
      subtest, reported by CI togethger with those results it is confusing to
      users reviewing those reports.
      
      Fix this issue by refreshing the potentially outdated device list before
      continuing with drm_open_driver() if we've been called with a device
      filter specified.
      
      While being at it, add a comment that explains why we call
      igt_devices_scan() from __igt_device_card_match() but don't force device
      rescan, and emit a debug message if we fail in _is_already_opened() on
      unsuccessful device stat().
      
      v2: don't free the device list -- we can't tell if it has been populated,
          and igt_devices_free() fails if it hasn't,
        - commit message updated, description improved.
      
      Subtest basic-s3-without-i915: FAIL (9.572s)
      (i915_suspend:9050) drmtest-WARNING: card maching filter 0 is already opened
      (i915_suspend:9050) drmtest-CRITICAL: Test abort in function drm_open_driver, file ../lib/drmtest.c:639:
      (i915_suspend:9050) drmtest-CRITICAL: abort condition: fd < 0
      (i915_suspend:9050) drmtest-CRITICAL: Last errno: 2, No such file or directory
      (i915_suspend:9050) drmtest-CRITICAL: No known gpu found for chipset flags 0x1 (intel)
      Test i915_suspend failed.
      **** DEBUG ****
      (i915_suspend:9050) drmtest-DEBUG: Looking for devices to open using filter 0: pci:vendor=intel,device=dg2
      (i915_suspend:9050) drmtest-DEBUG: Filter matched /dev/dri/card0 | /dev/dri/renderD128
      (i915_suspend:9050) drmtest-WARNING: card maching filter 0 is already opened
      (i915_suspend:9050) drmtest-CRITICAL: Test abort in function drm_open_driver, file ../lib/drmtest.c:639:
      (i915_suspend:9050) drmtest-CRITICAL: abort condition: fd < 0
      (i915_suspend:9050) drmtest-CRITICAL: Last errno: 2, No such file or directory
      (i915_suspend:9050) drmtest-CRITICAL: No known gpu found for chipset flags 0x1 (intel)
      (i915_suspend:9050) igt_core-INFO: Stack trace:
      (i915_suspend:9050) igt_core-INFO:   #0 ../lib/igt_core.c:2066 __igt_abort()
      (i915_suspend:9050) igt_core-INFO:   #1 ../lib/drmtest.c:573 drm_open_driver()
      (i915_suspend:9050) igt_core-INFO:   #2 ../tests/i915/i915_suspend.c:258 __igt_unique____real_main245()
      (i915_suspend:9050) igt_core-INFO:   #3 ../tests/i915/i915_suspend.c:245 main()
      (i915_suspend:9050) igt_core-INFO:   #4 ../sysdeps/nptl/libc_start_call_main.h:58 __libc_start_call_main()
      (i915_suspend:9050) igt_core-INFO:   #5 ../csu/libc-start.c:128 __libc_start_main@@GLIBC_2.34()
      (i915_suspend:9050) igt_core-INFO:   #6 [_start+0x2a]
      ****  END  ****
      
      Fixes: f7aff600 ("tests/i915/i915_suspend: Disable d3cold_allowed for basic-s2idle-without-i915")
      Signed-off-by: default avatarJanusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
      Cc: Riana Tauro <riana.tauro@intel.com>
      Link: https://patchwork.freedesktop.org/patch/522501/
      
      
      Reviewed-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
      71496b0d
  11. Feb 23, 2023
  12. Feb 21, 2023
  13. Feb 20, 2023
Loading