[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100120164945.4c6f018e.sfr@canb.auug.org.au>
Date: Wed, 20 Jan 2010 16:49:45 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: "Frank Ch. Eigler" <fche@...hat.com>, utrace-devel@...hat.com
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Roland McGrath <roland@...hat.com>,
Eric Paris <eparis@...hat.com>
Subject: linux-next: manual merge of the utrace tree with the fsnotify tree
Hi all,
Today's linux-next merge of the utrace tree got a conflict in
kernel/Makefile between commit 9878914352df8ccfbad1307d51ca05706d50cae4
("Audit: split audit watch Kconfig") from the fsnotify tree and commit
f357a74067bc548772166a4817d5f2c32005a449 ("utrace core") from the utrace
tree.
Just context changes. I fixed it up (see below) and can carry the fix as
necessary.
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --cc kernel/Makefile
index 702260a,8a0185e..0000000
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@@ -69,13 -69,13 +69,14 @@@ obj-$(CONFIG_IKCONFIG) += configs.
obj-$(CONFIG_RESOURCE_COUNTERS) += res_counter.o
obj-$(CONFIG_STOP_MACHINE) += stop_machine.o
obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
+ obj-$(CONFIG_UTRACE) += utrace.o
-obj-$(CONFIG_AUDIT) += audit.o auditfilter.o audit_watch.o
+obj-$(CONFIG_AUDIT) += audit.o auditfilter.o
obj-$(CONFIG_AUDITSYSCALL) += auditsc.o
-obj-$(CONFIG_GCOV_KERNEL) += gcov/
+obj-$(CONFIG_AUDIT_WATCH) += audit_watch.o
obj-$(CONFIG_AUDIT_TREE) += audit_tree.o
+obj-$(CONFIG_GCOV_KERNEL) += gcov/
obj-$(CONFIG_KPROBES) += kprobes.o
-obj-$(CONFIG_KGDB) += kgdb.o
+obj-$(CONFIG_KGDB) += debug/
obj-$(CONFIG_DETECT_SOFTLOCKUP) += softlockup.o
obj-$(CONFIG_DETECT_HUNG_TASK) += hung_task.o
obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists