Page MenuHomeFreeBSD

LinuxKPI: Implement irq_work_sync() routine.
ClosedPublic

Authored by wulf on Jun 18 2021, 11:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 11:03 PM
Unknown Object (File)
Mon, Nov 17, 5:32 AM
Unknown Object (File)
Wed, Oct 29, 2:14 AM
Unknown Object (File)
Wed, Oct 22, 7:51 AM
Unknown Object (File)
Oct 14 2025, 1:35 PM
Unknown Object (File)
Oct 10 2025, 12:02 AM
Unknown Object (File)
Sep 24 2025, 3:22 PM
Unknown Object (File)
Sep 7 2025, 8:13 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39984
Build 36873: arc lint + arc unit

Event Timeline

wulf requested review of this revision.Jun 18 2021, 11:57 PM

Might want to explain what it does, "required by drm" isn't a good commit message.
Otherwise looks good.

This revision is now accepted and ready to land.Jun 19 2021, 8:37 AM
In D30818#693146, @manu wrote:

Might want to explain what it does, "required by drm" isn't a good commit message.
Otherwise looks good.

IMO commit diff is selfexplaining. irq_work_sync performs draining of irq_work task

This revision was automatically updated to reflect the committed changes.