This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFC] Support for KASLR


Hi,

I’ve a kernel with the configuration option CONFIG_RANDOMIZE_BASE set. The backtrace fails for the kernel. The patch tries to address this issue. 

The patch is more a proof of concept. But so far, I’ve not found a better way to locate the relocated start address of the kernel than to take the value of s->static_addr, which holds the address of the symbol _stext.

Regards,
Torsten

Attachment: 0001-runtime-unwind.c-Support-KASLR.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]