From: kernel test robot <lkp@intel.com>
To: Michael Riesch via B4 Relay
<devnull+michael.riesch.wolfvision.net@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC 1/4] media: v4l2-ctrls: add lens group status controls for zoom and focus
Date: Sun, 9 Apr 2023 18:27:38 +0800 [thread overview]
Message-ID: <202304091844.U8qwkT3d-lkp@intel.com> (raw)
In-Reply-To: <20230406-feature-controls-lens-v1-1-543189a680de@wolfvision.net>
Hi Michael,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:
[auto build test WARNING on fe15c26ee26efa11741a7b632e9f23b01aca4cc6]
url: https://github.com/intel-lab-lkp/linux/commits/Michael-Riesch-via-B4-Relay/media-v4l2-ctrls-add-lens-group-status-controls-for-zoom-and-focus/20230406-223922
base: fe15c26ee26efa11741a7b632e9f23b01aca4cc6
patch link: https://lore.kernel.org/r/20230406-feature-controls-lens-v1-1-543189a680de%40wolfvision.net
patch subject: [PATCH RFC 1/4] media: v4l2-ctrls: add lens group status controls for zoom and focus
config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20230409/202304091844.U8qwkT3d-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/c1630c0aaed9c37193a2b0f4ada0f4e5da4c641e
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Michael-Riesch-via-B4-Relay/media-v4l2-ctrls-add-lens-group-status-controls-for-zoom-and-focus/20230406-223922
git checkout c1630c0aaed9c37193a2b0f4ada0f4e5da4c641e
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/staging/media/atomisp/ kernel/module/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304091844.U8qwkT3d-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/staging/media/atomisp/pci/atomisp_cmd.c:37:
In file included from drivers/staging/media/atomisp//pci/atomisp_cmd.h:24:
>> drivers/staging/media/atomisp//include/hmm/../../include/linux/atomisp.h:1072:9: warning: 'V4L2_CID_FOCUS_STATUS' macro redefined [-Wmacro-redefined]
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
^
include/uapi/linux/v4l2-controls.h:1006:9: note: previous definition is here
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE + 37)
^
1 warning generated.
--
In file included from drivers/staging/media/atomisp/pci/atomisp_compat_css20.c:28:
In file included from drivers/staging/media/atomisp//pci/atomisp_compat.h:22:
In file included from drivers/staging/media/atomisp//pci/atomisp_compat_css20.h:24:
In file included from drivers/staging/media/atomisp//pci/ia_css.h:30:
In file included from drivers/staging/media/atomisp//pci/ia_css_dvs.h:26:
In file included from drivers/staging/media/atomisp//pci/ia_css_stream_public.h:26:
In file included from drivers/staging/media/atomisp//pci/ia_css_metadata.h:25:
In file included from drivers/staging/media/atomisp//pci/ia_css_stream_format.h:24:
In file included from drivers/staging/media/atomisp//pci/hive_isp_css_common/host/../../../include/linux/atomisp_platform.h:26:
>> drivers/staging/media/atomisp//pci/hive_isp_css_common/host/../../../include/linux/atomisp.h:1072:9: warning: 'V4L2_CID_FOCUS_STATUS' macro redefined [-Wmacro-redefined]
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
^
include/uapi/linux/v4l2-controls.h:1006:9: note: previous definition is here
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE + 37)
^
1 warning generated.
--
In file included from drivers/staging/media/atomisp/pci/sh_css_version.c:17:
In file included from drivers/staging/media/atomisp//include/hmm/../../include/linux/atomisp_platform.h:25:
In file included from include/media/v4l2-subdev.h:12:
In file included from include/uapi/linux/v4l2-subdev.h:18:
In file included from include/uapi/linux/v4l2-mediabus.h:13:
In file included from include/linux/videodev2.h:61:
In file included from include/uapi/linux/videodev2.h:67:
>> include/uapi/linux/v4l2-controls.h:1006:9: warning: 'V4L2_CID_FOCUS_STATUS' macro redefined [-Wmacro-redefined]
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE + 37)
^
drivers/staging/media/atomisp//include/hmm/../../include/linux/atomisp.h:1072:9: note: previous definition is here
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
^
1 warning generated.
--
In file included from drivers/staging/media/atomisp/i2c/atomisp-mt9m114.c:33:
In file included from drivers/staging/media/atomisp/i2c/../include/linux/atomisp_gmin_platform.h:19:
In file included from drivers/staging/media/atomisp/i2c/../include/linux/atomisp_platform.h:26:
>> drivers/staging/media/atomisp/i2c/../include/linux/atomisp.h:1072:9: warning: 'V4L2_CID_FOCUS_STATUS' macro redefined [-Wmacro-redefined]
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
^
include/uapi/linux/v4l2-controls.h:1006:9: note: previous definition is here
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE + 37)
^
1 warning generated.
--
In file included from drivers/staging/media/atomisp/i2c/ov5693/atomisp-ov5693.c:35:
In file included from drivers/staging/media/atomisp/i2c/ov5693/../../include/linux/atomisp_gmin_platform.h:19:
In file included from drivers/staging/media/atomisp/i2c/ov5693/../../include/linux/atomisp_platform.h:26:
>> drivers/staging/media/atomisp/i2c/ov5693/../../include/linux/atomisp.h:1072:9: warning: 'V4L2_CID_FOCUS_STATUS' macro redefined [-Wmacro-redefined]
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
^
include/uapi/linux/v4l2-controls.h:1006:9: note: previous definition is here
#define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE + 37)
^
1 warning generated.
vim +/V4L2_CID_FOCUS_STATUS +1072 drivers/staging/media/atomisp//include/hmm/../../include/linux/atomisp.h
ad85094b293e40 Mauro Carvalho Chehab 2020-04-19 1070
ad85094b293e40 Mauro Carvalho Chehab 2020-04-19 1071 /* Query Focus Status */
ad85094b293e40 Mauro Carvalho Chehab 2020-04-19 @1072 #define V4L2_CID_FOCUS_STATUS (V4L2_CID_CAMERA_LASTP1 + 14)
ad85094b293e40 Mauro Carvalho Chehab 2020-04-19 1073
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-04-09 10:28 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-06 14:31 [PATCH RFC 0/4] media: v4l2-ctrls: add controls for complex lens controller devices Michael Riesch
2023-04-06 14:31 ` Michael Riesch via B4 Relay
2023-04-06 14:31 ` [PATCH RFC 1/4] media: v4l2-ctrls: add lens group status controls for zoom and focus Michael Riesch
2023-04-06 14:31 ` Michael Riesch via B4 Relay
2023-04-06 15:16 ` [libcamera-devel] " Dave Stevenson
2023-04-11 17:33 ` Michael Riesch
2023-04-11 18:15 ` Dave Stevenson
2023-04-12 8:00 ` Michael Riesch
2023-04-12 11:50 ` Sakari Ailus
2023-04-12 11:57 ` Michael Riesch
2023-04-12 12:05 ` Sakari Ailus
2023-04-12 13:43 ` Michael Riesch
2023-04-12 14:39 ` Sakari Ailus
2023-04-12 14:57 ` Dave Stevenson
2023-04-12 13:55 ` Dave Stevenson
2023-04-12 15:12 ` Sakari Ailus
2023-04-17 12:38 ` Michael Riesch
2023-04-19 9:01 ` Sakari Ailus
2023-04-19 11:24 ` Michael Riesch
2023-04-19 12:49 ` Dave Stevenson
2023-04-24 19:57 ` Sakari Ailus
2023-04-17 8:29 ` Michael Riesch
2023-04-07 3:36 ` kernel test robot
2023-04-09 10:27 ` kernel test robot [this message]
2023-04-06 14:31 ` [PATCH RFC 2/4] media: v4l2-ctrls: add lens group speed " Michael Riesch
2023-04-06 14:31 ` Michael Riesch via B4 Relay
2023-04-06 14:31 ` [PATCH RFC 3/4] media: v4l2-ctrls: add lens calibration controls Michael Riesch
2023-04-06 14:31 ` Michael Riesch via B4 Relay
2023-04-06 14:31 ` [PATCH RFC 4/4] media: v4l2-ctrls: add controls for individual zoom lenses Michael Riesch
2023-04-06 14:31 ` Michael Riesch via B4 Relay
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=202304091844.U8qwkT3d-lkp@intel.com \
--to=lkp@intel.com \
--cc=devnull+michael.riesch.wolfvision.net@kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/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.