History log of /linux-master/arch/parisc/include/asm/patch.h
Revision Date Author Comments
# 4e87ace9 05-Jun-2019 Sven Schnelle <svens@stackframe.org>

parisc: add support for patching multiple words

add patch_text_multiple() which allows to patch multiple
text words in memory. This can be used to copy functions.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>


# 620a53d5 04-Apr-2019 Sven Schnelle <svens@stackframe.org>

parisc: add parisc code patching

Instead of re-mapping the whole kernel text with RWX rights
add a patch_text() which can be used to replace instructions
in the kernel .text section. Based on the ARM implementation.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>