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 is checked for null. The error was intro

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

2012-02-08 Thread Boojin Kim
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 > >> is checked for null. The error was introduced in abb959f. > >> > >> Signed-off-by:

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-01-15 Thread Sergei Shtylyov
Hello. On 13-01-2012 16:36, Mans Rullgard wrote: This fixes the thrd->req_running field being accessed before thrd is checked for null. The error was introduced in abb959f. Please also specify summary of that commit in parens. Signed-off-by: Mans Rullgard WBR, Sergei

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

2012-01-13 Thread Mans Rullgard
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 --- drivers/dma/pl330.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c i

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

2012-01-13 Thread Javi Merino
On 13/01/12 12:36, 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 > --- > arch/arm/common/pl330.c |3 ++- As Russell points out, the s5p tree has merged thi

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

2012-01-13 Thread Russell King - ARM Linux
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 know what's happening with the PL330 driver, but there's patche

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

2012-01-13 Thread Mans Rullgard
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 --- arch/arm/common/pl330.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/common/pl330.c b/arch/arm/comm