The patch titled update-documentation-kprobestxt update has been added to the -mm tree. Its filename is update-documentation-kprobestxt-update.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: update-documentation-kprobestxt update From: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> Now that the proposed return_value() got changed to regs_return_value(), the kprobes.txt needs to be updated so the example modules build off-the-box. Documentation/kprobes.txt updated to reflect: o In-kernel symbol resolution o CONFIG_KALLSYMS dependency o Usage of JPROBE_ENTRY o Addition of regs_return_value() Also update the usage examples to use correct module interfaces. Signed-off-by: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> Acked-by: Jim Keniston <jkenisto@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/kprobes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN Documentation/kprobes.txt~update-documentation-kprobestxt-update Documentation/kprobes.txt --- a/Documentation/kprobes.txt~update-documentation-kprobestxt-update +++ a/Documentation/kprobes.txt @@ -279,9 +279,9 @@ of interest: - rp: points to the corresponding kretprobe object - task: points to the corresponding task struct -The regs_return_value(regs) macro provides a simple abstraction to extract -the return value from the appropriate register as defined by the -architecture's ABI. +The regs_return_value(regs) macro provides a simple abstraction to +extract the return value from the appropriate register as defined by +the architecture's ABI. The handler's return value is currently ignored. _ Patches currently in -mm which might be from ananth@xxxxxxxxxx are origin.patch kprobes-make-kprobe-modules-more-portable.patch kprobes-make-kprobe-modules-more-portable-update.patch add-regs_return_value-helper.patch update-documentation-kprobestxt.patch update-documentation-kprobestxt-update.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