(11/22/2013 3:33 PM), Oleg Nesterov wrote: > On 11/22, KOSAKI Motohiro wrote: >> >> (11/22/2013 12:54 PM), Oleg Nesterov wrote: >>> We can kill either task->did_exec or PF_FORKNOEXEC, they are >>> mutually exclusive. The patch kill ->did_exec because it has >>> a single user. >> >> It's ok. >> >> but, >> >>> - * Auch. Had to add the 'did_exec' flag to conform completely to POSIX. >>> - * LBT 04.03.94 >>> + * !PF_FORKNOEXEC check to conform completely to POSIX. LBT 04.03.94. >> >> I guess LBT is his name and !PF_FORKNOEXEC is not his opinion. Please just >> remove "LBT 04.03.94" too. git repo still keep his achievement and can avoid >> confusion. > > OK, please see v2. > > > Subject: [PATCH] kill task_struct->did_exec > From: Oleg Nesterov <[email protected]> > Date: Fri, 22 Nov 2013 18:43:40 +0100 > > We can kill either task->did_exec or PF_FORKNOEXEC, they are > mutually exclusive. The patch kills ->did_exec because it has > a single user. > > Signed-off-by: Oleg Nesterov <[email protected]>
Acked-by: KOSAKI Motohiro <[email protected]> -- 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/

