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>] [day] [month] [year] [list]
Date:	Thu, 26 Feb 2015 09:34:43 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next <linux-next@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	perex <perex@...ex.cz>, tiwai <tiwai@...e.de>,
	alsa-devel@...a-project.org
Subject: randconfig build error with next-20150226, in sound/soc/intel/sst/sst_drv_interface.c

Building with the attached random configuration file,

In file included from include/linux/pci.h:30:0,
                 from sound/soc/intel/sst/sst_drv_interface.c:22:
sound/soc/intel/sst/sst_drv_interface.c: In function 'sst_power_control':
sound/soc/intel/sst/sst_drv_interface.c:146:28: error: 'struct dev_pm_info' has
no member named 'usage_count'
     atomic_read(&dev->power.usage_count));
                            ^
include/linux/device.h:1121:41: note: in definition of macro 'dev_dbg'
   dev_printk(KERN_DEBUG, dev, format, ##arg); \
                                         ^
sound/soc/intel/sst/sst_drv_interface.c:152:28: error: 'struct dev_pm_info' has
no member named 'usage_count'
    (atomic_read(&dev->power.usage_count) == 1)) {
                            ^
In file included from include/linux/pci.h:30:0,
                 from sound/soc/intel/sst/sst_drv_interface.c:22:
sound/soc/intel/sst/sst_drv_interface.c:162:28: error: 'struct dev_pm_info' has
no member named 'usage_count'
     atomic_read(&dev->power.usage_count));
                            ^
include/linux/device.h:1121:41: note: in definition of macro 'dev_dbg'
   dev_printk(KERN_DEBUG, dev, format, ##arg); \
                                         ^
scripts/Makefile.build:258: recipe for target
'sound/soc/intel/sst/sst_drv_interface.o' failed
make[4]: *** [sound/soc/intel/sst/sst_drv_interface.o] Error 1

View attachment "randconfig-1424948012.txt" of type "text/plain" (70624 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ