Re: [PATCH]staging: slicoss: Fix possible reuse of freed memory in timer function

2014-02-11 Thread Greg Kroah-Hartman
On Tue, Feb 11, 2014 at 08:51:26AM -0500, Chris Harrer wrote: > Hi Denis, > > I understand your frustration; it¹s not that we don¹t want to help, it¹s > that we¹ve moved onto other products. So should I just delete this driver if no one is going to care about cleaning it up and getting it merged

Re: [PATCH]staging: slicoss: Fix possible reuse of freed memory in timer function

2014-02-11 Thread Chris Harrer
Hi Denis, I understand your frustration; it¹s not that we don¹t want to help, it¹s that we¹ve moved onto other products. As for getting H/W to people, I can easily ship H/W within the United States; it¹s difficult for us to ship internationally due to many different customs restrictions. If ther

Re: [PATCH]staging: slicoss: Fix possible reuse of freed memory in timer function

2014-02-10 Thread Denis Kirjanov
On 2/10/14, Kirill Tkhai wrote: > Do not call kfree() till timer function is finished. > > [This was found using grep. Compiled tested only] > > Signed-off-by: Kirill Tkhai > CC: Joe Perches > CC: Greg Kroah-Hartman CC Chris Harrer. The problem with that driver is that alacritech guys don't s

Re: [PATCH]staging: slicoss: Fix possible reuse of freed memory in timer function

2014-02-10 Thread Joe Perches
On Mon, 2014-02-10 at 22:36 +0400, Kirill Tkhai wrote: > Do not call kfree() till timer function is finished. > > [This was found using grep. Compiled tested only] > > Signed-off-by: Kirill Tkhai > CC: Joe Perches > CC: Greg Kroah-Hartman I don't need to be cc'd on this. Perhaps the MAINTAIN

[PATCH]staging: slicoss: Fix possible reuse of freed memory in timer function

2014-02-10 Thread Kirill Tkhai
Do not call kfree() till timer function is finished. [This was found using grep. Compiled tested only] Signed-off-by: Kirill Tkhai CC: Joe Perches CC: Greg Kroah-Hartman --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/s