Best guess, without access to a PPC box, is that it is not solved. Any
arch where function pointers go via a descriptor will have this
problem.
PPC users, does /proc/ksyms contain the address of the function code or
the address of a descriptor which points to the code? It is easy to
tell, if function entries in /proc/ksyms are close together (8-128
bytes apart) and do not match the addresses in System.map then PPC has
the same problem as IA64. If this is true, what is the layout of a PPC
function descriptor so I can handle that case as well?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/