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:	Wed, 22 Jun 2016 19:06:35 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Binoy Jayan <binoy.jayan@...aro.org>
Cc:	kbuild-all@...org, Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	devel@...verdev.osuosl.org, Binoy Jayan <binoy.jayan@...aro.org>,
	Chris Park <chris.park@...el.com>,
	Arnd Bergmann <arnd@...db.de>,
	Austin Shin <austin.shin@...el.com>,
	linux-wireless@...r.kernel.org, Johnny Kim <johnny.kim@...el.com>,
	linux-kernel@...r.kernel.org, Tony Cho <tony.cho@...el.com>,
	Leo Kim <leo.kim@...el.com>
Subject: Re: [PATCH v3 3/3] staging: wilc1000: Change interface wilc_mq_send
 to wilc_enqueue_cmd

Hi,

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v4.7-rc4 next-20160622]
[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/Binoy-Jayan/staging-wilc1000-Replace-semaphores/20160622-180605
config: x86_64-randconfig-s4-06221810 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All error/warnings (new ones prefixed by >>):

>> drivers/staging/wilc1000/host_interface.c:237:29: error: storage size of 'hif_msg_q' isn't known
    static struct message_queue hif_msg_q;
                                ^~~~~~~~~
>> drivers/staging/wilc1000/host_interface.c:237:29: warning: 'hif_msg_q' defined but not used [-Wunused-variable]

vim +237 drivers/staging/wilc1000/host_interface.c

e0a12217 Leo Kim         2015-10-12  231  };
c5c77ba1 Johnny Kim      2015-05-11  232  
d27afda3 Hugo Camboulive 2016-01-04  233  static struct host_if_drv *terminated_handle;
0e1af73d Arnd Bergmann   2015-11-16  234  bool wilc_optaining_ip;
1608c403 Arnd Bergmann   2015-11-16  235  static u8 P2P_LISTEN_STATE;
ba916a45 Binoy Jayan     2016-06-22  236  static struct workqueue_struct *hif_workqueue;
5ba89554 Chaehyun Lim    2016-01-21 @237  static struct message_queue hif_msg_q;
04dd9a42 Chaehyun Lim    2016-03-23  238  static struct completion hif_thread_comp;
2bb02584 Chaehyun Lim    2016-03-23  239  static struct completion hif_driver_comp;
613eaa39 Chaehyun Lim    2016-03-14  240  static struct completion hif_wait_response;

:::::: The code at line 237 was first introduced by commit
:::::: 5ba89554047425734caf59f4b744fc7c79c7b055 staging: wilc1000: rename struct WILC_MsgQueueHandle

:::::: TO: Chaehyun Lim <chaehyun.lim@...il.com>
:::::: CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

---
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/octet-stream" (28525 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ