On Sat, Nov 01, 2014 at 08:49:45PM +0800, Chen Gang wrote: > setup_sigcontext() wants to copy all kernel related registers to user > space. So let it copy explicitly instead of copying by exceeding member > array border. So let code more clearer and avoid warning.
Er... Perhaps it would be better to avoid that shite completely and just use __copy_to_user() instead of bothering with loops? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

