Page MenuHomeFreeBSD

sys: move sys/kern/md[45].c to sys/crypto
AcceptedPublic

Authored by fuz on Sat, Oct 4, 9:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 1:31 AM
Unknown Object (File)
Thu, Oct 9, 6:25 PM
Unknown Object (File)
Thu, Oct 9, 5:33 PM
Unknown Object (File)
Thu, Oct 9, 5:33 PM
Unknown Object (File)
Thu, Oct 9, 3:30 PM
Unknown Object (File)
Tue, Oct 7, 5:18 PM
Unknown Object (File)
Mon, Oct 6, 1:12 PM
Unknown Object (File)
Mon, Oct 6, 1:12 PM
Subscribers

Details

Reviewers
markj
imp
manu
Summary

Both files are used by kernel and userspace.
Move them to sys/crypto where they belong.

No functional changes intended.

In preparation of D45670.

Test Plan

builds fine

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 67560
Build 64443: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Sat, Oct 4, 9:47 PM
markj added inline comments.
stand/libsa/Makefile
192

I'd remove this comment too, it's not useful.

This revision is now accepted and ready to land.Tue, Oct 7, 7:11 PM

Will do. I had to stop with the MD5 changeset as I noticed a performance regression on AMD Zen 4, which I will have to look into in more detail.