All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangweidong.a@awinic.com
To: lkp@intel.com
Cc: 13691752556@139.com, alsa-devel@alsa-project.org,
	broonie@kernel.org, cezary.rojewski@intel.com,
	ckeepax@opensource.cirrus.com, daniel.beer@igorinstitute.com,
	devicetree@vger.kernel.org, flatmax@flatmax.com,
	james.schulman@cirrus.com, jonathan.albrieux@gmail.com,
	krzysztof.kozlowski+dt@linaro.org, lgirdwood@gmail.com,
	linux-kernel@vger.kernel.org, liweilei@awinic.com,
	llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	perex@perex.cz, pierre-louis.bossart@linux.intel.com,
	povik+lin@cutebit.org, rf@opensource.cirrus.com,
	robh+dt@kernel.org, srinivas.kandagatla@linaro.org,
	steve@sk2.org, tiwai@suse.com, wangweidong.a@awinic.com,
	yangxiaohua@everest-semi.com, yijiangtao@awinic.com,
	zhaolei@awinic.com
Subject: Re: [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
Date: Wed, 11 Jan 2023 10:02:33 +0800	[thread overview]
Message-ID: <20230111020233.4306-1-wangweidong.a@awinic.com> (raw)
In-Reply-To: <202301100233.QuEJ8pyu-lkp@intel.com>

On 09/01/2023 03:00, kernel test robot wrote:
> Hi,

> Thank you for the patch! Yet something to improve:

> [auto build test ERROR on 1f5abbd77e2c1787e74b7c2caffac97def78ba52]

> url:    https://github.com/intel-lab-lkp/linux/commits/wangweidong-a-awinic-com/ASoC-codecs-Add-i2c-and-codec-registration-for-aw883xx-and-their-associated-operation-functions/20230106-113130
> base:   1f5abbd77e2c1787e74b7c2caffac97def78ba52
> patch link:    https://lore.kernel.org/r/20230106032835.141918-5-wangweidong.a%40awinic.com
> patch subject: [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
> config: arm64-randconfig-r034-20230109
> compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 8d9828ef5aa9688500657d36cd2aefbe12bbd162)
> reproduce (this is a W=1 build):
>        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>        chmod +x ~/bin/make.cross
>        # install arm64 cross compiling tool for clang build
>        # apt-get install binutils-aarch64-linux-gnu
>        # https://github.com/intel-lab-lkp/linux/commit/63bed80c0eacb29f78eb53987b34863bafd48cee
>        git remote add linux-review https://github.com/intel-lab-lkp/linux
>        git fetch --no-tags linux-review wangweidong-a-awinic-com/ASoC-codecs-Add-i2c-and-codec-registration-for-aw883xx-and-their-associated-operation-functions/20230106-113130
>        git checkout 63bed80c0eacb29f78eb53987b34863bafd48cee
>        # save the config file
>        mkdir build_dir && cp config build_dir/.config
>        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 olddefconfig
>        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>

> All errors (new ones prefixed by >>):

> >> ld.lld: error: undefined symbol: crc8_populate_lsb
>   >>> referenced by aw883xx_bin_parse.c:1049 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:1049)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
> --
> >> ld.lld: error: undefined symbol: crc8
>   >>> referenced by aw883xx_bin_parse.c:963 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:963)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
>   >>> referenced by aw883xx_bin_parse.c:1022 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:1022)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
>   >>> did you mean: crc4
>   >>> defined in: vmlinux.o

This looks like a false positive. crc8_populate_lsb is defined in the lib/crc8.c file.
I also could not reproduce it with GCC.

Best regards,
Weidong Wang

WARNING: multiple messages have this Message-ID (diff)
From: wangweidong.a@awinic.com
To: lkp@intel.com
Cc: cezary.rojewski@intel.com, steve@sk2.org, llvm@lists.linux.dev,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	srinivas.kandagatla@linaro.org,
	krzysztof.kozlowski+dt@linaro.org, yangxiaohua@everest-semi.com,
	daniel.beer@igorinstitute.com,
	pierre-louis.bossart@linux.intel.com, povik+lin@cutebit.org,
	flatmax@flatmax.com, devicetree@vger.kernel.org,
	ckeepax@opensource.cirrus.com, zhaolei@awinic.com,
	james.schulman@cirrus.com, rf@opensource.cirrus.com,
	robh+dt@kernel.org, oe-kbuild-all@lists.linux.dev,
	jonathan.albrieux@gmail.com, tiwai@suse.com, liweilei@awinic.com,
	wangweidong.a@awinic.com, lgirdwood@gmail.com,
	yijiangtao@awinic.com, broonie@kernel.org, 13691752556@139.com
Subject: Re: [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
Date: Wed, 11 Jan 2023 10:02:33 +0800	[thread overview]
Message-ID: <20230111020233.4306-1-wangweidong.a@awinic.com> (raw)
In-Reply-To: <202301100233.QuEJ8pyu-lkp@intel.com>

On 09/01/2023 03:00, kernel test robot wrote:
> Hi,

> Thank you for the patch! Yet something to improve:

> [auto build test ERROR on 1f5abbd77e2c1787e74b7c2caffac97def78ba52]

> url:    https://github.com/intel-lab-lkp/linux/commits/wangweidong-a-awinic-com/ASoC-codecs-Add-i2c-and-codec-registration-for-aw883xx-and-their-associated-operation-functions/20230106-113130
> base:   1f5abbd77e2c1787e74b7c2caffac97def78ba52
> patch link:    https://lore.kernel.org/r/20230106032835.141918-5-wangweidong.a%40awinic.com
> patch subject: [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
> config: arm64-randconfig-r034-20230109
> compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 8d9828ef5aa9688500657d36cd2aefbe12bbd162)
> reproduce (this is a W=1 build):
>        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>        chmod +x ~/bin/make.cross
>        # install arm64 cross compiling tool for clang build
>        # apt-get install binutils-aarch64-linux-gnu
>        # https://github.com/intel-lab-lkp/linux/commit/63bed80c0eacb29f78eb53987b34863bafd48cee
>        git remote add linux-review https://github.com/intel-lab-lkp/linux
>        git fetch --no-tags linux-review wangweidong-a-awinic-com/ASoC-codecs-Add-i2c-and-codec-registration-for-aw883xx-and-their-associated-operation-functions/20230106-113130
>        git checkout 63bed80c0eacb29f78eb53987b34863bafd48cee
>        # save the config file
>        mkdir build_dir && cp config build_dir/.config
>        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 olddefconfig
>        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>

> All errors (new ones prefixed by >>):

> >> ld.lld: error: undefined symbol: crc8_populate_lsb
>   >>> referenced by aw883xx_bin_parse.c:1049 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:1049)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
> --
> >> ld.lld: error: undefined symbol: crc8
>   >>> referenced by aw883xx_bin_parse.c:963 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:963)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
>   >>> referenced by aw883xx_bin_parse.c:1022 (sound/soc/codecs/aw883xx/aw883xx_bin_parse.c:1022)
>   >>>               vmlinux.o:(aw883xx_dev_load_acf_check)
>   >>> did you mean: crc4
>   >>> defined in: vmlinux.o

This looks like a false positive. crc8_populate_lsb is defined in the lib/crc8.c file.
I also could not reproduce it with GCC.

Best regards,
Weidong Wang

  reply	other threads:[~2023-01-11  2:03 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06  3:28 [PATCH V9 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver wangweidong.a
2023-01-06  3:28 ` wangweidong.a
2023-01-06  3:28 ` [PATCH V9 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions wangweidong.a
2023-01-06  3:28   ` wangweidong.a
2023-01-06  3:28 ` [PATCH V9 2/5] ASoC: codecs: Aw883xx function for ACF file parse and check wangweidong.a
2023-01-06  3:28   ` wangweidong.a
2023-01-06  3:28 ` [PATCH V9 3/5] ASoC: codecs: Aw883xx common function for ALSA Audio Driver wangweidong.a
2023-01-06  3:28   ` wangweidong.a
2023-01-06  3:28 ` [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile wangweidong.a
2023-01-06  3:28   ` wangweidong.a
2023-01-06 12:40   ` kernel test robot
2023-01-06 12:40     ` kernel test robot
2023-01-09 19:00   ` kernel test robot
2023-01-09 19:00     ` kernel test robot
2023-01-11  2:02     ` wangweidong.a [this message]
2023-01-11  2:02       ` wangweidong.a
2023-01-11  8:38       ` Martin Povišer
2023-01-11  8:38         ` Martin Povišer
2023-01-13  3:46         ` wangweidong.a
2023-01-13  3:46           ` wangweidong.a
2023-01-11  8:53       ` Krzysztof Kozlowski
2023-01-11  8:53         ` Krzysztof Kozlowski
2023-01-06  3:28 ` [PATCH V9 5/5] ASoC: dt-bindings: Add schema for "awinic,aw88395" wangweidong.a
2023-01-06  3:28   ` wangweidong.a
2023-01-06  8:30   ` Krzysztof Kozlowski
2023-01-06  8:30     ` [PATCH V9 5/5] ASoC: dt-bindings: Add schema for "awinic, aw88395" Krzysztof Kozlowski
2023-01-08 13:31 [PATCH V9 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230111020233.4306-1-wangweidong.a@awinic.com \
    --to=wangweidong.a@awinic.com \
    --cc=13691752556@139.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=cezary.rojewski@intel.com \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=daniel.beer@igorinstitute.com \
    --cc=devicetree@vger.kernel.org \
    --cc=flatmax@flatmax.com \
    --cc=james.schulman@cirrus.com \
    --cc=jonathan.albrieux@gmail.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liweilei@awinic.com \
    --cc=lkp@intel.com \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=povik+lin@cutebit.org \
    --cc=rf@opensource.cirrus.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=steve@sk2.org \
    --cc=tiwai@suse.com \
    --cc=yangxiaohua@everest-semi.com \
    --cc=yijiangtao@awinic.com \
    --cc=zhaolei@awinic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.