Skip to content

kernel: Run sanity checks on context construction

Moving the kernel sanity check code to kernel context instantiation time ensures that it is impossible to create an invalid kernel context. This is based on a suggestion made in a comment by @theuni in the original pull request first introducing the kernel::Context.

Merge request reports

Loading