The patch titled uml: prepare fixing compilation output has been removed from the -mm tree. Its filename is uml-prepare-fixing-compilation-output.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Move the build of user-offsets to arch/um/Kbuild, this will allow using the normal user-objs machinery. I had written this to fixup for a Kbuild change, but another fix was merged. This is still useful however. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/um/Kbuild | 4 ++++ arch/um/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff -puN /dev/null arch/um/Kbuild --- /dev/null 2003-09-15 06:40:47.000000000 -0700 +++ devel-akpm/arch/um/Kbuild 2006-04-14 23:41:57.000000000 -0700 @@ -0,0 +1,4 @@ +ARCH_DIR := arch/um + +$(ARCH_DIR)/user-offsets.s: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.c + $(CC) $(USER_CFLAGS) -S -o $@ $< diff -puN arch/um/Makefile~uml-prepare-fixing-compilation-output arch/um/Makefile --- devel/arch/um/Makefile~uml-prepare-fixing-compilation-output 2006-04-14 23:41:57.000000000 -0700 +++ devel-akpm/arch/um/Makefile 2006-04-14 23:41:57.000000000 -0700 @@ -203,8 +203,8 @@ endef $(ARCH_DIR)/include/uml-config.h : include/linux/autoconf.h $(call filechk,umlconfig) -$(ARCH_DIR)/user-offsets.s: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.c - $(CC) $(USER_CFLAGS) -S -o $@ $< +$(ARCH_DIR)/user-offsets.s: FORCE + $(Q)$(MAKE) $(build)=$(ARCH_DIR) $@ define filechk_gen-asm-offsets (set -e; \ _ Patches currently in -mm which might be from blaisorblade@xxxxxxxx are origin.patch uml-prepare-fixing-compilation-output.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