All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC, WIP, v4 04/11] media: vidtv: move config structs into a separate header
Date: Sat, 02 May 2020 17:28:04 +0800	[thread overview]
Message-ID: <202005021707.SSsocHEp%lkp@intel.com> (raw)
In-Reply-To: <20200502032216.197977-5-dwlsalmeida@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2362 bytes --]

Hi "Daniel,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on linuxtv-media/master]
[also build test ERROR on next-20200501]
[cannot apply to v5.7-rc3]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Daniel-W-S-Almeida/media-vidtv-implement-a-virtual-DVB-driver/20200502-115016
base:   git://linuxtv.org/media_tree.git master
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp@intel.com>

Note: the linux-review/Daniel-W-S-Almeida/media-vidtv-implement-a-virtual-DVB-driver/20200502-115016 HEAD c4684802684965da146efe839d330a0a0ea5fc05 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   In file included from drivers/media/test-drivers/vidtv/vidtv_demod.c:21:
>> drivers/media/test-drivers/vidtv/vidtv_demod.h:26:28: error: field 'config' has incomplete type
      26 |  struct vidtv_demod_config config;
         |                            ^~~~~~

vim +/config +26 drivers/media/test-drivers/vidtv/vidtv_demod.h

cd617da9551829 Daniel W. S. Almeida 2020-05-02  23  
cd617da9551829 Daniel W. S. Almeida 2020-05-02  24  struct vidtv_demod_state {
cd617da9551829 Daniel W. S. Almeida 2020-05-02  25  	struct dvb_frontend frontend;
cd617da9551829 Daniel W. S. Almeida 2020-05-02 @26  	struct vidtv_demod_config config;

:::::: The code at line 26 was first introduced by commit
:::::: cd617da9551829cc4a8a1e3d61c5221fd501a288 media: vidtv: implement a demodulator driver

:::::: TO: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
:::::: CC: 0day robot <lkp@intel.com>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 54170 bytes --]

  parent reply	other threads:[~2020-05-02  9:28 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-02  3:22 [Linux-kernel-mentees] [RFC, WIP, v4 00/11] media: vidtv: implement a virtual DVB driver Daniel W. S. Almeida
2020-05-02  3:22 ` Daniel W. S. Almeida
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 01/11] media: vidtv: add Kconfig entry Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  4:58   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  4:58     ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 02/11] media: vidtv: implement a tuner driver Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  5:27   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  5:27     ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 03/11] media: vidtv: implement a demodulator driver Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  5:58   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  5:58     ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 04/11] media: vidtv: move config structs into a separate header Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  6:02   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  6:02     ` Mauro Carvalho Chehab
2020-05-02  9:28   ` kbuild test robot [this message]
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 05/11] media: vidtv: add a bridge driver Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  6:30   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  6:30     ` Mauro Carvalho Chehab
2020-05-02 21:12     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-05-02 21:12       ` Daniel W. S. Almeida
2020-05-02 10:05   ` kbuild test robot
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 06/11] media: vidtv: add wrappers for memcpy and memset Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  6:40   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  6:40     ` Mauro Carvalho Chehab
2020-05-03  7:06     ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  7:06       ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 07/11] media: vidtv: add MPEG TS common code Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  7:09   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-02  7:09     ` Mauro Carvalho Chehab
2020-05-02 22:22     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-05-02 22:22       ` Daniel W. S. Almeida
2020-05-03  9:50       ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  9:50         ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 08/11] media: vidtv: implement a PSI generator Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-03  7:51   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  7:51     ` Mauro Carvalho Chehab
2020-05-06  6:28     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-05-06  6:28       ` Daniel W. S. Almeida
2020-05-06  8:36       ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-06  8:36         ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 09/11] media: vidtv: implement a PES packetizer Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-03  8:16   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  8:16     ` Mauro Carvalho Chehab
2020-05-06  6:55     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-05-06  6:55       ` Daniel W. S. Almeida
2020-05-06  8:59       ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-06  8:59         ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 10/11] media: vidtv: Implement a SMPTE 302M encoder Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-03  8:57   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  8:57     ` Mauro Carvalho Chehab
2020-05-02  3:22 ` [Linux-kernel-mentees] [RFC, WIP, v4 11/11] media: vidtv: Add a MPEG Transport Stream Multiplexer Daniel W. S. Almeida
2020-05-02  3:22   ` Daniel W. S. Almeida
2020-05-02  9:41   ` kbuild test robot
2020-05-03  9:13   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-03  9:13     ` Mauro Carvalho Chehab
2020-05-06  7:05     ` [Linux-kernel-mentees] " Daniel W. S. Almeida
2020-05-06  7:05       ` Daniel W. S. Almeida
2020-05-06  9:01       ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-05-06  9:01         ` Mauro Carvalho Chehab

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=202005021707.SSsocHEp%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.