Al Viro 0dfe6581a7 get rid of compat_mc_getsockopt()
now we can do MCAST_MSFILTER in compat ->getsockopt() without
playing silly buggers with copying things back and forth.
We can form a native struct group_filter (sans the variable-length
tail) on stack, pass that + pointer to the tail of original request
to the helper doing the bulk of the work, then do the rest of
copyout - same as the native getsockopt() does.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-05-20 20:31:27 -04:00
..
2020-04-03 13:12:26 -07:00
2020-05-19 19:55:36 -07:00
2020-01-27 11:09:31 +01:00
2020-05-20 20:31:27 -04:00
2020-05-20 20:31:27 -04:00
2020-05-12 18:12:40 -07:00
2019-11-26 14:40:13 -08:00
2020-05-20 20:31:27 -04:00
2020-01-24 13:44:07 +01:00