This addresses a panic hit by syzkaller if wall_cmos_clock is set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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. :)