Re: [PATCH v4 00/10] infiniband: Remove semaphores

2016-10-27 Thread Leon Romanovsky
On Thu, Oct 27, 2016 at 12:29:04PM +0530, Binoy Jayan wrote: > Hi, > > These are a set of patches [v4] which removes semaphores from infiniband. > These are part of a bigger effort to eliminate all semaphores from the > linux kernel. > > v3 -> v4: > > IB/mlx5: Added patch - Replace semaphore umr_co

[PATCH v4 00/10] infiniband: Remove semaphores

2016-10-27 Thread Binoy Jayan
Hi, These are a set of patches [v4] which removes semaphores from infiniband. These are part of a bigger effort to eliminate all semaphores from the linux kernel. v3 -> v4: IB/mlx5: Added patch - Replace semaphore umr_common:sem with wait_event IB/mlx5: Fixed a bug pointed out by Leon Romanovsky