The patch titled profile_likely: export do_check_likely has been removed from the -mm tree. Its filename was profile_likely-export-do_check_likely.patch This patch was dropped because it was folded into profile-likely-unlikely-macros.patch ------------------------------------------------------ Subject: profile_likely: export do_check_likely From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> I see MODPOST warnings for all modules in some (random) configs; e.g.: (This is a short list; I see >100 of these.) WARNING: "do_check_likely" [net/sched/cls_basic.ko] undefined! WARNING: "do_check_likely" [net/netfilter/x_tables.ko] undefined! WARNING: "do_check_likely" [net/key/af_key.ko] undefined! WARNING: "do_check_likely" [kernel/rcutorture.ko] undefined! WARNING: "do_check_likely" [fs/xfs/xfs.ko] undefined! WARNING: "do_check_likely" [fs/sysv/sysv.ko] undefined! WARNING: "do_check_likely" [fs/reiserfs/reiserfs.ko] undefined! WARNING: "do_check_likely" [fs/ntfs/ntfs.ko] undefined! WARNING: "do_check_likely" [fs/minix/minix.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Daniel Walker <dwalker@xxxxxxxxxx> Cc: Hua Zhong <hzhong@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/likely_prof.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN lib/likely_prof.c~profile_likely-export-do_check_likely lib/likely_prof.c --- a/lib/likely_prof.c~profile_likely-export-do_check_likely +++ a/lib/likely_prof.c @@ -10,6 +10,7 @@ */ #include <linux/init.h> +#include <linux/module.h> #include <linux/types.h> #include <linux/fs.h> #include <linux/seq_file.h> @@ -50,6 +51,7 @@ int do_check_likely(struct likeliness *l return ret; } +EXPORT_SYMBOL(do_check_likely); static void * lp_seq_start(struct seq_file *out, loff_t *pos) { _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch atyfb-fix-kconfig-error-part-2.patch git-drm.patch phy-layer-add-kernel-doc-docbook.patch fusion-kernel-doc-warning-fixes.patch scripts-kernel-doc-whitespace-cleanup.patch profile-likely-unlikely-macros.patch profile_likely-export-do_check_likely.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