From: Steven Rostedt Date: Wed, 1 Feb 2012 14:59:24 +0000 (-0500) Subject: x86/jump-label: Show where and what was wrong on errors X-Git-Tag: v3.12-rc1~64^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb40d7a8994a3cc7a1e1c1f3258ea8662a366916;p=pandora-kernel.git x86/jump-label: Show where and what was wrong on errors When modifying text sections for jump labels, a paranoid check is performed. If the check fails, the system "bugs". But why it failed is not shown. The BUG_ON()s in the jump label update code is replaced with bug_at(ip). This is a function that will show what pointer failed, and what was at the location of the failure that made jump label panic. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed