On Wed, Feb 20, 2019 at 04:21:05PM -0800, Matthew Wilcox wrote: > Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxx> > --- > drivers/infiniband/core/ucma.c | 56 ++++++++++++++-------------------- > 1 file changed, 23 insertions(+), 33 deletions(-) Applied to for-next, but I added this hunk: --- a/drivers/infiniband/core/ucma.c +++ b/drivers/infiniband/core/ucma.c @@ -81,7 +81,7 @@ struct ucma_file { }; struct ucma_context { - int id; + u32 id; struct completion comp; atomic_t ref; int events_reported; Thanks, Jason