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-next>] [day] [month] [year] [list]
Date:	Thu, 7 Nov 2013 11:30:03 -0700
From:	Jim Davis <jim.epost@...il.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	daniel.vetter@...ll.ch, David Airlie <airlied@...ux.ie>,
	intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org
Subject: randconfig build error with next-20131107, in drivers/gpu/drm/i915

Building with the attached random configuration file,

In file included from include/linux/kobject.h:29:0,
                 from include/linux/device.h:17,
                 from include/linux/acpi.h:30,
                 from drivers/gpu/drm/i915/intel_opregion.c:30:
drivers/gpu/drm/i915/intel_opregion.c: In function ‘intel_opregion_setup’:
drivers/gpu/drm/i915/intel_opregion.c:879:34: error: ‘asle_work’
undeclared (first use in this function)
  INIT_WORK(&opregion->asle_work, asle_work);
                                  ^
include/linux/workqueue.h:185:20: note: in definition of macro ‘PREPARE_WORK’
   (_work)->func = (_func);    \
                    ^
include/linux/workqueue.h:234:3: note: in expansion of macro ‘__INIT_WORK’
   __INIT_WORK((_work), (_func), 0);   \
   ^
drivers/gpu/drm/i915/intel_opregion.c:879:2: note: in expansion of
macro ‘INIT_WORK’
  INIT_WORK(&opregion->asle_work, asle_work);
  ^
drivers/gpu/drm/i915/intel_opregion.c:879:34: note: each undeclared
identifier is reported only once for each function it appears in
  INIT_WORK(&opregion->asle_work, asle_work);
                                  ^
include/linux/workqueue.h:185:20: note: in definition of macro ‘PREPARE_WORK’
   (_work)->func = (_func);    \
                    ^
include/linux/workqueue.h:234:3: note: in expansion of macro ‘__INIT_WORK’
   __INIT_WORK((_work), (_func), 0);   \
   ^
drivers/gpu/drm/i915/intel_opregion.c:879:2: note: in expansion of
macro ‘INIT_WORK’
  INIT_WORK(&opregion->asle_work, asle_work);
  ^
make[4]: *** [drivers/gpu/drm/i915/intel_opregion.o] Error 1

View attachment "randconfig-1383820582.txt" of type "text/plain" (80197 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ