On Mon, Sep 07, 2020 at 03:19:54PM +0300, Gal Pressman wrote: > On 05/09/2020 1:41, Jason Gunthorpe wrote: > > If ib_umem_find_best_pgsz() returns > PAGE_SIZE then the equation here is > > not correct. 'start' should be 'virt'. Change it to use the core code for > > page_num and the canonical calculation of page_shift. > > Should I submit a fix for stable changing start to virt? I suspect EFA users never use ibv_reg_mr_iova() so won't have an actual bug? Thanks, Jason