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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 27 Jun 2017 14:09:33 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Danny Milosavljevic <dannym@...atchpost.org>
Cc:     kbuild-all@...org, Liam Girdwood <lgirdwood@...il.com>,
        Mark Brown <broonie@...nel.org>,
        Jaroslav Kysela <perex@...ex.cz>,
        Takashi Iwai <tiwai@...e.com>,
        Maxime Ripard <maxime.ripard@...e-electrons.com>,
        Chen-Yu Tsai <wens@...e.org>, alsa-devel@...a-project.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        linux-sunxi@...glegroups.com,
        Danny Milosavljevic <dannym@...atchpost.org>
Subject: Re: [PATCH v13 08/14] ASoC: sun4i-codec: Add FM Left, FM Right, FM
 Playback Switch.

Hi Danny,

[auto build test ERROR on asoc/for-next]
[also build test ERROR on next-20170626]
[cannot apply to v4.12-rc7]
[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/Danny-Milosavljevic/ASoC-sun4i-codec-Add-MIC2-Pre-Amplifier-Mic2/20170626-090107
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: blackfin-allmodconfig (attached as .config)
compiler: bfin-uclinux-gcc (GCC) 6.2.0
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=blackfin 

Note: the linux-review/Danny-Milosavljevic/ASoC-sun4i-codec-Add-MIC2-Pre-Amplifier-Mic2/20170626-090107 HEAD 44ff3730ffe45aa10f8cfeaf31443f0b7a78227f builds fine.
      It only hurts bisectibility.

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

   In file included from sound/soc/sunxi/sun4i-codec.c:39:0:
>> sound/soc/sunxi/sun4i-codec.c:706:4: error: 'SUN4I_CODEC_DAC_ACTL_LFMS' undeclared here (not in a function)
       SUN4I_CODEC_DAC_ACTL_LFMS,
       ^
   include/sound/soc.h:36:39: note: in definition of macro 'SOC_DOUBLE_VALUE'
     {.reg = xreg, .rreg = xreg, .shift = shift_left, \
                                          ^~~~~~~~~~
>> sound/soc/sunxi/sun4i-codec.c:705:2: note: in expansion of macro 'SOC_DAPM_DOUBLE'
     SOC_DAPM_DOUBLE("FM Playback Switch", SUN4I_CODEC_DAC_ACTL,
     ^~~~~~~~~~~~~~~
>> sound/soc/sunxi/sun4i-codec.c:707:4: error: 'SUN4I_CODEC_DAC_ACTL_RFMS' undeclared here (not in a function)
       SUN4I_CODEC_DAC_ACTL_RFMS, 1, 0),
       ^
   include/sound/soc.h:37:12: note: in definition of macro 'SOC_DOUBLE_VALUE'
     .rshift = shift_right, .max = xmax, .platform_max = xmax, \
               ^~~~~~~~~~~
>> sound/soc/sunxi/sun4i-codec.c:705:2: note: in expansion of macro 'SOC_DAPM_DOUBLE'
     SOC_DAPM_DOUBLE("FM Playback Switch", SUN4I_CODEC_DAC_ACTL,
     ^~~~~~~~~~~~~~~

vim +/SUN4I_CODEC_DAC_ACTL_LFMS +706 sound/soc/sunxi/sun4i-codec.c

   699		SOC_DAPM_DOUBLE("DAC Playback Switch", SUN4I_CODEC_DAC_ACTL,
   700				SUN4I_CODEC_DAC_ACTL_LDACLMIXS,
   701				SUN4I_CODEC_DAC_ACTL_RDACRMIXS, 1, 0),
   702		SOC_DAPM_SINGLE("Right Mixer Left DAC Playback Switch",
   703				SUN4I_CODEC_DAC_ACTL,
   704				SUN4I_CODEC_DAC_ACTL_LDACRMIXS, 1, 0),
 > 705		SOC_DAPM_DOUBLE("FM Playback Switch", SUN4I_CODEC_DAC_ACTL,
 > 706				SUN4I_CODEC_DAC_ACTL_LFMS,
 > 707				SUN4I_CODEC_DAC_ACTL_RFMS, 1, 0),
   708		SOC_DAPM_DOUBLE("Mic1 Playback Switch", SUN4I_CODEC_DAC_ACTL,
   709				SUN4I_CODEC_DAC_ACTL_MIC1LS,
   710				SUN4I_CODEC_DAC_ACTL_MIC1RS, 1, 0),

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ