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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 7 Jun 2017 07:35:18 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Andy Lutomirski <luto@...nel.org>
Cc:     kbuild-all@...org, pali.rohar@...il.com,
        platform-driver-x86@...r.kernel.org,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Andy Lutomirski <luto@...nel.org>,
        Andy Lutomirski <luto@...capital.net>,
        Mario Limonciello <mario_limonciello@...l.com>,
        Rafael Wysocki <rjw@...ysocki.net>,
        linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: Re: [PATCH v2] platform/x86: wmi-bmof: New driver to expose embedded
 Binary WMI MOF metadata

Hi Andy,

[auto build test ERROR on platform-drivers-x86/for-next]
[also build test ERROR on v4.12-rc4 next-20170606]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Andy-Lutomirski/platform-x86-wmi-bmof-New-driver-to-expose-embedded-Binary-WMI-MOF-metadata/20170607-062854
base:   git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git for-next
config: x86_64-acpi-redef (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/platform//x86/wmi-bmof.c:28:23: fatal error: linux/wmi.h: No such file or directory
    #include <linux/wmi.h>
                          ^
   compilation terminated.

vim +28 drivers/platform//x86/wmi-bmof.c

    12	 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13	 *  GNU General Public License for more details.
    14	 */
    15	
    16	#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    17	
    18	#include <linux/kernel.h>
    19	#include <linux/module.h>
    20	#include <linux/init.h>
    21	#include <linux/slab.h>
    22	#include <linux/types.h>
    23	#include <linux/input.h>
    24	#include <linux/input/sparse-keymap.h>
    25	#include <linux/acpi.h>
    26	#include <linux/string.h>
    27	#include <linux/dmi.h>
  > 28	#include <linux/wmi.h>
    29	#include <acpi/video.h>
    30	
    31	#define WMI_BMOF_GUID "05901221-D566-11D1-B2F0-00A0C9062910"
    32	MODULE_ALIAS("wmi:" WMI_BMOF_GUID);
    33	
    34	struct bmof_priv {
    35		union acpi_object *bmofdata;
    36		struct bin_attribute bmof_bin_attr;

---
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/gzip" (29898 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ