Re: [PATCH v2 2/3] venus: core: cancel pending work items in workqueue

2020-09-16 Thread mansur
On 2020-09-11 15:52, Stanimir Varbanov wrote: Hi, On 9/10/20 3:44 PM, Mansur Alisha Shaik wrote: In concurrency usecase and reboot scenario we are observing race condition and seeing NULL pointer dereference crash. In shutdown path and system recovery path we are destroying the same mutex

Re: [PATCH v2 2/3] venus: core: cancel pending work items in workqueue

2020-09-11 Thread Stanimir Varbanov
Hi, On 9/10/20 3:44 PM, Mansur Alisha Shaik wrote: > In concurrency usecase and reboot scenario we are > observing race condition and seeing NULL pointer > dereference crash. In shutdown path and system > recovery path we are destroying the same mutex > hence seeing crash. > > This case is

[PATCH v2 2/3] venus: core: cancel pending work items in workqueue

2020-09-10 Thread Mansur Alisha Shaik
In concurrency usecase and reboot scenario we are observing race condition and seeing NULL pointer dereference crash. In shutdown path and system recovery path we are destroying the same mutex hence seeing crash. This case is handled by mutex protection and cancel delayed work items in work