[Crash-utility] [PATCH v2 0/3] Add support for kernel aslr

Andy Honig ahonig at google.com
Thu Feb 20 00:33:49 UTC 2014


Changes from v1:
Separated changes in x86_64 to a separate file as they are only related
in that I needed to add support for slighty different kernels in order
to fully test these patches.

Corrected an alignment check from "& 0x1000 == 0" to "&0xFFF == 0"

Andy Honig (3):
  Improve search for __switch_to symbol
  Add support to kaslr for offline vmcore files.
  Automatically detect kernel aslr offset.

 defs.h    |   2 ++
 main.c    |   8 +++--
 netdump.c |  11 ++++++
 symbols.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 x86_64.c  |  20 +++++++----
 5 files changed, 127 insertions(+), 31 deletions(-)

-- 
1.9.0.rc1.175.g0b1dcb5




More information about the Crash-utility mailing list