benjamin_poirier

benjamin_poirier

gdb-kdump

a project by alnovak

The goal of the project is making the gdb able to open compressed kernel dump - access its memory contents at the very least. If one wants to open compressed kernel dump (that's what our customers are sending mostly when reporting kernel panics nowadays), he has to use crash. Crash is a brilliant tool with many kernel-specific hacks, but at the same time, it has a huge functionality overlap with gdb, it is hard (even impossible in many cases) to extend it.

Updated almost 5 years ago. 4 hacker ♥️.

libkdumpfile/gdb-kdump improvements

a project by alnovak

gdb-kdump (and libkdumpfile) needs a plenty of improvements and tasks to be done. For HackWeek 13, Vlastimil chose to work on SLAB memory support, Petr, amongst other things, reorganized the libkdumpfile code and alnovak begun with libkdumpfile's ppc64 support. Our status in 4/5 of HackWeek 13:

SLAB

Updated about 5 years ago. 6 hacker ♥️.

Geeko's Hackweek Gazette - Nürnberg Edition

a project by xgonzo

Geeko's Hack Week Gazette - Nürnberg Edition Provide a daily news mail what is going on during Hack Week

Updated about 5 years ago. 5 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. The current implementation of git-sort is a proof of concept that uses git merge-base --is-ancestor. Having a more efficient version would ease the handling of large input lists.

Updated about 5 years ago. 2 hacker ♥️.
3
3
1
4

Looking for projects around:

Nothing at the moment

Activity

  • about 7 years ago: benjamin_poirier liked Make git-sort faster
  • about 7 years ago: benjamin_poirier started Make git-sort faster
  • about 7 years ago: benjamin_poirier originated Make git-sort faster
  • almost 8 years ago: benjamin_poirier liked Geeko's Hackweek Gazette - Nürnberg Edition
  • over 8 years ago: benjamin_poirier liked libkdumpfile/gdb-kdump improvements
  • about 9 years ago: benjamin_poirier started Integrate e1000e into the Linux Kernel Backports project
  • about 9 years ago: benjamin_poirier originated Integrate e1000e into the Linux Kernel Backports project
  • over 9 years ago: benjamin_poirier liked gdb-kdump
  • over 10 years ago: benjamin_poirier started Kernel oops decoder
  • over 10 years ago: benjamin_poirier originated Kernel oops decoder