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] [day] [month] [year] [list]
Date:	Wed, 3 Feb 2016 13:10:57 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Amitkumar Karwar <akarwar@...vell.com>
Cc:	kbuild-all@...org, linux-bluetooth@...r.kernel.org,
	linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
	wnhuang@...omium.org, marcel@...tmann.org,
	Cathy Luo <cluo@...vell.com>,
	Nishant Sarmukadam <nishants@...vell.com>,
	Xinming Hu <huxm@...vell.com>,
	Amitkumar Karwar <akarwar@...vell.com>
Subject: Re: [PATCH 2/2] bluetooth: btmrvl: parse host wakeup configuration
 from device tree

Hi Xinming,

[auto build test ERROR on bluetooth-next/master]
[also build test ERROR on v4.5-rc2 next-20160202]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Amitkumar-Karwar/bluetooth-btmrvl-register-platform-specific-driver/20160203-122014
base:   https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
config: i386-randconfig-r0-201605 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/bluetooth/btmrvl_platform.c:141:22: error: 'btmrvl_plt_pm_ops' undeclared here (not in a function)
      .pm             = &btmrvl_plt_pm_ops,
                         ^

vim +/btmrvl_plt_pm_ops +141 drivers/bluetooth/btmrvl_platform.c

   135	static struct platform_driver btmrvl_platform_driver = {
   136		.probe		= btmrvl_plt_probe,
   137		.remove		= btmrvl_plt_remove,
   138		.driver = {
   139			.name	= "btmrvl_plt",
   140			.of_match_table = btmrvl_dt_match,
 > 141			.pm             = &btmrvl_plt_pm_ops,
   142		}
   143	};
   144	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ