All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Phillip Potter <phil@philpotter.co.uk>, gregkh@linuxfoundation.org
Cc: kbuild-all@lists.01.org, Larry.Finger@lwfinger.net,
	dan.carpenter@oracle.com, linux-kernel@vger.kernel.org,
	linux-staging@lists.linux.dev, fabioaiuto83@gmail.com
Subject: Re: [PATCH v3 7/7] staging: r8188eu: attach newly imported driver to build system
Date: Sat, 24 Jul 2021 13:31:26 +0800	[thread overview]
Message-ID: <202107241332.naczfj5D-lkp@intel.com> (raw)
In-Reply-To: <20210724001055.1613840-8-phil@philpotter.co.uk>

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

Hi Phillip,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:    https://github.com/0day-ci/linux/commits/Phillip-Potter/staging-rtl8188eu-replace-driver-with-better-version/20210724-081451
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git f133717efc6f28052667daf682e99ffd4b3d7588
config: i386-randconfig-r026-20210723 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/f6660780a56e74a9bc575b0ec28b2d64910939a3
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Phillip-Potter/staging-rtl8188eu-replace-driver-with-better-version/20210724-081451
        git checkout f6660780a56e74a9bc575b0ec28b2d64910939a3
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/staging/

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 >>):

   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ap.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_br_ext.c:29:10: fatal error: drv_types.h: No such file or directory
      29 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_cmd.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_debug.c:22:10: fatal error: rtw_debug.h: No such file or directory
      22 | #include <rtw_debug.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_efuse.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ieee80211.c:22:10: fatal error: drv_types.h: No such file or directory
      22 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_io.c:42:10: fatal error: osdep_service.h: No such file or directory
      42 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ioctl_set.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_iol.c:21:9: fatal error: rtw_iol.h: No such file or directory
      21 | #include<rtw_iol.h>
         |         ^~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_led.c:21:10: fatal error: drv_types.h: No such file or directory
      21 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_mlme.c:23:10: fatal error: osdep_service.h: No such file or directory
      23 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
..


vim +22 drivers/staging/r8188eu/core/rtw_ap.c

25dd472d5a6a24 Phillip Potter 2021-07-24  21  
25dd472d5a6a24 Phillip Potter 2021-07-24 @22  #include <osdep_service.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  23  #include <drv_types.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  24  #include <wifi.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  25  #include <ieee80211.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  26  

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

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3 7/7] staging: r8188eu: attach newly imported driver to build system
Date: Sat, 24 Jul 2021 13:31:26 +0800	[thread overview]
Message-ID: <202107241332.naczfj5D-lkp@intel.com> (raw)
In-Reply-To: <20210724001055.1613840-8-phil@philpotter.co.uk>

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

Hi Phillip,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:    https://github.com/0day-ci/linux/commits/Phillip-Potter/staging-rtl8188eu-replace-driver-with-better-version/20210724-081451
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git f133717efc6f28052667daf682e99ffd4b3d7588
config: i386-randconfig-r026-20210723 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/f6660780a56e74a9bc575b0ec28b2d64910939a3
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Phillip-Potter/staging-rtl8188eu-replace-driver-with-better-version/20210724-081451
        git checkout f6660780a56e74a9bc575b0ec28b2d64910939a3
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/staging/

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 >>):

   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ap.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_br_ext.c:29:10: fatal error: drv_types.h: No such file or directory
      29 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_cmd.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_debug.c:22:10: fatal error: rtw_debug.h: No such file or directory
      22 | #include <rtw_debug.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_efuse.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ieee80211.c:22:10: fatal error: drv_types.h: No such file or directory
      22 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_io.c:42:10: fatal error: osdep_service.h: No such file or directory
      42 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_ioctl_set.c:22:10: fatal error: osdep_service.h: No such file or directory
      22 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_iol.c:21:9: fatal error: rtw_iol.h: No such file or directory
      21 | #include<rtw_iol.h>
         |         ^~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_led.c:21:10: fatal error: drv_types.h: No such file or directory
      21 | #include <drv_types.h>
         |          ^~~~~~~~~~~~~
   compilation terminated.
--
   cc1: warning: drivers/staging/r8188eu/include: No such file or directory [-Wmissing-include-dirs]
>> drivers/staging/r8188eu/core/rtw_mlme.c:23:10: fatal error: osdep_service.h: No such file or directory
      23 | #include <osdep_service.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.
..


vim +22 drivers/staging/r8188eu/core/rtw_ap.c

25dd472d5a6a24 Phillip Potter 2021-07-24  21  
25dd472d5a6a24 Phillip Potter 2021-07-24 @22  #include <osdep_service.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  23  #include <drv_types.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  24  #include <wifi.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  25  #include <ieee80211.h>
25dd472d5a6a24 Phillip Potter 2021-07-24  26  

---
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: 37852 bytes --]

  reply	other threads:[~2021-07-24  5:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-24  0:10 [PATCH v3 0/7] staging: rtl8188eu: replace driver with better version Phillip Potter
2021-07-24  0:10 ` [PATCH v3 1/7] staging: rtl8188eu: remove existing staging driver Phillip Potter
2021-07-24  0:10 ` [PATCH v3 2/7] staging: r8188eu: introduce new core dir for RTL8188eu driver Phillip Potter
2021-07-24  0:10 ` [PATCH v3 3/7] staging: r8188eu: introduce new hal " Phillip Potter
2021-07-24  0:10 ` [PATCH v3 4/7] staging: r8188eu: introduce new os_dep " Phillip Potter
2021-07-24 19:33   ` kernel test robot
2021-07-24 19:33     ` kernel test robot
2021-07-24 19:33   ` [RFC PATCH] staging: r8188eu: fix duplicated inclusion kernel test robot
2021-07-24 19:33     ` kernel test robot
2021-07-24  0:10 ` [PATCH v3 5/7] staging: r8188eu: introduce new include dir for RTL8188eu driver Phillip Potter
2021-07-24  0:10 ` [PATCH v3 6/7] staging: r8188eu: introduce new supporting files " Phillip Potter
2021-07-24  0:10 ` [PATCH v3 7/7] staging: r8188eu: attach newly imported driver to build system Phillip Potter
2021-07-24  5:31   ` kernel test robot [this message]
2021-07-24  5:31     ` kernel test robot
2021-07-25  5:37   ` kernel test robot
2021-07-25  5:37     ` kernel test robot
2021-07-27 13:06 ` [PATCH v3 0/7] staging: rtl8188eu: replace driver with better version Greg KH
2021-07-27 13:25   ` Phillip Potter
2021-07-27 13:47     ` Greg KH
2021-07-27 14:13       ` Larry Finger
2021-07-27 14:28         ` Greg KH
2021-07-27 14:34           ` Phillip Potter
2021-07-27 15:46             ` Greg KH

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=202107241332.naczfj5D-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=dan.carpenter@oracle.com \
    --cc=fabioaiuto83@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=phil@philpotter.co.uk \
    /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.