Hi Siddharth,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.9-rc4 next-20200909]
[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/Siddharth-Gupta/remoteproc-core-...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
ab29a807a7ddaa7c84d2f4cb8d29e74e33759072
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
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
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> drivers/remoteproc/qcom_q6v5_pas.c:198:6: warning: no previous
prototype for 'adsp_priv_cleanup' [-Wmissing-prototypes]
198 | void
adsp_priv_cleanup(struct rproc *rproc)
| ^~~~~~~~~~~~~~~~~
#
https://github.com/0day-ci/linux/commit/0803a568f57a06e12b9eca8c56cd27554...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Siddharth-Gupta/remoteproc-core-Add-ops-to-enable-custom-coredump-functionality/20200910-102707
git checkout 0803a568f57a06e12b9eca8c56cd27554c1d21f7
vim +/adsp_priv_cleanup +198 drivers/remoteproc/qcom_q6v5_pas.c
197
198 void adsp_priv_cleanup(struct rproc *rproc)
199 {
200 struct rproc_dump_segment *segment;
201
202 list_for_each_entry(segment, &rproc->dump_segments, node)
203 kfree(segment->priv);
204 }
205
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org