All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Patchwork <patchwork@emeril.freedesktop.org>
Cc: intel-xe@lists.freedesktop.org
Subject: Re: [Intel-xe]  ✗ CI.KUnit: failure for drm/xe: clean up i915 includes both sides (rev2)
Date: Fri, 03 Mar 2023 14:29:06 +0200	[thread overview]
Message-ID: <871qm6uigd.fsf@intel.com> (raw)
In-Reply-To: <167784096614.9997.9822812608959828099@emeril.freedesktop.org>

On Fri, 03 Mar 2023, Patchwork <patchwork@emeril.freedesktop.org> wrote:
> == Series Details ==
>
> Series: drm/xe: clean up i915 includes both sides (rev2)
> URL   : https://patchwork.freedesktop.org/series/114573/
> State : failure
>
> == Summary ==
>
> + trap cleanup EXIT
> + /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
> ERROR:root:In file included from ../drivers/gpu/drm/i915/display/intel_display_core.h:28,
>                  from ../drivers/gpu/drm/xe/xe_device_types.h:22,
>                  from ../drivers/gpu/drm/xe/xe_device.h:15,
>                  from ../drivers/gpu/drm/xe/xe_bb.c:9:
> ../drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h:11:10: fatal error: display/intel_display.h: No such file or directory
>    11 | #include "display/intel_display.h"
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~

I don't understand this. See patch 3. That line shouldn't exist.

BR,
Jani.


> compilation terminated.
> make[6]: *** [../scripts/Makefile.build:250: drivers/gpu/drm/xe/xe_bb.o] Error 1
> make[6]: *** Waiting for unfinished jobs....
> In file included from ../drivers/gpu/drm/i915/display/intel_display_core.h:28,
>                  from ../drivers/gpu/drm/xe/xe_device_types.h:22,
>                  from ../drivers/gpu/drm/xe/xe_vm_types.h:14,
>                  from ../drivers/gpu/drm/xe/xe_bo.h:11,
>                  from ../drivers/gpu/drm/xe/xe_bo.c:6:
> ../drivers/gpu/drm/xe/compat-i915-headers/intel_pm_types.h:11:10: fatal error: display/intel_display.h: No such file or directory
>    11 | #include "display/intel_display.h"
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[6]: *** [../scripts/Makefile.build:250: drivers/gpu/drm/xe/xe_bo.o] Error 1
> make[5]: *** [../scripts/Makefile.build:500: drivers/gpu/drm/xe] Error 2
> make[5]: *** Waiting for unfinished jobs....
> make[4]: *** [../scripts/Makefile.build:500: drivers/gpu/drm] Error 2
> make[3]: *** [../scripts/Makefile.build:500: drivers/gpu] Error 2
> make[3]: *** Waiting for unfinished jobs....
> make[2]: *** [../scripts/Makefile.build:500: drivers] Error 2
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [/kernel/Makefile:1992: .] Error 2
> make: *** [Makefile:231: __sub-make] Error 2
>
> [10:55:46] Configuring KUnit Kernel ...
> Generating .config ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> [10:55:50] Building KUnit Kernel ...
> Populating config with:
> $ make ARCH=um O=.kunit olddefconfig
> Building with:
> $ make ARCH=um O=.kunit --jobs=48
> + cleanup
> ++ stat -c %u:%g /kernel
> + chown -R 1003:1003 /kernel
>
>

-- 
Jani Nikula, Intel Open Source Graphics Center

  reply	other threads:[~2023-03-03 12:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 10:52 [Intel-xe] [PATCH v2 0/8] drm/xe: clean up i915 includes both sides Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 1/8] drm/i915/display: don't use relative ../i915 includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 2/8] drm/i915/display: drop redundant display/ from includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 3/8] drm/xe: drop unnecessary include Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 4/8] drm/xe: drop redundant display/ from includes Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 5/8] drm/xe: drop redundant ../ " Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 6/8] drm/xe: move all top level i915 compat headers to a separate subdirectory Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 7/8] drm/xe: remove unnecessary include Jani Nikula
2023-03-03 10:52 ` [Intel-xe] [PATCH v2 8/8] drm/xe: drop top level i915 from include path Jani Nikula
2023-03-03 10:55 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: clean up i915 includes both sides (rev2) Patchwork
2023-03-03 10:56 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-03-03 12:29   ` Jani Nikula [this message]
2023-03-03 13:19 ` [Intel-xe] ✓ CI.Patch_applied: success " Patchwork
2023-03-03 13:19 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-03-07 16:45 ` [Intel-xe] ✗ CI.Patch_applied: " Patchwork
2023-03-07 16:48 ` Patchwork
2023-03-07 16:51 ` [Intel-xe] ✓ CI.Patch_applied: success " Patchwork
2023-03-07 19:37   ` Lucas De Marchi
2023-03-07 16:52 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-03-07 16:56 ` [Intel-xe] ✗ CI.Build: failure " Patchwork
2023-03-07 19:38   ` Lucas De Marchi
2023-03-07 19:47     ` Lucas De Marchi
2023-03-08  1:24 ` [Intel-xe] [PATCH v2 0/8] drm/xe: clean up i915 includes both sides Lucas De Marchi
2023-03-08  8:09   ` Jani Nikula
2023-03-08 10:44 ` [Intel-xe] ✗ CI.Patch_applied: failure for drm/xe: clean up i915 includes both sides (rev2) 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=871qm6uigd.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=patchwork@emeril.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.