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:	Tue, 29 Sep 2015 21:39:45 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Tomeu Vizoso <tomeu.vizoso@...labora.com>
Cc:	kbuild-all@...org, linux-pm@...r.kernel.org,
	Alan Stern <stern@...land.harvard.edu>,
	"Rafael J. Wysocki" <rjw@...ysocki.net>,
	martyn.welch@...labora.co.uk,
	Tomeu Vizoso <tomeu.vizoso@...labora.com>,
	linux-kernel@...r.kernel.org, Len Brown <len.brown@...el.com>,
	Kevin Hilman <khilman@...nel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Pavel Machek <pavel@....cz>,
	Ulf Hansson <ulf.hansson@...aro.org>
Subject: Re: [PATCH v5 1/2] PM / sleep: Go direct_complete if driver has no
 callbacks

Hi Tomeu,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]

config: mn10300-asb2364_defconfig (attached as .config)
reproduce:
  wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
  chmod +x ~/bin/make.cross
  git checkout 5bf5ff8fb7c319addf70c42d9e58ff3981ecac56
  # save the attached .config to linux build tree
  make.cross ARCH=mn10300 

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

   drivers/built-in.o: In function `fb_register_client':
>> drivers/video/fbdev/core/fb_notify.c:36: undefined reference to `device_check_pm_callbacks'
>> drivers/video/fbdev/core/fb_notify.c:36: undefined reference to `device_check_pm_callbacks'

vim +36 drivers/video/fbdev/core/fb_notify.c

256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  30   *	fb_unregister_client - unregister a client notifier
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  31   *	@nb: notifier block to callback on events
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  32   */
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  33  int fb_unregister_client(struct notifier_block *nb)
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  34  {
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  35  	return blocking_notifier_chain_unregister(&fb_notifier_list, nb);
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30 @36  }
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  37  EXPORT_SYMBOL(fb_unregister_client);
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  38  
256154fb drivers/video/fb_notify.c Antonino A. Daplas 2006-07-30  39  /**

:::::: The code at line 36 was first introduced by commit
:::::: 256154fbc31c25a8df4d398232acfa9d4892224c [PATCH] fbdev: statically link the framebuffer notification functions

:::::: TO: Antonino A. Daplas <adaplas@...il.com>
:::::: CC: Linus Torvalds <torvalds@...osdl.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" (8462 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ