Re: [PATCH] ARM: pl330: fix null pointer dereference in pl330_chan_ctrl()

2012-01-13 Thread Javi Merino
e s5p tree has merged this file with drivers/dma/pl330.c so this bug is now in that file. Please rebase the patch on top of linux-next. Other than that, yes, that's my fault. Acked-by: Javi Merino > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/commo

Re: [PATCH] ARM: pl330: fix null pointer dereference in pl330_chan_ctrl()

2012-02-08 Thread Javi Merino
On 13/01/12 13:02, Russell King - ARM Linux wrote: > On Fri, Jan 13, 2012 at 12:36:31PM +, Mans Rullgard wrote: >> This fixes the thrd->req_running field being accessed before thrd >> is checked for null. The error was introduced in abb959f. >> >> Signed-off-by: Mans Rullgard > > I don't kno

Re: [PATCH] ARM: pl330: fix null pointer dereference in pl330_chan_ctrl()

2012-02-09 Thread Javi Merino
On 09/02/12 00:44, Boojin Kim wrote: > Javi Merino wrote: > >> On 13/01/12 13:02, Russell King - ARM Linux wrote: >>> On Fri, Jan 13, 2012 at 12:36:31PM +, Mans Rullgard wrote: >>>> This fixes the thrd->req_running field being accessed before thrd >