The patch titled Subject: exec-increase-binprm_buf_size-to-256-fix has been removed from the -mm tree. Its filename was exec-increase-binprm_buf_size-to-256-fix.patch This patch was dropped because it was folded into exec-increase-binprm_buf_size-to-256.patch ------------------------------------------------------ From: Oleg Nesterov <oleg@xxxxxxxxxx> Subject: exec-increase-binprm_buf_size-to-256-fix update comment, per Kees Cc: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/exec.c~exec-increase-binprm_buf_size-to-256-fix +++ a/fs/exec.c @@ -1563,7 +1563,7 @@ static void bprm_fill_uid(struct linux_b /* * Fill the binprm structure from the inode. - * Check permissions, then read the first 128 (BINPRM_BUF_SIZE) bytes + * Check permissions, then read the first BINPRM_BUF_SIZE bytes * * This may be called multiple times for binary chains (scripts for example). */ _ Patches currently in -mm which might be from oleg@xxxxxxxxxx are exec-increase-binprm_buf_size-to-256.patch