Hi Mauro, These four patches rework Media controller IOCTL handling for cleanups and preparation for variable sized IOCTL arguments. What's changed since the previous set is that the compat handling is kept as-is, i.e. it simply calls the regular handler if the IOCTL is something else than MEDIA_IOC_ENUM_LINKS32. Please pull. The following changes since commit c3b809834db8b1a8891c7ff873a216eac119628d: [media] pulse8-cec: fix compiler warning (2016-09-12 06:42:44 -0300) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git media-ioctl-rework for you to fetch changes up to 267abb2f81a2457d0552eb1b3d988407f3f5eabc: media: Add flags to tell whether to take graph mutex for an IOCTL (2016-09-16 12:36:08 +0300) ---------------------------------------------------------------- Sakari Ailus (4): media: Determine early whether an IOCTL is supported media: Unify IOCTL handler calling media: Refactor copying IOCTL arguments from and to user space media: Add flags to tell whether to take graph mutex for an IOCTL drivers/media/media-device.c | 224 +++++++++++++++++++++---------------------- 1 file changed, 111 insertions(+), 113 deletions(-) -- Kind regards, Sakari Ailus e-mail: sakari.ailus@xxxxxx XMPP: sailus@xxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html