alexandernst / monks

Procmon alternative for Linux
71 stars 34 forks source link

Backports for the oldest possible kernel #15

Open alexandernst opened 11 years ago

alexandernst commented 11 years ago

Give support for as old kernels as possible.

milabs commented 10 years ago

OK

$ uname -a
Linux rootbox 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
alexandernst commented 10 years ago

The netlink code I'll push (hopefully) this afternoon works on 3.6+ and has an ifdef for 3.6-, since the API changed. Anyways, I'm not sure when did it changed.

I'll have a look at drone.io and/or jenkins and see if they can help us with the testing on different kernels. Right now, drone.io is building procmon on a ubuntu server 12.10 iirc.

Btw, I'm on Arch, so I'm always compiling procmon on the latest available kernel.