The patch titled kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy has been removed from the -mm tree. Its filename is kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy.patch This patch was dropped because it was folded into kprobes-handle-symbol-resolution-when-modulesymbol-is-specified.patch ------------------------------------------------------ Subject: kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy From: Andrew Morton <akpm@xxxxxxxx> Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> Cc: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-powerpc/kprobes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN include/asm-powerpc/kprobes.h~kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy include/asm-powerpc/kprobes.h --- a/include/asm-powerpc/kprobes.h~kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy +++ a/include/asm-powerpc/kprobes.h @@ -54,12 +54,12 @@ typedef unsigned int kprobe_opcode_t; */ #define kprobe_lookup_name(name, addr) \ { \ - char *colon; \ addr = (kprobe_opcode_t *)kallsyms_lookup_name(name); \ if (addr) { \ + char *colon; \ if ((colon = strchr(name, ':')) != NULL) { \ colon++; \ - if (*colon != '\0' && colon[0] != '.') \ + if (*colon != '\0' && *colon != '.') \ addr = *(kprobe_opcode_t **)addr; \ } else if (name[0] != '.') \ addr = *(kprobe_opcode_t **)addr; \ _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list-module-taint-flags-in-oops-panic.patch move-pidmap-to-pspaceh.patch kprobes-handle-symbol-resolution-when-modulesymbol-is-specified.patch kprobes-handle-symbol-resolution-when-modulesymbol-is-specified-tidy.patch isdn-work-around-excessive-udelay.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes-tidy.patch knfsd-add-a-callback-for-when-last-rpc-thread-finishes-fix.patch knfsd-separate-out-some-parts-of-nfsd_svc-which-start-nfs-servers-tweaks.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports-tidy.patch knfsd-define-new-nfsdfs-file-portlist-contains-list-of-ports-fix.patch knfsd-drop-serv-option-to-svc_recv-and-svc_process-nfs-callback-fix-nfs-callback-fix.patch knfsd-move-tempsock-aging-to-a-timer-tidy.patch namespaces-add-nsproxy.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-sparc.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch ipc-namespace-core.patch rename-the-provided-execve-functions-to-kernel_execve-headers-fix.patch replace-cad_pid-by-a-struct-pid-fixes.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