Re: [PATCH 15/16] aacraid: Fix a potential spinlock double unlock bug

2017-02-15 Thread Johannes Thumshirn
On 02/14/2017 09:44 PM, Raghava Aditya Renukunta wrote: > The driver does not unlock the reply queue spin lock after handling SMART > adapter events. Instead it might attempt to unlock an already unlocked > spin lock. > > Fixed by making sure the driver locks the spin lock before freeing it. > >

[PATCH 15/16] aacraid: Fix a potential spinlock double unlock bug

2017-02-14 Thread Raghava Aditya Renukunta
The driver does not unlock the reply queue spin lock after handling SMART adapter events. Instead it might attempt to unlock an already unlocked spin lock. Fixed by making sure the driver locks the spin lock before freeing it. Thank you dan for finding this issue out. Fixes: 6223a39fe6fbbeef (s