[PATCH v5 05/21] soc: qcom: apr: Add GPR support
kernel test robot
lkp at intel.com
Fri Sep 3 23:47:32 CEST 2021
Hi Srinivas,
I love your patch! Yet something to improve:
[auto build test ERROR on asoc/for-next]
[also build test ERROR on robh/for-next sound/for-next linus/master v5.14 next-20210903]
[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/Srinivas-Kandagatla/ASoC-qcom-Add-AudioReach-support/20210903-192325
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-randconfig-p001-20210904 (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/5fc535c10b3786dd20814508ea97a08eb6d90578
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Srinivas-Kandagatla/ASoC-qcom-Add-AudioReach-support/20210903-192325
git checkout 5fc535c10b3786dd20814508ea97a08eb6d90578
# save the attached .config to linux build tree
mkdir build_dir
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
ld: drivers/soc/qcom/apr.o: in function `apr_remove':
>> drivers/soc/qcom/apr.c:656: undefined reference to `pdr_handle_release'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for QCOM_APR
Depends on (ARCH_QCOM || COMPILE_TEST && RPMSG && NET
Selected by
- QCOM_GPR
vim +656 drivers/soc/qcom/apr.c
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 651
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 652 static void apr_remove(struct rpmsg_device *rpdev)
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 653 {
d1a98190cb35b1 Srinivas Kandagatla 2021-09-03 654 struct packet_router *apr = dev_get_drvdata(&rpdev->dev);
1ac19ad799f880 Srinivas Kandagatla 2019-02-08 655
83473566260288 Sibi Sankar 2020-03-12 @656 pdr_handle_release(apr->pdr);
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 657 device_for_each_child(&rpdev->dev, NULL, apr_remove_device);
1ac19ad799f880 Srinivas Kandagatla 2019-02-08 658 flush_workqueue(apr->rxwq);
1ac19ad799f880 Srinivas Kandagatla 2019-02-08 659 destroy_workqueue(apr->rxwq);
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 660 }
6adba21eb434d8 Srinivas Kandagatla 2018-05-09 661
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 28684 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20210904/3fa25633/attachment-0001.gz>
More information about the Alsa-devel
mailing list