Skip to content

libkdumpfile-0.5.5

Latest
Compare
Choose a tag to compare
@ptesarik ptesarik released this 25 Dec 20:46
· 12 commits to tip since this release
v0.5.5
2cae683

WARNING: This is the last release which includes the legacy Python bindings! Switch to pykdumpfile now!

Release highlights:

  • Include the kdumpid utility.
  • Incompatible API changes:
    • kdump_get_typed_attr(): parameters and type mismatch behaviour
    • kdump_attr_ref_get(): result must be discarded
  • Support f\lattened ELF dump files.
  • Support partially rearranged makedumpfile split files.
  • Parse QEMU CPU state ELF notes.
  • Use kernel page tables when initializing X86-64 Linux with PTI from CR3 register value.
  • Fix direct mapping if LDT PTI remapping is used in Linux on X86-64.
  • Minor cache improvements and a NULL-pointer dereference fix.
  • Fix test suite for 32-bit architectures.