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:	Thu, 22 Oct 2015 00:20:35 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Michael Grzeschik <m.grzeschik@...gutronix.de>
Cc:	kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
	kernel@...gutronix.de
Subject: Re: [PATCH net-next 5/6] arcnet: com20020-pci: add led trigger
 support

Hi Michael,

[auto build test ERROR on net-next/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url:    https://github.com/0day-ci/linux/commits/Michael-Grzeschik/arcnet-move-dev_free_skb-to-its-only-user/20151021-235034
config: i386-randconfig-x008-10211814 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/arcnet/arcnet.c: In function 'arcnet_led_event':
>> drivers/net/arcnet/arcnet.c:203:3: error: implicit declaration of function 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration]
      led_trigger_blink_oneshot(lp->recon_led_trig,
      ^
   cc1: some warnings being treated as errors

vim +/led_trigger_blink_oneshot +203 drivers/net/arcnet/arcnet.c

   197		struct arcnet_local *lp = netdev_priv(dev);
   198		unsigned long led_delay = 350;
   199		unsigned long tx_delay = 50;
   200	
   201		switch (event) {
   202		case ARCNET_LED_EVENT_RECON:
 > 203			led_trigger_blink_oneshot(lp->recon_led_trig,
   204						  &led_delay, &led_delay, 0);
   205			break;
   206		case ARCNET_LED_EVENT_OPEN:

---
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" (25149 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ