--- - branch: MAIN date: Thu Mar 24 12:58:56 UTC 2022 files: - new: '1.54' old: '1.53' path: src/sys/kern/kern_entropy.c pathrev: src/sys/kern/kern_entropy.c@1.54 type: modified id: 20220324T125856Z.db2883270f88d4129b80d57cd4bbc03d4af87a83 log: | entropy(9): Call entropy_softintr while bound to CPU. It looks like We tripped on the new assertion in entropy_account_cpu when there was pending entropy on cpu0 running lwp0 when xc_broadcast ran -- since xc_broadcast calls the function directly rather than calling it through softint_schedule, it's not called via the softint lwp which would satisfy the assertion. module: src subject: 'CVS commit: src/sys/kern' unixtime: '1648126736' user: riastradh