* [cip-dev] Linux 4.4.207-rc1 8dbad6fe errors
@ 2019-12-09 16:33 ` Chris Paterson
0 siblings, 0 replies; 6+ messages in thread
From: Chris Paterson @ 2019-12-09 16:33 UTC (permalink / raw)
To: cip-dev
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 ^~~~~~~~~~~~~~~~~~~~~~~~~
Kind regards, Chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* Linux 4.4.207-rc1 8dbad6fe errors
@ 2019-12-09 16:33 ` Chris Paterson
0 siblings, 0 replies; 6+ messages in thread
From: Chris Paterson @ 2019-12-09 16:33 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable@vger.kernel.org, cip-dev@lists.cip-project.org
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 ^~~~~~~~~~~~~~~~~~~~~~~~~
Kind regards, Chris
^ permalink raw reply [flat|nested] 6+ messages in thread
* [cip-dev] Linux 4.4.207-rc1 8dbad6fe errors
2019-12-09 16:33 ` Chris Paterson
@ 2019-12-09 17:00 ` Greg Kroah-Hartman
-1 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-09 17:00 UTC (permalink / raw)
To: cip-dev
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 4.4.207-rc1 8dbad6fe errors
@ 2019-12-09 17:00 ` Greg Kroah-Hartman
0 siblings, 0 replies; 6+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-09 17:00 UTC (permalink / raw)
To: Chris Paterson; +Cc: stable@vger.kernel.org, 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [cip-dev] Linux 4.4.207-rc1 8dbad6fe errors
2019-12-09 17:00 ` Greg Kroah-Hartman
@ 2019-12-09 21:25 ` Chris Paterson
-1 siblings, 0 replies; 6+ messages in thread
From: Chris Paterson @ 2019-12-09 21:25 UTC (permalink / raw)
To: cip-dev
> From: stable-owner at vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 09 December 2019 17:01
>
> 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.
Thanks Greg, building okay for me now.
Regards, Chris
>
> greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Linux 4.4.207-rc1 8dbad6fe errors
@ 2019-12-09 21:25 ` Chris Paterson
0 siblings, 0 replies; 6+ messages in thread
From: Chris Paterson @ 2019-12-09 21:25 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable@vger.kernel.org, cip-dev@lists.cip-project.org
> From: stable-owner@vger.kernel.org <stable-owner@vger.kernel.org> On
> Behalf Of Greg Kroah-Hartman
> Sent: 09 December 2019 17:01
>
> 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.
Thanks Greg, building okay for me now.
Regards, Chris
>
> greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-12-09 21:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 16:33 [cip-dev] Linux 4.4.207-rc1 8dbad6fe errors Chris Paterson
2019-12-09 16:33 ` Chris Paterson
2019-12-09 17:00 ` [cip-dev] " Greg Kroah-Hartman
2019-12-09 17:00 ` Greg Kroah-Hartman
2019-12-09 21:25 ` [cip-dev] " Chris Paterson
2019-12-09 21:25 ` Chris Paterson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.