On Mon, Apr 06, 2020 at 05:43:35PM +0300, Dan Carpenter wrote: > The xa_alloc_cyclic_irq() function returns either 0 or 1 on success and > negatives on error. This code treats 1 as an error and returns > ERR_PTR(1) which will cause an Oops in the caller. > > Fixes: e8dc4e885c45 ("RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > The Fixes tag may not be correct. That's the patch which introduces an > Oops but we may want to backport this further back. Right it should be Fixes: ae78ff3a0f0c ("RDMA/cm: Convert local_id_table to XArray") Thanks, Jason