The patch titled linux-kernel-markers-documentation update has been removed from the -mm tree. Its filename was linux-kernel-markers-documentation-update.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: linux-kernel-markers-documentation update From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx> Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/marker.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN Documentation/marker.txt~linux-kernel-markers-documentation-update Documentation/marker.txt --- a/Documentation/marker.txt~linux-kernel-markers-documentation-update +++ a/Documentation/marker.txt @@ -74,8 +74,8 @@ optimization can be disabled through men The MF_* flags can be used to control the type of marker. See the include/marker.h header for the list of flags. They can be specified as the -first parameter of the _trace_mark() macro, such as the following example which is -safe with respect to lockdep.c (useful for marking lockdep.c and printk +first parameter of the _trace_mark() macro, such as the following example which +is safe with respect to lockdep.c (useful for marking lockdep.c and printk functions). _trace_mark(MF_DEFAULT | ~MF_LOCKDEP, subsystem_eventb, MARK_NOARGS); _ Patches currently in -mm which might be from mathieu.desnoyers@xxxxxxxxxx are origin.patch git-avr32.patch powerpc-promc-remove-undef-printk.patch linux-kernel-markers-documentation-update.patch markers-define-the-linker-macro-extra_rwdata.patch markers-use-extra_rwdata-in-architectures.patch port-of-blktrace-to-the-linux-kernel-markers.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