On Mon, May 28, 2018 at 06:57:06PM +0100, Al Viro wrote: > From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > > get rid of insane "copy array of 32bit pointers into an array of > native ones" glue. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > + if (nr > ctx->nr_events) > + nr = ctx->nr_events; Shouldn't this be in the next patch? Except for that: Reviewed-by: Christoph Hellwig <hch@xxxxxx>