Re: [PATCHv4 4/6] Allow setting FD_CLOEXEC flag for new sockets

From: Zach Brown
Date: Tue Nov 20 2007 - 13:00:58 EST



> +union indirect_params {
> + struct {
> + int flags;
> + } file_flags;
> +};

Have you given thought to having to perform compat translation on this?
Today it's only copied directly from the user pointer into the union
in the task_struct.

I'd love if we could only use fixed-width fields in the interface to
avoid the compat nonsense.

- z
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/