From: Ralf Baechle Date: Wed, 9 Oct 2013 12:08:09 +0000 (+0200) Subject: uprobes: Remove the wrong __weak attribute X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2d3f25dda016d9697c5416810d4528770f0a281;p=pandora-kernel.git uprobes: Remove the wrong __weak attribute linux/uprobes.h declares arch_uprobe_skip_sstep() as a weak function. But as there is no definition of generic version so when trying to build uprobes for an architecture that doesn't yet have a arch_uprobe_skip_sstep() implementation, the vmlinux will try to call arch_uprobe_skip_sstep() somehwere in Stupidhistan leading to a system crash. We rather want a proper link error so remove arch_uprobe_skip_sstep(). Signed-off-by: Ralf Baechle Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed