OpenBSD cvs log

created 2018-11-29T14:09:14Z
begin 2018-04-22T00:00:00Z
end 2018-04-23T00:00:00Z
path src/sys
commits 3

date 2018-04-22T02:59:03Z
author visa
files src/sys/arch/amd64/amd64/aesni.c log diff annotate
message Add reference counting that prevents freeing of busy aesni sessions.
The early freeing has become possible because aesni_process() and
crypto_freesession() are no longer serialized by the kernel lock.
The flaw has caused kernel panics with IPsec traffic.

Issue seen by some, fix tested by mabi on bugs@
OK mikeb@, mpi@

date 2018-04-22T09:51:27Z
author ratchov
files src/sys/dev/pci/azalia.c log diff annotate
message Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. From
Michael W. Bombardieri. Thanks.

date 2018-04-22T10:02:13Z
author ratchov
files src/sys/dev/pci/azalia.c log diff annotate
message Use free(9) size argument in azalia_codec_select_dacs(). From
Michael W. Bombardieri. Thanks.