[staging:staging-testing] BUILD SUCCESS WITH WARNING ae7471cae00a432d1c9692452b1b9175a8f3c1b3
m configs tested: 155 configs skipped: 3 gcc tested configs: arm defconfig arm64allyesconfig arm64 defconfig arm allyesconfig arm allmodconfig i386 randconfig-c001-20210810 armzeus_defconfig arm rpc_defconfig powerpc sbc8548_defconfig mips rb532_defconfig powerpc mpc836x_mds_defconfig powerpc pq2fads_defconfig arc haps_hs_defconfig arcvdk_hs38_smp_defconfig arm vf610m4_defconfig m68k multi_defconfig i386 alldefconfig arcvdk_hs38_defconfig arm imx_v6_v7_defconfig arm lpd270_defconfig powerpc iss476-smp_defconfig powerpc mpc885_ads_defconfig arm sama5_defconfig powerpcklondike_defconfig arm spitz_defconfig arm collie_defconfig mips sb1250_swarm_defconfig s390 zfcpdump_defconfig arm at91_dt_defconfig mips maltasmvp_eva_defconfig arm mxs_defconfig arm s3c2410_defconfig arm integrator_defconfig powerpc ep88xc_defconfig powerpc ebony_defconfig powerpc wii_defconfig powerpc currituck_defconfig powerpccell_defconfig mips ip28_defconfig powerpc tqm8541_defconfig powerpc bamboo_defconfig arm pxa910_defconfig powerpc g5_defconfig arm footbridge_defconfig cskydefconfig xtensa iss_defconfig arm s3c6400_defconfig sh sh03_defconfig riscvnommu_virt_defconfig i386defconfig powerpc powernv_defconfig mips bigsur_defconfig powerpc pseries_defconfig mips ath79_defconfig mips ci20_defconfig ia64 allmodconfig ia64defconfig ia64 allyesconfig x86_64allnoconfig m68k allmodconfig m68kdefconfig m68k allyesconfig nios2 defconfig arc allyesconfig nds32 allnoconfig nds32 defconfig nios2allyesconfig alpha defconfig alphaallyesconfig xtensa allyesconfig h8300allyesconfig arc defconfig sh allmodconfig parisc defconfig s390 allyesconfig s390 allmodconfig parisc allyesconfig s390defconfig i386 allyesconfig sparcallyesconfig sparc defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20210810 x86_64 randconfig-a006-20210810 x86_64 randconfig-a003-20210810 x86_64 randconfig-a005-20210810 x86_64 randconfig-a002-20210810 x86_64 randconfig-a001-20210810 i386 randconfig-a004-20210809 i386 randconfig-a005-20210809 i386 randconfig-a006-20210809 i386 randconfig-a002-20210809 i386 randconfig-a001-20210809 i386 randconfig-a003-20210809 i386 randconfig-a004-20210810 i386 randconfig-a002-20210810 i386 randconfig-a001-20210810 i386 randconfig-a003-20210810 i386 randconfig-a006-20210810 i386 randconfig-a005-20210810 i386 randconfig-a004-20210808 i386 randconfig-a005-20210808 i386 randconfig-a006-20210808 i386
Re: BUSINESS PROPOSAL
Good day, I hope you are doing great today, I sent you mail earlier but not sure if you received it. Please confirm receipt of this message as I have a business information that will be of mutual benefit to us. regards, Mr. Leung Yan ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing 227/311] drivers/staging/r8188eu/core/rtw_mlme.c:132:3: error: implicit declaration of function 'vfree'; did you mean 'kvfree'?
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: ae7471cae00a432d1c9692452b1b9175a8f3c1b3 commit: 71f09c5ae9d2c2c1344987b104dc167ab1922b72 [227/311] staging: r8188eu: Remove wrapper around vfree config: mips-allmodconfig (attached as .config) compiler: mips-linux-gcc (GCC) 10.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://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/?id=71f09c5ae9d2c2c1344987b104dc167ab1922b72 git remote add staging https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git git fetch --no-tags staging staging-testing git checkout 71f09c5ae9d2c2c1344987b104dc167ab1922b72 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/staging/r8188eu/core/rtw_mlme.c: In function '_rtw_free_mlme_priv': >> drivers/staging/r8188eu/core/rtw_mlme.c:132:3: error: implicit declaration >> of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 132 | vfree(pmlmepriv->free_bss_buf); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/core/rtw_mp.c: In function '_rtw_mp_xmit_priv': >> drivers/staging/r8188eu/core/rtw_mp.c:925:2: error: implicit declaration of >> function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 925 | vfree(pxmitpriv->pallocated_xmit_extbuf); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/core/rtw_recv.c: In function '_rtw_free_recv_priv': >> drivers/staging/r8188eu/core/rtw_recv.c:118:2: error: implicit declaration >> of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 118 | vfree(precvpriv->pallocated_frame_buf); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/core/rtw_sta_mgt.c: In function '_rtw_free_sta_priv': >> drivers/staging/r8188eu/core/rtw_sta_mgt.c:214:4: error: implicit >> declaration of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 214 |vfree(pstapriv->pallocated_stainfo_buf); |^ |kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/core/rtw_xmit.c: In function '_rtw_free_xmit_priv': >> drivers/staging/r8188eu/core/rtw_xmit.c:255:2: error: implicit declaration >> of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 255 | vfree(pxmitpriv->pallocated_frame_buf); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/hal/odm_interface.c: In function 'ODM_FreeMemory': >> drivers/staging/r8188eu/hal/odm_interface.c:88:2: error: implicit >> declaration of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 88 | vfree(pPtr); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/os_dep/ioctl_linux.c: In function 'rtw_wx_set_priv': >> drivers/staging/r8188eu/os_dep/ioctl_linux.c:5578:3: error: implicit >> declaration of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 5578 | vfree(ext); | ^ | kvfree cc1: some warnings being treated as errors -- drivers/staging/r8188eu/os_dep/usb_intf.c: In function 'rtw_usb_if1_init': >> drivers/staging/r8188eu/os_dep/usb_intf.c:705:4: error: implicit declaration >> of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 705 |vfree(padapter); |^ |kvfree cc1: some warnings being treated as errors vim +132 drivers/staging/r8188eu/core/rtw_mlme.c 126 127 rtw_free_mlme_priv_ie_data(pmlmepriv); 128 129 if (pmlmepriv) { 130 rtw_mfree_mlme_priv_lock (pmlmepriv); 131 > 132 vfree(pmlmepriv->free_bss_buf); 133 } 134 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
[staging:staging-testing 227/311] drivers/staging/r8188eu/hal/rtl8188e_hal_init.c:366:3: error: implicit declaration of function 'vfree'; did you mean 'kvfree'?
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-testing head: ae7471cae00a432d1c9692452b1b9175a8f3c1b3 commit: 71f09c5ae9d2c2c1344987b104dc167ab1922b72 [227/311] staging: r8188eu: Remove wrapper around vfree config: mips-allyesconfig (attached as .config) compiler: mips-linux-gcc (GCC) 10.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://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/commit/?id=71f09c5ae9d2c2c1344987b104dc167ab1922b72 git remote add staging https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git git fetch --no-tags staging staging-testing git checkout 71f09c5ae9d2c2c1344987b104dc167ab1922b72 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/staging/r8188eu/hal/rtl8188e_hal_init.c: In function 'rtw_IOL_cmd_tx_pkt_buf_dump': >> drivers/staging/r8188eu/hal/rtl8188e_hal_init.c:366:3: error: implicit >> declaration of function 'vfree'; did you mean 'kvfree'? >> [-Werror=implicit-function-declaration] 366 | vfree(pbuf); | ^ | kvfree cc1: some warnings being treated as errors vim +366 drivers/staging/r8188eu/hal/rtl8188e_hal_init.c 338 339 void rtw_IOL_cmd_tx_pkt_buf_dump(struct adapter *Adapter, int data_len) 340 { 341 u32 fifo_data, reg_140; 342 u32 addr, rstatus, loop = 0; 343 u16 data_cnts = (data_len/8)+1; 344 u8 *pbuf = rtw_zvmalloc(data_len+10); 345 DBG_88E("## %s ##\n", __func__); 346 347 rtw_write8(Adapter, REG_PKT_BUFF_ACCESS_CTRL, TXPKT_BUF_SELECT); 348 if (pbuf) { 349 for (addr = 0; addr < data_cnts; addr++) { 350 rtw_write32(Adapter, 0x140, addr); 351 rtw_usleep_os(2); 352 loop = 0; 353 do { 354 rstatus = (reg_140 = rtw_read32(Adapter, REG_PKTBUF_DBG_CTRL)&BIT24); 355 if (rstatus) { 356 fifo_data = rtw_read32(Adapter, REG_PKTBUF_DBG_DATA_L); 357 memcpy(pbuf+(addr*8), &fifo_data, 4); 358 359 fifo_data = rtw_read32(Adapter, REG_PKTBUF_DBG_DATA_H); 360 memcpy(pbuf+(addr*8+4), &fifo_data, 4); 361 } 362 rtw_usleep_os(2); 363 } while (!rstatus && (loop++ < 10)); 364 } 365 rtw_IOL_cmd_buf_dump(Adapter, data_len, pbuf); > 366 vfree(pbuf); 367 } 368 DBG_88E("## %s ##\n", __func__); 369 } 370 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org .config.gz Description: application/gzip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel