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)
Mar 8 2024, 12:04 AM
Unknown Object (File)
Jan 28 2024, 11:48 AM
Unknown Object (File)
Jan 2 2024, 12:55 PM
Unknown Object (File)
Dec 20 2023, 4:32 AM
Unknown Object (File)
Dec 14 2023, 10:28 PM
Unknown Object (File)
Aug 19 2023, 2:38 AM
Unknown Object (File)
Aug 16 2023, 9:41 AM
Unknown Object (File)
Aug 15 2023, 12:35 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.