Page MenuHomeFreeBSD

Use falloc_noinstall + finstall.
ClosedPublic

Authored by jhb on Jan 8 2020, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 9:31 PM
Unknown Object (File)
Dec 20 2024, 8:32 AM
Unknown Object (File)
Oct 8 2024, 10:09 PM
Unknown Object (File)
Sep 1 2024, 6:36 PM
Unknown Object (File)
Aug 20 2024, 9:27 PM
Unknown Object (File)
Aug 18 2024, 2:50 PM
Unknown Object (File)
Aug 12 2024, 6:21 AM
Unknown Object (File)
Jul 30 2024, 5:25 AM
Subscribers

Details

Test Plan
  • cryptocheck still passes ok

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I guess this race doesn't really matter as if you try to use the file before finit() you just get badfileops and finit() itself is "atomic"? If so, I could just leave this as-is unless this approach is preferred.

No objection, but I believe you're correct about finit() being "atomic." (I mean, it is atomic. But are the fops consumers?)

sys/opencrypto/cryptodev.c
1516 ↗(On Diff #66471)

Will the compiler complain about storing fd to a uint32_t lvalue? I guess that part has not changed, so no.

This revision is now accepted and ready to land.Jan 8 2020, 1:05 AM