[PATCH 06/28] staging: most: fix mbo leak

2015-12-22 Thread Christian Gromm
This patch fixes a potential MBO leak in case function aim_read() exits right after the MBO has been fetched from kfifo and before it has been saved to the variable stacked_mbo. Signed-off-by: Christian Gromm --- This patch has been resent on behalf of Greg

Re: [PATCH 06/28] staging: most: fix mbo leak

2015-11-19 Thread Christian Gromm
On Thu, 19 Nov 2015 10:41:24 +0530 Sudip Mukherjee wrote: > On Wed, Nov 18, 2015 at 01:43:30PM +0100, Christian Gromm wrote: > > This patch fixes a potential MBO leak in case function aim_read() > > exits right after the MBO has been fetched from kfifo and before > >

[PATCH 06/28] staging: most: fix mbo leak

2015-11-18 Thread Christian Gromm
This patch fixes a potential MBO leak in case function aim_read() exits right after the MBO has been fetched from kfifo and before it has been saved to the variable stacked_mbo. Signed-off-by: Christian Gromm --- drivers/staging/most/aim-cdev/cdev.c |2 +- 1

Re: [PATCH 06/28] staging: most: fix mbo leak

2015-11-18 Thread Sudip Mukherjee
On Wed, Nov 18, 2015 at 01:43:30PM +0100, Christian Gromm wrote: > This patch fixes a potential MBO leak in case function aim_read() > exits right after the MBO has been fetched from kfifo and before > it has been saved to the variable stacked_mbo. > > Signed-off-by: Christian Gromm