On 9/10/2018 11:46 AM, Dennis Dalessandro wrote:
Hi Doug and Jason, Here is a series from Mike that fixes some issues with user SDMA. These are bit more complicated than we'd like for RC so we can go ahead and send these to next. The real goal of this series is to address some race conditions in user SDMA, the other two patches are less serious issues but still need to be addressed. --- Michael J. Ruhl (4): IB/hfi1: Missing return value in error path for user sdma IB/hfi1: Right size user_sdma sequence numbers and related variables IB/hfi1: Remove race conditions in user_sdma send path IB/hfi1: Eliminate races in the SDMA send error path drivers/infiniband/hw/hfi1/sdma.c | 4 ++-- drivers/infiniband/hw/hfi1/sdma.h | 2 +- drivers/infiniband/hw/hfi1/user_sdma.c | 32 ++++++++++++++++++-------------- drivers/infiniband/hw/hfi1/user_sdma.h | 17 ++++++++--------- 4 files changed, 29 insertions(+), 26 deletions(-) -- -Denny
Looks like I botched the order here. Caught by the whole going from git to stgit log order. v2 coming up.
-Denny