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)
Fri, Oct 10, 12:02 AM
Unknown Object (File)
Wed, Sep 24, 3:22 PM
Unknown Object (File)
Sep 7 2025, 8:13 PM
Unknown Object (File)
Aug 24 2025, 7:06 PM
Unknown Object (File)
Jul 5 2025, 2:05 PM
Unknown Object (File)
Jul 1 2025, 1:47 PM
Unknown Object (File)
Jun 26 2025, 10:13 PM
Unknown Object (File)
Jun 24 2025, 10:51 PM

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.