--- - branch: MAIN date: Sun Apr 17 09:09:13 UTC 2022 files: - new: '1.188' old: '1.187' path: src/sys/kern/subr_prf.c pathrev: src/sys/kern/subr_prf.c@1.188 type: modified id: 20220417T090913Z.9c5d41eb07c8d21292ff87ee8356a2ded0bcd2e2 log: | panic(9): Serialize panicstr access and printing `panic:' message. This isn't riskier than before -- previously we took kprintf_lock inside each separate printf/vprintf call here. Now we just take it once around access to panicstr and printing the message. With any luck, this should help avoid interleaving panic messages with each other and with other output -- and maybe cut down on the number of syzkaller duplicates. module: src subject: 'CVS commit: src/sys/kern' unixtime: '1650186553' user: riastradh