On Tue, Feb 26, 2019 at 02:44:52PM +0200, Shamir Rabinovitch wrote: > This patch set continue the cleanup started with prior series. This > patch set clean the ib_xxx destroy APIs because those APIs do have > ib_udata. > > The final goal of this cleanup is to remove the dependency in the IB > code in the ib_xxx->uobject pointer as step toward shared ib_xxx > objects. > > This series also remove ib_ucontext from functions signature where > ib_udata is available. > > Shamir Rabinovitch (5): > IB/{rdma,core}: ucontext should be set properly for all cmd & ioctl > paths > IB/{core,hw}: pass uverbs_attr_bundle down uobject destroy path > IB/{core,hw,sw}: pass uverbs_attr_bundle down ib_x destroy path > IB:{core,hw}: remove 'uobject->context' dependency in object destroy > APIs > IB/{core,hw,sw}: pass only ib_udata in function prototypes I was going to look at this today, but it doesn't apply and doesn't compile on the latest tree.. Please rebase it.. Jason