On Tue, 11 Sep 2012, Cyril Chemparathy wrote:
This patch replaces the original physical offset patching implementation
with one that uses the newly added patching framework.
Signed-off-by: Cyril Chemparathy <redacted>
Please also remove the MODULE_ARCH_VERMAGIC_P2V entirely from module.h
in this patch. This corresponds to the old patch table format which is
no longer supported once this patch is applied. The new mechanism is
covered by MODULE_ARCH_VERMAGIC_RT_PATCH already.
Once that is done, you may add...
Reviewed-by: Nicolas Pitre <redacted>
Nicolas