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)
Tue, Apr 14, 4:02 AM
Unknown Object (File)
Mon, Apr 13, 11:40 PM
Unknown Object (File)
Sun, Apr 12, 3:17 PM
Unknown Object (File)
Sat, Apr 11, 5:33 AM
Unknown Object (File)
Fri, Apr 10, 11:54 PM
Unknown Object (File)
Sun, Apr 5, 3:09 PM
Unknown Object (File)
Sun, Apr 5, 9:48 AM
Unknown Object (File)
Sat, Apr 4, 10:28 AM

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.