All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Improve v4l2-compat-ioctl32 handler getting rid of smatch warnings
@ 2018-04-19 16:33 Mauro Carvalho Chehab
  2018-04-19 16:33 ` [PATCH v2 1/4] media: v4l2-compat-ioctl32: fix several __user annotations Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2018-04-19 16:33 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List, Mauro Carvalho Chehab

This series correspond to the last 3 patches of my previous patch series:
	https://www.spinics.net/lists/linux-media/msg132453.html

It contains the compat32 related bits.

Version 2 addresses some comments from Hans.
It adds a new patch better documenting it.

Mauro Carvalho Chehab (4):
  media: v4l2-compat-ioctl32: fix several __user annotations
  media: v4l2-compat-ioctl32: better name userspace pointers
  media: v4l2-compat-ioctl32: simplify casts
  media: v4l2-compat-ioctl32: better document the code

 drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 805 ++++++++++++++++----------
 1 file changed, 496 insertions(+), 309 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-04-26 21:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 16:33 [PATCH v2 0/4] Improve v4l2-compat-ioctl32 handler getting rid of smatch warnings Mauro Carvalho Chehab
2018-04-19 16:33 ` [PATCH v2 1/4] media: v4l2-compat-ioctl32: fix several __user annotations Mauro Carvalho Chehab
2018-04-20 11:02   ` Hans Verkuil
2018-04-23 14:39   ` Sakari Ailus
2018-04-19 16:33 ` [PATCH v2 2/4] media: v4l2-compat-ioctl32: better name userspace pointers Mauro Carvalho Chehab
2018-04-19 16:33 ` [PATCH v2 3/4] media: v4l2-compat-ioctl32: simplify casts Mauro Carvalho Chehab
2018-04-20 11:03   ` Hans Verkuil
2018-04-19 16:33 ` [PATCH v2 4/4] media: v4l2-compat-ioctl32: better document the code Mauro Carvalho Chehab
2018-04-19 16:38   ` Mauro Carvalho Chehab
2018-04-20 11:16   ` Hans Verkuil
2018-04-20 11:44     ` Mauro Carvalho Chehab
2018-04-20 11:51       ` Hans Verkuil
2018-04-20 11:45     ` [PATCH v2] " Mauro Carvalho Chehab
2018-04-20 11:49       ` Hans Verkuil
2018-04-26 21:35       ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.