From: kernel test robot <lkp@intel.com>
To: Rohit Visavalia <rohit.visavalia@xilinx.com>
Cc: oe-kbuild-all@lists.linux.dev, git@amd.com,
Michal Simek <monstr@monstr.eu>,
Vishal Sagar <vishal.sagar@xilinx.com>
Subject: [xilinx-xlnx:master 229/590] htmldocs: include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xbgr40' [ref.ref]
Date: Fri, 27 Feb 2026 14:50:45 +0100 [thread overview]
Message-ID: <202602271405.dorCSdW1-lkp@intel.com> (raw)
tree: https://github.com/Xilinx/linux-xlnx master
head: 865e73109750d465f06dee019396406a354eb9d2
commit: 4740565c61cdf6bfaa87e268e934fdb24511becc [229/590] media: v4l: Support 3 planar YUV 444 10bpc pixel format in contiguous memory
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/20260227/202602271405.dorCSdW1-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/202602271405.dorCSdW1-lkp@intel.com/
All warnings (new ones prefixed by >>):
Documentation/tools/rtla/common_options.rst:92: ERROR: Undefined substitution referenced: "tracer". [docutils]
Documentation/tools/rtla/common_options.rst:98: ERROR: Undefined substitution referenced: "actionsperf". [docutils]
Documentation/tools/rtla/common_options.rst:113: ERROR: Undefined substitution referenced: "tool". [docutils]
Documentation/networking/netlink_spec/index.rst: WARNING: document isn't included in any toctree [toc.not_included]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xbgr30' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xbgr40' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xy10' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xy12' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xvuy32' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-avuy32' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-vuy24' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xvuy10' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xv20' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xv15' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x012' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x212' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x412' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x016' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x216' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x416' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xv20m' [ref.ref]
include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-xv15m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x012m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x212m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x412m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x016m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x216m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x416m' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-yuv444p' [ref.ref]
>> include/uapi/linux/videodev2.h:1: WARNING: undefined label: 'v4l2-pix-fmt-x403' [ref.ref]
vim +1 include/uapi/linux/videodev2.h
e2be04c7f9958d Greg Kroah-Hartman 2017-11-01 @1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) */
607ca46e97a1b6 David Howells 2012-10-13 2 /*
607ca46e97a1b6 David Howells 2012-10-13 3 * Video for Linux Two header file
607ca46e97a1b6 David Howells 2012-10-13 4 *
607ca46e97a1b6 David Howells 2012-10-13 5 * Copyright (C) 1999-2012 the contributors
607ca46e97a1b6 David Howells 2012-10-13 6 *
607ca46e97a1b6 David Howells 2012-10-13 7 * This program is free software; you can redistribute it and/or modify
607ca46e97a1b6 David Howells 2012-10-13 8 * it under the terms of the GNU General Public License as published by
607ca46e97a1b6 David Howells 2012-10-13 9 * the Free Software Foundation; either version 2 of the License, or
607ca46e97a1b6 David Howells 2012-10-13 10 * (at your option) any later version.
607ca46e97a1b6 David Howells 2012-10-13 11 *
607ca46e97a1b6 David Howells 2012-10-13 12 * This program is distributed in the hope that it will be useful,
607ca46e97a1b6 David Howells 2012-10-13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
607ca46e97a1b6 David Howells 2012-10-13 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
607ca46e97a1b6 David Howells 2012-10-13 15 * GNU General Public License for more details.
607ca46e97a1b6 David Howells 2012-10-13 16 *
607ca46e97a1b6 David Howells 2012-10-13 17 * Alternatively you can redistribute this file under the terms of the
607ca46e97a1b6 David Howells 2012-10-13 18 * BSD license as stated below:
607ca46e97a1b6 David Howells 2012-10-13 19 *
607ca46e97a1b6 David Howells 2012-10-13 20 * Redistribution and use in source and binary forms, with or without
607ca46e97a1b6 David Howells 2012-10-13 21 * modification, are permitted provided that the following conditions
607ca46e97a1b6 David Howells 2012-10-13 22 * are met:
607ca46e97a1b6 David Howells 2012-10-13 23 * 1. Redistributions of source code must retain the above copyright
607ca46e97a1b6 David Howells 2012-10-13 24 * notice, this list of conditions and the following disclaimer.
607ca46e97a1b6 David Howells 2012-10-13 25 * 2. Redistributions in binary form must reproduce the above copyright
607ca46e97a1b6 David Howells 2012-10-13 26 * notice, this list of conditions and the following disclaimer in
607ca46e97a1b6 David Howells 2012-10-13 27 * the documentation and/or other materials provided with the
607ca46e97a1b6 David Howells 2012-10-13 28 * distribution.
607ca46e97a1b6 David Howells 2012-10-13 29 * 3. The names of its contributors may not be used to endorse or promote
607ca46e97a1b6 David Howells 2012-10-13 30 * products derived from this software without specific prior written
607ca46e97a1b6 David Howells 2012-10-13 31 * permission.
607ca46e97a1b6 David Howells 2012-10-13 32 *
607ca46e97a1b6 David Howells 2012-10-13 33 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
607ca46e97a1b6 David Howells 2012-10-13 34 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
607ca46e97a1b6 David Howells 2012-10-13 35 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
607ca46e97a1b6 David Howells 2012-10-13 36 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
607ca46e97a1b6 David Howells 2012-10-13 37 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
607ca46e97a1b6 David Howells 2012-10-13 38 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
607ca46e97a1b6 David Howells 2012-10-13 39 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
607ca46e97a1b6 David Howells 2012-10-13 40 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
607ca46e97a1b6 David Howells 2012-10-13 41 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
607ca46e97a1b6 David Howells 2012-10-13 42 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
607ca46e97a1b6 David Howells 2012-10-13 43 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
607ca46e97a1b6 David Howells 2012-10-13 44 *
607ca46e97a1b6 David Howells 2012-10-13 45 * Header file for v4l or V4L2 drivers and applications
607ca46e97a1b6 David Howells 2012-10-13 46 * with public API.
607ca46e97a1b6 David Howells 2012-10-13 47 * All kernel-specific stuff were moved to media/v4l2-dev.h, so
607ca46e97a1b6 David Howells 2012-10-13 48 * no #if __KERNEL tests are allowed here
607ca46e97a1b6 David Howells 2012-10-13 49 *
991ce92f8de24c Mauro Carvalho Chehab 2015-12-04 50 * See https://linuxtv.org for more info
607ca46e97a1b6 David Howells 2012-10-13 51 *
607ca46e97a1b6 David Howells 2012-10-13 52 * Author: Bill Dirks <bill@thedirks.org>
607ca46e97a1b6 David Howells 2012-10-13 53 * Justin Schoeman
e8c8d961d8ad53 Hans Verkuil 2025-06-24 54 * Hans Verkuil <hverkuil@kernel.org>
607ca46e97a1b6 David Howells 2012-10-13 55 * et al.
607ca46e97a1b6 David Howells 2012-10-13 56 */
607ca46e97a1b6 David Howells 2012-10-13 57 #ifndef _UAPI__LINUX_VIDEODEV2_H
607ca46e97a1b6 David Howells 2012-10-13 58 #define _UAPI__LINUX_VIDEODEV2_H
607ca46e97a1b6 David Howells 2012-10-13 59
:::::: The code at line 1 was first introduced by commit
:::::: e2be04c7f9958dde770eeb8b30e829ca969b37bb License cleanup: add SPDX license identifier to uapi header files with a license
:::::: TO: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-02-27 13:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202602271405.dorCSdW1-lkp@intel.com \
--to=lkp@intel.com \
--cc=git@amd.com \
--cc=monstr@monstr.eu \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rohit.visavalia@xilinx.com \
--cc=vishal.sagar@xilinx.com \
/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.