Page MenuHomeFreeBSD

LinuxKPI: Implement irq_work_sync() routine.
ClosedPublic

Authored by wulf on Jun 18 2021, 11:57 PM.
Tags
None
Referenced Files
F170362751: D30818.id91751.diff
Fri, Sep 4, 11:11 AM
F170345828: D30818.id91751.diff
Fri, Sep 4, 9:30 AM
Unknown Object (File)
Thu, Sep 3, 10:22 AM
Unknown Object (File)
Tue, Sep 1, 1:25 PM
Unknown Object (File)
Tue, Sep 1, 10:38 AM
Unknown Object (File)
Sun, Aug 30, 12:00 PM
Unknown Object (File)
Sun, Aug 30, 11:18 AM
Unknown Object (File)
Sun, Aug 30, 10:48 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.