[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202107251300.8VuHwZYj-lkp@intel.com>
Date: Sun, 25 Jul 2021 13:37:42 +0800
From: kernel test robot <lkp@...el.com>
To: Phillip Potter <phil@...lpotter.co.uk>, gregkh@...uxfoundation.org
Cc: clang-built-linux@...glegroups.com, kbuild-all@...ts.01.org,
Larry.Finger@...inger.net, dan.carpenter@...cle.com,
linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev,
fabioaiuto83@...il.com
Subject: Re: [PATCH v3 7/7] staging: r8188eu: attach newly imported driver to
build system
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: x86_64-randconfig-a005-20210725 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 3f2c1e99e44d028d5e9dd685f3c568f2661f2f68)
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
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# 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
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/staging/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
>> drivers/staging/r8188eu/core/rtw_ioctl_set.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_iol.c:21:9: fatal error: 'rtw_iol.h' file not found
#include<rtw_iol.h>
^~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_led.c:21:10: fatal error: 'drv_types.h' file not found
#include <drv_types.h>
^~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_mlme.c:23:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_mlme_ext.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_mp.c:22:10: fatal error: 'drv_types.h' file not found
#include <drv_types.h>
^~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_mp_ioctl.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_pwrctrl.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_p2p.c:22:10: fatal error: 'drv_types.h' file not found
#include <drv_types.h>
^~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_recv.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
--
>> drivers/staging/r8188eu/core/rtw_rf.c:22:10: fatal error: 'osdep_service.h' file not found
#include <osdep_service.h>
^~~~~~~~~~~~~~~~~
1 error generated.
..
vim +22 drivers/staging/r8188eu/core/rtw_ioctl_set.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 <rtw_ioctl_set.h>
25dd472d5a6a24 Phillip Potter 2021-07-24 25 #include <hal_intf.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
Download attachment ".config.gz" of type "application/gzip" (36915 bytes)
Powered by blists - more mailing lists