We have an instance of todo!() in production code, which may cause a panic. However, kernel should avoid panicking. See the following locations in the code an make it return an error instead.:
kernel/src/actions/deletion_vector.rs
167: todo!("Don't support native serialization in inline bitmaps yet");