From: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
To: kernel test robot <lkp@intel.com>, <linux-media@vger.kernel.org>
Cc: <kbuild-all@lists.01.org>, <alain.volmat@foss.st.com>,
<hugues.fruchet@foss.st.com>, <sylvain.petinot@foss.st.com>,
<dave.stevenson@raspberrypi.com>, <sakari.ailus@linux.intel.com>,
<laurent.pinchart@ideasonboard.com>,
<kieran.bingham@ideasonboard.com>
Subject: Re: [PATCH v3 3/5] media: uapi: Add ST VGXY61 header file
Date: Thu, 12 May 2022 14:43:07 +0200 [thread overview]
Message-ID: <6d721576-0453-e246-e3ba-d1614b41bc9d@foss.st.com> (raw)
In-Reply-To: <202205121843.Y5ufdQpc-lkp@intel.com>
Fixed for v4.
Benjamin
On 12/05/2022 12:32, kernel test robot wrote:
> Hi Benjamin,
>
> I love your patch! Yet something to improve:
>
> [auto build test ERROR on media-tree/master]
> [also build test ERROR on linus/master v5.18-rc6 next-20220511]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch]
>
> url: https://github.com/intel-lab-lkp/linux/commits/Benjamin-Mugnier/media-Add-ST-VGXY61-camera-sensor-driver/20220512-154318
> base: git://linuxtv.org/media_tree.git master
> config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220512/202205121843.Y5ufdQpc-lkp@intel.com/config)
> compiler: mips-linux-gcc (GCC) 11.3.0
> 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/47c49a5b0ade9511ba79fbe14a0d2231975757e5
> git remote add linux-review https://github.com/intel-lab-lkp/linux
> git fetch --no-tags linux-review Benjamin-Mugnier/media-Add-ST-VGXY61-camera-sensor-driver/20220512-154318
> git checkout 47c49a5b0ade9511ba79fbe14a0d2231975757e5
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=mips prepare
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
> scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
> scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
> scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
>>> error: include/uapi/linux/st-vgxy61.h: missing "WITH Linux-syscall-note" for SPDX-License-Identifier
> make[2]: *** [scripts/Makefile.headersinst:63: usr/include/linux/st-vgxy61.h] Error 1
> make[2]: Target '__headers' not remade because of errors.
> make[1]: *** [Makefile:1280: headers] Error 2
> arch/mips/kernel/asm-offsets.c:26:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
> 26 | void output_ptreg_defines(void)
> | ^~~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:78:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
> 78 | void output_task_defines(void)
> | ^~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:92:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
> 92 | void output_thread_info_defines(void)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:108:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
> 108 | void output_thread_defines(void)
> | ^~~~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:136:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
> 136 | void output_thread_fpu_defines(void)
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:179:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
> 179 | void output_mm_defines(void)
> | ^~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:218:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
> 218 | void output_sc_defines(void)
> | ^~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:253:6: warning: no previous prototype for 'output_signal_defined' [-Wmissing-prototypes]
> 253 | void output_signal_defined(void)
> | ^~~~~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:320:6: warning: no previous prototype for 'output_pbe_defines' [-Wmissing-prototypes]
> 320 | void output_pbe_defines(void)
> | ^~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:332:6: warning: no previous prototype for 'output_pm_defines' [-Wmissing-prototypes]
> 332 | void output_pm_defines(void)
> | ^~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:346:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
> 346 | void output_kvm_defines(void)
> | ^~~~~~~~~~~~~~~~~~
> arch/mips/kernel/asm-offsets.c:390:6: warning: no previous prototype for 'output_cps_defines' [-Wmissing-prototypes]
> 390 | void output_cps_defines(void)
> | ^~~~~~~~~~~~~~~~~~
> make[1]: Target 'prepare' not remade because of errors.
> make: *** [Makefile:219: __sub-make] Error 2
> make: Target 'prepare' not remade because of errors.
>
next prev parent reply other threads:[~2022-05-12 12:43 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-12 7:40 [PATCH v3 0/5] media: Add ST VGXY61 camera sensor driver Benjamin Mugnier
2022-05-12 7:40 ` [PATCH v3 1/5] media: v4l: Add 1X16 16-bit greyscale media bus code definition Benjamin Mugnier
2022-05-12 7:40 ` [PATCH v3 2/5] media: v4l: ctrls: Add user control base for st-vgxy61 controls Benjamin Mugnier
2022-05-12 7:40 ` [PATCH v3 3/5] media: uapi: Add ST VGXY61 header file Benjamin Mugnier
2022-05-12 10:32 ` kernel test robot
2022-05-12 12:43 ` Benjamin Mugnier [this message]
2022-08-22 10:37 ` Sakari Ailus
2022-08-26 14:17 ` Benjamin MUGNIER
2022-05-12 7:40 ` [PATCH v3 4/5] media: dt-bindings: media: i2c: Add ST VGXY61 camera sensor binding Benjamin Mugnier
2022-05-12 7:40 ` [PATCH v3 5/5] media: i2c: Add driver for ST VGXY61 camera sensor Benjamin Mugnier
2022-08-22 10:04 ` Sakari Ailus
2022-08-26 14:12 ` Benjamin MUGNIER
2022-09-25 11:32 ` Sakari Ailus
2022-09-26 9:28 ` Benjamin MUGNIER
2022-09-26 9:42 ` Sakari Ailus
2022-09-26 11:54 ` Benjamin MUGNIER
2022-09-26 12:52 ` Benjamin MUGNIER
2022-06-01 7:20 ` [PATCH v3 0/5] media: Add ST VGXY61 camera sensor driver Benjamin Mugnier
2022-06-20 7:30 ` Benjamin Mugnier
2022-07-18 7:26 ` Benjamin Mugnier
2022-07-18 9:06 ` Sakari Ailus
2022-08-22 8:18 ` Benjamin MUGNIER
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=6d721576-0453-e246-e3ba-d1614b41bc9d@foss.st.com \
--to=benjamin.mugnier@foss.st.com \
--cc=alain.volmat@foss.st.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=hugues.fruchet@foss.st.com \
--cc=kbuild-all@lists.01.org \
--cc=kieran.bingham@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=lkp@intel.com \
--cc=sakari.ailus@linux.intel.com \
--cc=sylvain.petinot@foss.st.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox