Hi just nit > Index: linux-2.6-lttng/Makefile > =================================================================== > --- linux-2.6-lttng.orig/Makefile 2008-10-16 18:16:33.000000000 -0400 > +++ linux-2.6-lttng/Makefile 2008-10-16 18:16:38.000000000 -0400 > @@ -619,7 +619,7 @@ export mod_strip_cmd > > > ifeq ($(KBUILD_EXTMOD),) > -core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ > +core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ ltt/ > > vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ > $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ This patch depend on 07/15. it seems wrong patch order. Then it cause following build error. ~/linux/linux-2.6.27-lttng% make make make[1]: `include/asm-ia64/nr-irqs.h' is up to date. CHK include/linux/version.h CHK include/linux/utsrelease.h CALL scripts/checksyscalls.sh CHK include/linux/compile.h scripts/Makefile.build:41: /mnt/sdb1/kosaki/linux/linux-2.6.27-lttng/ltt/Makefile: No such file or directory make[1]: *** No rule to make target `/mnt/sdb1/kosaki/linux/linux-2.6.27-lttng/ltt/Makefile'. Stop. make: *** [ltt] Error 2 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html