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:   Fri, 16 Feb 2018 08:47:59 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     kbuild-all@...org, LKML <linux-kernel@...r.kernel.org>,
        Michael Ellerman <mpe@...erman.id.au>,
        Wei Yongjun <weiyongjun1@...wei.com>,
        "Luis R. Rodriguez" <mcgrof@...nel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] lib/test_firmware: add header file to prevent build
 errors

Hi Randy,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v4.16-rc1 next-20180215]
[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/Randy-Dunlap/lib-test_firmware-add-header-file-to-prevent-build-errors/20180216-040558
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> lib/test_firmware.c:24:10: fatal error: linux/vfree.h: No such file or directory
    #include <linux/vfree.h>
             ^~~~~~~~~~~~~~~
   compilation terminated.

vim +24 lib/test_firmware.c

    11	
    12	#include <linux/init.h>
    13	#include <linux/module.h>
    14	#include <linux/printk.h>
    15	#include <linux/completion.h>
    16	#include <linux/firmware.h>
    17	#include <linux/device.h>
    18	#include <linux/fs.h>
    19	#include <linux/miscdevice.h>
    20	#include <linux/slab.h>
    21	#include <linux/uaccess.h>
    22	#include <linux/delay.h>
    23	#include <linux/kthread.h>
  > 24	#include <linux/vfree.h>
    25	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ