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:   Sun, 28 May 2017 10:23:43 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Liviu Dudau <Liviu.Dudau@....com>
Cc:     kbuild-all@...org, Daniel Vetter <daniel.vetter@...el.com>,
        Liviu Dudau <liviu.dudau@....com>,
        LKML <linux-kernel@...r.kernel.org>,
        DRI devel <dri-devel@...ts.freedesktop.org>,
        Mihail Atanassov <mihail.atanassov@....com>
Subject: Re: [PATCH v5 3/3] drm: mali-dp: Add writeback connector

Hi Brian,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.12-rc2 next-20170526]
[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/Liviu-Dudau/drm-mali-dp-Add-support-for-writeback-on-DP550-DP650/20170516-013246
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   In file included from drivers/gpu/drm/arm/malidp_drv.c:31:0:
>> drivers/gpu/drm/arm/malidp_drv.h:16:31: fatal error: drm/drm_writeback.h: No such file or directory
    #include <drm/drm_writeback.h>
                                  ^
   compilation terminated.
--
>> drivers/gpu/drm/arm/malidp_mw.c:19:31: fatal error: drm/drm_writeback.h: No such file or directory
    #include <drm/drm_writeback.h>
                                  ^
   compilation terminated.

vim +16 drivers/gpu/drm/arm/malidp_drv.h

    10	 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures
    11	 */
    12	
    13	#ifndef __MALIDP_DRV_H__
    14	#define __MALIDP_DRV_H__
    15	
  > 16	#include <drm/drm_writeback.h>
    17	#include <drm/drm_encoder.h>
    18	#include <linux/mutex.h>
    19	#include <linux/wait.h>

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

Powered by blists - more mailing lists