On Fri, Dec 27, 2019 at 07:36:13PM +0800, Jiewei Ke wrote: > The type of mmap_offset should be u64 instead of int to match the > type of mminfo.offset. If otherwise, after we create several thousands > of CQs, it will run into overflow issue. > > Signed-off-by: Jiewei Ke <kejiewei.cn@xxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_verbs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason