fishinabarrel/linux-kernel-module-rust

support extending bpf

dvc94ch opened this issue · 4 comments

Hi,
I watched your presentation from 2019 on youtube and you were asking about potential use cases for out of tree modules. I'd be interested in extending the bpf vm in out of tree kernel modules, but I'm not sure if that is possible. Specifically add support for unwinding user space stacks without frame pointers. Some related work I've done for creating better rust program analysis tools are in [0] and [1].

alex commented

So this could fundamentally not be built using an out of tree kernel module? Sorry I don't know anything about kernel development.

alex commented

Ok thanks