From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 9 Dec 2019 18:00:47 +0100 Subject: [cip-dev] Linux 4.4.207-rc1 8dbad6fe errors In-Reply-To: References: Message-ID: <20191209170047.GC1290729@kroah.com> To: cip-dev@lists.cip-project.org List-Id: cip-dev.lists.cip-project.org On Mon, Dec 09, 2019 at 04:33:17PM +0000, Chris Paterson wrote: > Hello Greg, all, > > I've seen an error with 4.4.207-rc1 (8dbad6fe). > > 1) > Config: arm multi_v7_defconfig > Link: https://gitlab.com/cip-playground/linux-stable-rc-ci/-/jobs/373483706#L3649 > Probable culprit: bc15f46a10dc ("serial: pl011: Fix DMA ->flush_buffer()") > Issue log: > 3649 drivers/tty/serial/amba-pl011.c: In function 'pl011_dma_flush_buffer': > 3650 drivers/tty/serial/amba-pl011.c:697:2: error: implicit declaration of function 'dmaengine_terminate_async'; did you mean 'dmaengine_terminate_all'? [-Werror=implicit-function-declaration] > 3651 dmaengine_terminate_async(uap->dmatx.chan); > 3652 ^~~~~~~~~~~~~~~~~~~~~~~~~ I'll go drop the offending patch now, thanks for letting me know. greg k-h