← Back to context

Comment by mimd

3 days ago

Yes, panicking in kernels is bad. I've followed the whole R4L fight about working around it.

https://github.com/apple-oss-distributions/xnu/blob/main/doc...

https://github.com/apple-oss-distributions/xnu/blob/main/doc...

Upstream fbounds in xnu has options for controlling if it panics or is just a telemetry event. They are in a kernel situation and have the exact same considerations on trying to keep the kernel alive.