On Thu, Nov 15, 2018 at 09:49:38AM -0800, Kamal Heib wrote: > This patch fixes the wrong assignment of the create_ah function pointer, > the create_ah verb receive three parameters while the rvt_create_ah > receives two parameters, this happens due to the wrong function casting > that is done in check_driver_override(). > > v2: > - Add fixes tag. > > Fixes: 477864c8fcd9 ("IB/core: Let create_ah return extended response to user") > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > --- > drivers/infiniband/sw/rdmavt/ah.c | 4 +++- > drivers/infiniband/sw/rdmavt/ah.h | 3 ++- > 2 files changed, 5 insertions(+), 2 deletions(-) I rewrote the commit message and applied this to -rc Jason