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]
Message-ID: <202103290846.5D7k1oG4-lkp@intel.com>
Date:   Mon, 29 Mar 2021 08:36:10 +0800
From:   kernel test robot <lkp@...el.com>
To:     Pavel Machek <pavel@....cz>,
        kernel list <linux-kernel@...r.kernel.org>, broonie@...nel.org
Cc:     kbuild-all@...ts.01.org, peter.ujfalusi@...com,
        lgirdwood@...il.com, tony@...mide.com, perex@...ex.cz,
        tiwai@...e.com, alsa-devel@...a-project.org,
        kuninori.morimoto.gx@...esas.com,
        Sebastian Reichel <sre@...nel.org>
Subject: Re: [PATCH] ASoC: audio-graph-card: Add audio mixer for Motorola
 mdm6600

Hi Pavel,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on linux/master linus/master v5.12-rc4 next-20210326]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Pavel-Machek/ASoC-audio-graph-card-Add-audio-mixer-for-Motorola-mdm6600/20210328-191104
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/654466aa66c5062f6ca787461a9606313fa7026e
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Pavel-Machek/ASoC-audio-graph-card-Add-audio-mixer-for-Motorola-mdm6600/20210328-191104
        git checkout 654466aa66c5062f6ca787461a9606313fa7026e
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>

All errors (new ones prefixed by >>):

>> sound/soc/codecs/motmdm.c:23:10: fatal error: motmdm-state.h: No such file or directory
      23 | #include "motmdm-state.h"
         |          ^~~~~~~~~~~~~~~~
   compilation terminated.
--
   sound/soc/codecs/motmdm-state.c:35:5: warning: no previous prototype for 'register_modem_state_notifier' [-Wmissing-prototypes]
      35 | int register_modem_state_notifier(struct notifier_block *nb)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sound/soc/codecs/motmdm-state.c:41:5: warning: no previous prototype for 'unregister_modem_state_notifier' [-Wmissing-prototypes]
      41 | int unregister_modem_state_notifier(struct notifier_block *nb)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sound/soc/codecs/motmdm-state.c: In function 'modem_state_notifier_call_chain':
>> sound/soc/codecs/motmdm-state.c:50:8: error: implicit declaration of function '__blocking_notifier_call_chain'; did you mean 'blocking_notifier_call_chain'? [-Werror=implicit-function-declaration]
      50 |  ret = __blocking_notifier_call_chain(&modem_state_chain_head, val, NULL,
         |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |        blocking_notifier_call_chain
   cc1: some warnings being treated as errors


vim +23 sound/soc/codecs/motmdm.c

    22	
  > 23	#include "motmdm-state.h"
    24	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Download attachment ".config.gz" of type "application/gzip" (65038 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ