On Fri, Aug 09, 2024 at 07:06:34PM +0800, Zhu Yanjun wrote: > 在 2024/8/9 16:31, Liu Jian 写道: > > Same with commit e375b9c92985 ("RDMA/cxgb4: Set queue pair state when > > being queried"). The API for ib_query_qp requires the driver to set > > cur_qp_state on return, add the missing set. > > > > Add the following? > Cc: stable@xxxxxxxxxxxxxxx There is no need to add stable tag for RXE driver. Distros are not supporting this driver, which is used for development and not for production. Thanks > > > Fixes: 8700e3e7c485 ("Soft RoCE driver") > > Signed-off-by: Liu Jian <liujian56@xxxxxxxxxx> > > --- > > drivers/infiniband/sw/rxe/rxe_verbs.c | 2 ++ > > 1 file changed, 2 insertions(+)