From: kernel test robot <lkp@intel.com>
To: Maxime Ripard <mripard@kernel.org>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
Jonathan Corbet <corbet@lwn.net>
Cc: oe-kbuild-all@lists.linux.dev,
"Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>,
"Alex Deucher" <alexander.deucher@amd.com>,
"Christian König" <christian.koenig@amd.com>,
"Rob Clark" <robin.clark@oss.qualcomm.com>,
"Dmitry Baryshkov" <lumag@kernel.org>,
"Andrzej Hajda" <andrzej.hajda@intel.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Robert Foss" <rfoss@kernel.org>,
"Dave Stevenson" <dave.stevenson@raspberrypi.com>,
"Laurent Pinchart" <laurent.pinchart@ideasonboard.com>,
dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org,
"Maxime Ripard" <mripard@kernel.org>,
"Luca Ceresoli" <luca.ceresoli@bootlin.com>
Subject: Re: [PATCH v3 2/2] Documentation: drm: Remove drm_atomic_state rename entry
Date: Sun, 5 Apr 2026 13:32:50 +0200 [thread overview]
Message-ID: <202604051325.jSSmpYZj-lkp@intel.com> (raw)
In-Reply-To: <20260402-drm-drm-atomic-update-v3-2-b826f51ac511@kernel.org>
Hi Maxime,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 9bdbf7eb25b3121ef19533df4fb70f2c39fc0d6a]
url: https://github.com/intel-lab-lkp/linux/commits/Maxime-Ripard/drm-Rename-struct-drm_atomic_state-to-drm_atomic_commit/20260405-115623
base: 9bdbf7eb25b3121ef19533df4fb70f2c39fc0d6a
patch link: https://lore.kernel.org/r/20260402-drm-drm-atomic-update-v3-2-b826f51ac511%40kernel.org
patch subject: [PATCH v3 2/2] Documentation: drm: Remove drm_atomic_state rename entry
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
reproduce: (https://download.01.org/0day-ci/archive/20260405/202604051325.jSSmpYZj-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/202604051325.jSSmpYZj-lkp@intel.com/
All warnings (new ones prefixed by >>):
Examples
~~~~~~~~ [docutils]
>> Documentation/gpu/komeda-kms.rst:420: WARNING: Title underline too short.
vim +420 Documentation/gpu/komeda-kms.rst
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 408)
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 409) struct komeda_component {
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 410) struct drm_private_obj obj;
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 411) ...
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 412) }
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 413)
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 414) struct komeda_pipeline {
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 415) struct drm_private_obj obj;
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 416) ...
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 417) }
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 418)
77e56dfef2e28b Maxime Ripard 2026-04-02 419 Tracking component_state/pipeline_state by drm_atomic_commit
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 @420) -----------------------------------------------------------
557c37360eca86 james qian wang (Arm Technology China 2019-01-03 421)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-04-05 11:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-02 8:23 [PATCH v3 0/2] drm: Rename drm_atomic_state Maxime Ripard
2026-04-02 8:23 ` [PATCH v3 1/2] drm: Rename struct drm_atomic_state to drm_atomic_commit Maxime Ripard
2026-04-02 8:23 ` [PATCH v3 2/2] Documentation: drm: Remove drm_atomic_state rename entry Maxime Ripard
2026-04-05 11:32 ` kernel test robot [this message]
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=202604051325.jSSmpYZj-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=andrzej.hajda@intel.com \
--cc=christian.koenig@amd.com \
--cc=corbet@lwn.net \
--cc=dave.stevenson@raspberrypi.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-doc@vger.kernel.org \
--cc=luca.ceresoli@bootlin.com \
--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=robin.clark@oss.qualcomm.com \
--cc=rodrigo.vivi@intel.com \
--cc=simona@ffwll.ch \
--cc=tursulin@ursulin.net \
--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