[PATCH 0/3] Fixes for kernel queue handling issues

2015-01-20 Thread Alex Deucher
On Thu, Jan 15, 2015 at 5:46 AM, Oded Gabbay wrote: > This small patch-set fixes a corner-case bug in kernel queue handling, which > was caused by using a function called sync_with_hw(). > > The patch-set removes this function, as it is not needed anymore. As a result, > we need to replace cpu_rel

[PATCH 0/3] Fixes for kernel queue handling issues

2015-01-15 Thread Oded Gabbay
This small patch-set fixes a corner-case bug in kernel queue handling, which was caused by using a function called sync_with_hw(). The patch-set removes this function, as it is not needed anymore. As a result, we need to replace cpu_relax() with schedule() in DQM, so this patch-set takes care o