The patch titled Subject: unicore32, exec: remove redundant set_fs(USER_DS) has been removed from the -mm tree. Its filename was unicore32-exec-remove-redundant-set_fsuser_ds.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Mathias Krause <minipli@xxxxxxxxxxxxxx> Subject: unicore32, exec: remove redundant set_fs(USER_DS) The address limit is already set in flush_old_exec() so this set_fs(USER_DS) is redundant. Signed-off-by: Mathias Krause <minipli@xxxxxxxxxxxxxx> Cc: Guan Xuetao <gxt@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/unicore32/include/asm/processor.h | 1 - 1 file changed, 1 deletion(-) diff -puN arch/unicore32/include/asm/processor.h~unicore32-exec-remove-redundant-set_fsuser_ds arch/unicore32/include/asm/processor.h --- a/arch/unicore32/include/asm/processor.h~unicore32-exec-remove-redundant-set_fsuser_ds +++ a/arch/unicore32/include/asm/processor.h @@ -53,7 +53,6 @@ struct thread_struct { #define start_thread(regs, pc, sp) \ ({ \ unsigned long *stack = (unsigned long *)sp; \ - set_fs(USER_DS); \ memset(regs->uregs, 0, sizeof(regs->uregs)); \ regs->UCreg_asr = USER_MODE; \ regs->UCreg_pc = pc & ~1; /* pc */ \ _ Patches currently in -mm which might be from minipli@xxxxxxxxxxxxxx are linux-next.patch arm-exec-remove-redundant-set_fsuser_ds.patch ia64-exec-remove-redundant-set_fsuser_ds.patch parisc-exec-remove-redundant-set_fsuser_ds.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html