Skip to content

Handling kernel-mode errors/panics #655

@sangho2

Description

@sangho2

We can encounter errors or panics while running kernel-mode code. If they are non-fatal errors, we should fix or suppress them as Linux kernel oops does. Ideally, we need to add more functions to litebox/src/mm/exception_table.rs to replace most of fallible operations, or apply additional clippy rules to the kernel-mode code like #![deny(clippy::arithmetic_side_effects)].

#654

Metadata

Metadata

Assignees

No one assigned

    Labels

    target-lvbsTargeting the LVBS system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions