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:	Mon, 28 Sep 2015 14:22:49 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Bjorn Andersson <bjorn.andersson@...ymobile.com>
Cc:	kbuild-all@...org, Ohad Ben-Cohen <ohad@...ery.com>,
	linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH 3/4] remoteproc: qcom: Introduce WCNSS peripheral image
 loader

Hi Bjorn,

[auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore]

config: arm64-allmodconfig (attached as .config)
reproduce:
  wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
  chmod +x ~/bin/make.cross
  git checkout a93b4271fcf87e9c5b96e4c6a9589d1029c279c0
  # save the attached .config to linux build tree
  make.cross ARCH=arm64 

All error/warnings (new ones prefixed by >>):

>> drivers/remoteproc/qcom_mdt_loader.c:32:39: fatal error: linux/soc/qcom/smem_state.h: No such file or directory
    #include <linux/soc/qcom/smem_state.h>
                                          ^
   compilation terminated.
--
>> drivers/remoteproc/qcom_wcnss.c:30:39: fatal error: linux/soc/qcom/smem_state.h: No such file or directory
    #include <linux/soc/qcom/smem_state.h>
                                          ^
   compilation terminated.

vim +32 drivers/remoteproc/qcom_mdt_loader.c

    26	#include <linux/elf.h>
    27	#include <linux/clk.h>
    28	#include <linux/slab.h>
    29	#include <linux/regulator/consumer.h>
    30	#include <linux/qcom_scm.h>
    31	#include <linux/soc/qcom/smem.h>
  > 32	#include <linux/soc/qcom/smem_state.h>
    33	
    34	#include "remoteproc_internal.h"
    35	

---
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/octet-stream" (45508 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ