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)
Sun, Jul 26, 10:22 AM
Unknown Object (File)
Fri, Jul 24, 8:34 PM
Unknown Object (File)
Tue, Jul 21, 6:34 PM
Unknown Object (File)
Tue, Jul 21, 3:54 AM
Unknown Object (File)
Tue, Jul 7, 3:06 AM
Unknown Object (File)
Mon, Jul 6, 2:32 AM
Unknown Object (File)
Sat, Jul 4, 8:49 PM
Unknown Object (File)
Sat, Jul 4, 12:40 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.