Exceptions in BPF
Exceptions in BPF
Posted Jul 22, 2023 4:24 UTC (Sat) by wahern (subscriber, #37304)In reply to: Exceptions in BPF by walters
Parent article: Exceptions in BPF
> If you’re talking about Rust code using std certainty there can be a lot of implicit OOM panics. But kernel Rust doesn’t use std.
True, kernel Rust has its own standard library, but most of it seems to be littered with '#[cfg(not(no_global_oom_handling))]' just like the userspace std library.
