From: Xiao Guangrong Date: Tue, 21 Jun 2011 02:35:55 +0000 (+0800) Subject: jump_label: Fix jump_label update for modules X-Git-Tag: v3.0-rc7~40^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140fe3b1ab9c082182ef13359fab4ddba95c24c3;p=pandora-kernel.git jump_label: Fix jump_label update for modules The jump labels entries for modules do not stop at __stop__jump_table, but after mod->jump_entries + mod_num_jump_entries. By checking the wrong end point, module trace events never get enabled. Cc: Ingo Molnar Acked-by: Jason Baron Tested-by: Avi Kivity Tested-by: Johannes Berg Signed-off-by: Xiao Guangrong Link: http://lkml.kernel.org/r/4E00038B.2060404@cn.fujitsu.com Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed