diff options
author | Christophe Leroy <[email protected]> | 2022-02-15 13:41:06 +0100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-02-16 23:25:12 +1100 |
commit | b64913394f123e819bffabc79a0e48f98e78dc5d (patch) | |
tree | 6bdf27b3d9814cf55f96d62d92731d04857aad60 /scripts/gdb/linux/utils.py | |
parent | 69b420ed8fd3917ac7073256b4929aa246b6fe31 (diff) |
lkdtm: Really write into kernel text in WRITE_KERN
WRITE_KERN is supposed to overwrite some kernel text, namely
do_overwritten() function.
But at the time being it overwrites do_overwritten() function
descriptor, not function text.
Fix it by dereferencing the function descriptor to obtain
function text pointer. Export dereference_function_descriptor()
for when LKDTM is built as a module.
And make do_overwritten() noinline so that it is really
do_overwritten() which is called by lkdtm_WRITE_KERN().
Signed-off-by: Christophe Leroy <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/31e58eaffb5bc51c07d8d4891d1982100ade8cfc.1644928018.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions