lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 23 Jul 2017 16:25:28 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Quentin Schulz <quentin.schulz@...e-electrons.com>
Cc:     kbuild-all@...org, ulf.hansson@...aro.org,
        gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
        hdegoede@...hat.com, baolin.wang@...aro.org,
        linus.walleij@...aro.org, linux-mmc@...r.kernel.org,
        adrian.hunter@...el.com, linux-kernel@...r.kernel.org,
        Quentin Schulz <quentin.schulz@...e-electrons.com>,
        wens@...e.org, icenowy@...c.xyz, maxime.ripard@...e-electrons.com,
        shawn.lin@...k-chips.com
Subject: Re: [PATCH 1/2] staging: net: wireless: add ESP8089 WiFi driver

Hi Quentin,

[auto build test ERROR on next-20170719]
[cannot apply to staging/staging-testing linus/master linux/master v4.13-rc1 v4.12 v4.12-rc7 v4.13-rc1]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Quentin-Schulz/add-ESP8089-WiFi-chip-driver/20170723-143744
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/staging/esp8089/sdio_sif_esp.c:30:25: fatal error: esp_version.h: No such file or directory
    #include "esp_version.h"
                            ^
   compilation terminated.
--
>> drivers/staging/esp8089/esp_ctrl.c:28:25: fatal error: esp_version.h: No such file or directory
    #include "esp_version.h"
                            ^
   compilation terminated.

coccinelle warnings: (new ones prefixed by >>)

>> drivers/staging/esp8089/esp_mac80211.c:596:33-34: WARNING comparing pointer to 0
--
>> drivers/staging/esp8089/esp_sip.c:1462:14-20: ERROR: sip is NULL but dereferenced.

Please review and possibly fold the followup patch.

vim +30 drivers/staging/esp8089/sdio_sif_esp.c

    24	
    25	#include "esp_pub.h"
    26	#include "esp_sif.h"
    27	#include "esp_sip.h"
    28	#include "esp_debug.h"
    29	#include "slc_host_register.h"
  > 30	#include "esp_version.h"
    31	#include "esp_ctrl.h"
    32	#include "esp_file.h"
    33	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/gzip" (61127 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ