The patch titled Add a prototype for arch_deref_entry_point() has been removed from the -mm tree. Its filename was jprobes-make-jprobes-a-little-safer-for-users-fix.patch This patch was dropped because it was folded into jprobes-make-jprobes-a-little-safer-for-users.patch ------------------------------------------------------ Subject: Add a prototype for arch_deref_entry_point() From: Michael Ellerman <michael@xxxxxxxxxxxxxx> Signed-off-by: Michael Ellerman <michael@xxxxxxxxxxxxxx> Cc: Prasanna S Panchamukhi <prasanna@xxxxxxxxxx> Cc: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kprobes.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/kprobes.h~jprobes-make-jprobes-a-little-safer-for-users-fix include/linux/kprobes.h --- a/include/linux/kprobes.h~jprobes-make-jprobes-a-little-safer-for-users-fix +++ a/include/linux/kprobes.h @@ -214,6 +214,7 @@ int longjmp_break_handler(struct kprobe int register_jprobe(struct jprobe *p); void unregister_jprobe(struct jprobe *p); void jprobe_return(void); +unsigned long arch_deref_entry_point(void *); int register_kretprobe(struct kretprobe *rp); void unregister_kretprobe(struct kretprobe *rp); _ Patches currently in -mm which might be from michael@xxxxxxxxxxxxxx are git-powerpc.patch jprobes-make-struct-jprobeentry-a-void.patch jprobes-remove-jprobe_entry.patch jprobes-make-jprobes-a-little-safer-for-users.patch jprobes-make-jprobes-a-little-safer-for-users-fix.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