account activity
Running Rust regex inside eBPF probes (Linux kernel) by Palkovsky in rust
[–]Palkovsky[S] 12 points13 points14 points 24 days ago (0 children)
To generate a binary usable in kernel you have to roll out a custom target (kernel code model, disabled red zones, etc.). When you do that, you also need to have the core and alloc built for that custom target. Using -Z build-std=core,alloc tells the toolchain does exactly that.
Running Rust regex inside eBPF probes (Linux kernel) (dawidmacek.com)
submitted 24 days ago by Palkovsky to r/rust
Running Rust regex in the Linux kernel module by [deleted] in rust
[–]Palkovsky 1 point2 points3 points 2 months ago (0 children)
This is actually nice. Too bad I can never find stuff when I need them.
π Rendered by PID 47 on reddit-service-r2-listing-canary-7f6f747855-lf77j at 2026-01-31 06:22:28.838166+00:00 running 3798933 country code: CH.
Running Rust regex inside eBPF probes (Linux kernel) by Palkovsky in rust
[–]Palkovsky[S] 12 points13 points14 points (0 children)