Any low-overhead kernel debug options that we should ship with the kernel? |
|
Issue descriptionReading through crrev.com/c/1262158 I wonder if we should be turning on things like: CONFIG_SCHED_STACK_END_CHECK=y CONFIG_WQ_WATCHDOG=y ...all the time in the kernel? For CONFIG_SCHED_STACK_END_CHECK it says "The runtime overhead introduced is minimal.". For "CONFIG_WQ_WATCHDOG" we have other watchdogs in our system, so maybe we should add this one too? Not sure who makes decisions like this... |
|
►
Sign in to add a comment |
|