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:   Fri, 20 Apr 2018 09:44:18 +0800
From:   kbuild test robot <lkp@...el.com>
To:     srinivas.kandagatla@...aro.org
Cc:     kbuild-all@...org, andy.gross@...aro.org, broonie@...nel.org,
        linux-arm-msm@...r.kernel.org, alsa-devel@...a-project.org,
        robh+dt@...nel.org, gregkh@...uxfoundation.org,
        david.brown@...aro.org, mark.rutland@....com, lgirdwood@...il.com,
        plai@...eaurora.org, bgoswami@...eaurora.org, tiwai@...e.com,
        perex@...ex.cz, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        rohkumar@....qualcomm.com, spatakok@....qualcomm.com,
        Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: Re: [PATCH v5 11/23] ASoC: qdsp6: q6adm: Add q6adm driver

Hi Srinivas,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.17-rc1 next-20180419]
[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/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: arm-allyesconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/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 

Note: the linux-review/srinivas-kandagatla-linaro-org/ASoC-qcom-Add-support-to-QDSP-based-Audio/20180419-212438 HEAD b636a6bdb47d4dfaa6bc43f2ef431f5426b51581 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> sound/soc/qcom/qdsp6/q6adm.c:21:10: fatal error: q6core.h: No such file or directory
    #include "q6core.h"
             ^~~~~~~~~~
   compilation terminated.

vim +21 sound/soc/qcom/qdsp6/q6adm.c

     4	
     5	#include <linux/slab.h>
     6	#include <linux/wait.h>
     7	#include <linux/kernel.h>
     8	#include <linux/device.h>
     9	#include <linux/module.h>
    10	#include <linux/sched.h>
    11	#include <linux/jiffies.h>
    12	#include <linux/of.h>
    13	#include <linux/of_platform.h>
    14	#include <linux/kref.h>
    15	#include <linux/wait.h>
    16	#include <linux/soc/qcom/apr.h>
    17	#include <linux/platform_device.h>
    18	#include <sound/asound.h>
    19	#include "q6adm.h"
    20	#include "q6afe.h"
  > 21	#include "q6core.h"
    22	#include "q6dsp-errno.h"
    23	#include "q6dsp-common.h"
    24	

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ