Re: [PATCH 07/12] v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32

2018-01-26 Thread Sakari Ailus
Hi Hans, On Fri, Jan 26, 2018 at 01:43:22PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > The struct v4l2_plane32 should set m.userptr as well. The same > happens in v4l2_buffer32 and v4l2-compliance tests for this. > > Signed-off-by: Hans Verkuil > --- > drivers/media/v4l2-core/v4l2-co

[PATCH 07/12] v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32

2018-01-26 Thread Hans Verkuil
From: Hans Verkuil The struct v4l2_plane32 should set m.userptr as well. The same happens in v4l2_buffer32 and v4l2-compliance tests for this. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 47 --- 1 file changed, 28 insertions(+), 19 de