[PATCH kernel 1/2] powerpc/iommu: Get rid of default group_release()
kbuild test robot
lkp at intel.com
Fri Apr 8 17:14:11 AEST 2016
Hi Alexey,
[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.6-rc2 next-20160408]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Alexey-Kardashevskiy/powerpc-powernv-Fix-crash-on-PF-unbind-when-VF-is-passed/20160408-144325
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=powerpc
All errors (new ones prefixed by >>):
arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_ioda2_setup_dma_pe':
>> arch/powerpc/platforms/powernv/pci-ioda.c:2461:19: error: 'pnv_pci_ioda2_group_release' undeclared (first use in this function)
pe->pe_number, pnv_pci_ioda2_group_release);
^
arch/powerpc/platforms/powernv/pci-ioda.c:2461:19: note: each undeclared identifier is reported only once for each function it appears in
vim +/pnv_pci_ioda2_group_release +2461 arch/powerpc/platforms/powernv/pci-ioda.c
2455 return;
2456
2457 /* TVE #1 is selected by PCI address bit 59 */
2458 pe->tce_bypass_base = 1ull << 59;
2459
2460 iommu_register_table_group(&pe->table_group, phb->hose->global_number,
> 2461 pe->pe_number, pnv_pci_ioda2_group_release);
2462
2463 /* The PE will reserve all possible 32-bits space */
2464 pe->tce32_seg = 0;
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 21917 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20160408/fd89b3a3/attachment-0001.obj>
More information about the Linuxppc-dev
mailing list