https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218597
--- Comment #5 from Alexandre martins <[email protected]> --- (In reply to Alexandre martins from comment #4) It seems that the cession is not thread safe, for example in cryptodev_op: ... 712 cse->uio.uio_iov = &cse->iovec; 713 cse->uio.uio_iovcnt = 1; 714 cse->uio.uio_offset = 0; ... There is no lock around that. Should I propose a bigger patch to fix that ? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
