Re: undefined reference to `bad_dma_ops'

2016-07-03 Thread sudip
On Sunday 03 July 2016 09:12 AM, kbuild test robot wrote: Hi, It's probably a bug fix that unveils the link errors. Yes, and more is yet to come. :) Regards Sudip

undefined reference to `bad_dma_ops'

2016-07-03 Thread kbuild test robot
ckout 420520766a796d3607639ba1e4fb1aadeadd # save the attached .config to linux build tree make.cross ARCH=m32r All errors (new ones prefixed by >>): drivers/built-in.o: In function `hisi_sas_slot_task_free': >> (.text+0x219238): undefined reference to `bad_dma_ops'

undefined reference to `bad_dma_ops'

2016-06-18 Thread kbuild test robot
ckout 420520766a796d3607639ba1e4fb1aadeadd # save the attached .config to linux build tree make.cross ARCH=m32r All errors (new ones prefixed by >>): drivers/built-in.o: In function `hisi_sas_slot_task_free': >> (.text+0x219238): undefined reference to `bad_dma_ops'

Applied "spi: pic32-sqi: Fix linker error, undefined reference to `bad_dma_ops'." to the spi tree

2016-05-13 Thread Mark Brown
The patch spi: pic32-sqi: Fix linker error, undefined reference to `bad_dma_ops'. has been applied to the spi tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

[PATCH] spi: pic32-sqi: Fix linker error, undefined reference to `bad_dma_ops'.

2016-05-13 Thread Purna Chandra Mandal
Even if DMA support is disabled code using DMA mapping APIs compiles fine, but fails in linking. --- drivers/built-in.o: In function `ring_desc_ring_free': spi-pic32-sqi.c:(.text+0x2cfbe0): undefined reference to `bad_dma_ops' spi-pic32-sqi.c:(.text+0x2cfbe4): undefined re