This addresses a panic hit by syzkaller if wall_cmos_clock is set.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 24087 Build 22955: arc lint + arc unit
Event Timeline
Comment Actions
If this causes a panic, maybe it shouldn't be conditional on allow_insane_settime? After all, syzkaller may eventually discovered sysctls.
Otherwise, LGTM.
Comment Actions
The commit log message for r312702 hints that allow_insane_settime already prevents a privileged user from panicking the system.
syzkaller would probably discover debug.kdb.panic first. :)