dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Maxime Ripard <mripard@kernel.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	dri-devel@lists.freedesktop.org,
	Maxime Ripard <mripard@kernel.org>,
	Dmitry Baryshkov <lumag@kernel.org>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Jernej Skrabec <jernej.skrabec@gmail.com>
Subject: Re: [PATCH v3 04/15] drm/bridge: Switch private_obj initialization to atomic_create_state
Date: Tue, 20 Jan 2026 17:43:56 +0800	[thread overview]
Message-ID: <202601201722.632RZYWZ-lkp@intel.com> (raw)
In-Reply-To: <20260119-drm-private-obj-reset-v3-4-b931abe3a5e3@redhat.com>

Hi Maxime,

kernel test robot noticed the following build errors:

[auto build test ERROR on b36178488d479e9a53bbef2b01280378b5586e60]

url:    https://github.com/intel-lab-lkp/linux/commits/Maxime-Ripard/drm-atomic-Make-drm_atomic_private_obj_init-fallible/20260119-205337
base:   b36178488d479e9a53bbef2b01280378b5586e60
patch link:    https://lore.kernel.org/r/20260119-drm-private-obj-reset-v3-4-b931abe3a5e3%40redhat.com
patch subject: [PATCH v3 04/15] drm/bridge: Switch private_obj initialization to atomic_create_state
config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20260120/202601201722.632RZYWZ-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260120/202601201722.632RZYWZ-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601201722.632RZYWZ-lkp@intel.com/

All errors (new ones prefixed by >>):

>> depmod: ERROR: Cycle detected: drm -> drm_kms_helper -> drm
   depmod: ERROR: Found 2 modules in dependency cycles!
   make[3]: *** [scripts/Makefile.modinst:132: depmod] Error 1
   make[3]: Target '__modinst' not remade because of errors.
   make[2]: *** [Makefile:1960: modules_install] Error 2
   make[1]: *** [Makefile:248: __sub-make] Error 2
   make[1]: Target 'modules_install' not remade because of errors.
   make: *** [Makefile:248: __sub-make] Error 2
   make: Target 'modules_install' not remade because of errors.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2026-01-20  9:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-19 12:49 [PATCH v3 00/15] drm/atomic: Allocate drm_private_state through a callback Maxime Ripard
2026-01-19 12:49 ` [PATCH v3 01/15] drm/atomic: Make drm_atomic_private_obj_init fallible Maxime Ripard
2026-01-19 12:49 ` [PATCH v3 02/15] drm/atomic: Add new atomic_create_state callback to drm_private_obj Maxime Ripard
2026-01-19 17:25   ` Dmitry Baryshkov
2026-01-19 12:49 ` [PATCH v3 03/15] drm/atomic-helper: Add private_obj atomic_create_state helper Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 04/15] drm/bridge: Switch private_obj initialization to atomic_create_state Maxime Ripard
2026-01-20  9:43   ` kernel test robot [this message]
2026-01-19 12:50 ` [PATCH v3 05/15] drm/dp_mst: " Maxime Ripard
2026-01-19 19:48   ` Dmitry Baryshkov
2026-01-19 12:50 ` [PATCH v3 06/15] drm/dp_tunnel: " Maxime Ripard
2026-01-19 17:29   ` Dmitry Baryshkov
2026-01-19 12:50 ` [PATCH v3 07/15] drm/amdgpu: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 08/15] drm/arm: komeda: " Maxime Ripard
2026-01-19 20:10   ` Dmitry Baryshkov
2026-01-20 14:45   ` Liviu Dudau
2026-01-19 12:50 ` [PATCH v3 09/15] drm/ingenic: " Maxime Ripard
2026-01-19 16:18   ` Paul Cercueil
2026-01-19 12:50 ` [PATCH v3 10/15] drm/msm: mdp5: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 11/15] drm/msm: dpu1: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 12/15] drm/omapdrm: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 13/15] drm/tegra: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 14/15] drm/vc4: " Maxime Ripard
2026-01-19 12:50 ` [PATCH v3 15/15] drm/atomic: Remove state argument to drm_atomic_private_obj_init Maxime Ripard
2026-01-20 14:45   ` Liviu Dudau

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=202601201722.632RZYWZ-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=llvm@lists.linux.dev \
    --cc=lumag@kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rfoss@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /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