bpetkov

bpetkov

Kernel oops decoder

a project by benjamin_poirier

Read in a crash or oops-style backtrace and access DWARF information to output the current content of the stack and registers in term of symbols, and the the crash commands to dump/pretty print them. In other words, when looking at a crash dump, answer the questions "Which variable is currently stored in $rax? What is the structure of the stack? Which variable is stored at $rsp+16?"

Updated over 5 years ago. 9 hacker ♥️.

Experiment with uselessd as a systemd replacement on openSUSE 13.1

an invention by dsterba

The base version for uselessd is systemd-208, which is the version used in 13.1. Let's try if a direct substitution of the binaries works and watch out for the problems.

Updated over 5 years ago. 16 hacker ♥️.

Make git-sort faster

a project by benjamin_poirier

git-sort is a a tool that reads a list of git commits and sorts them so that the partial ordering of parent-child relationships is respected. It performs this as a stable sort; it preserves the input order of commits that are on parallel development branches. This tool is useful when backporting a large number of commits so that the commits may be cherry-picked in an order such that no child commit appears before any of its ancestors.

Updated over 5 years ago. 2 hacker ♥️.

crash-python

a project by jeff_mahoney

New Development

Updated over 3 years ago. 21 hacker ♥️. 4 followers.
1
1
10
4

Looking for projects around:

Nothing at the moment

Activity

  • over 7 years ago: bpetkov liked crash-python
  • over 7 years ago: bpetkov liked Make git-sort faster
  • over 7 years ago: bpetkov liked Experiment with uselessd as a systemd replacement on openSUSE 13.1
  • over 8 years ago: bpetkov liked Kernel oops decoder
  • almost 9 years ago: bpetkov joined x86 instructions decoder
  • about 10 years ago: bpetkov originated x86 instructions decoder