Re: [PATCH] platform/x86: dell_rbu: fix lock imbalance in img_update_realloc

2019-02-15 Thread Andy Shevchenko
On Wed, Feb 13, 2019 at 5:56 AM Stuart Hayes wrote: > > > > On 2/11/2019 7:09 AM, Christoph Hellwig wrote: > > We need to ensure rbu_data.lock is always held on return. > > Pushed to my review and testing queue, thanks! > > Fixes: 289790a3ea94 ("platform/x86: dell_rbu: stop abusing the DMA API")

Re: [PATCH] platform/x86: dell_rbu: fix lock imbalance in img_update_realloc

2019-02-12 Thread Stuart Hayes
On 2/11/2019 7:09 AM, Christoph Hellwig wrote: > We need to ensure rbu_data.lock is always held on return. > > Fixes: 289790a3ea94 ("platform/x86: dell_rbu: stop abusing the DMA API") > Reported-by: Dan Carpenter > Signed-off-by: Christoph Hellwig > --- > drivers/platform/x86/dell_rbu.c | 2

[PATCH] platform/x86: dell_rbu: fix lock imbalance in img_update_realloc

2019-02-11 Thread Christoph Hellwig
We need to ensure rbu_data.lock is always held on return. Fixes: 289790a3ea94 ("platform/x86: dell_rbu: stop abusing the DMA API") Reported-by: Dan Carpenter Signed-off-by: Christoph Hellwig --- drivers/platform/x86/dell_rbu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/