Page MenuHomeFreeBSD

A few linuxkpi additions for virtio-gpu
ClosedPublic

Authored by arichardson on Oct 8 2021, 8:37 AM.
Tags
None
Referenced Files
F161514973: D32366.diff
Sat, Jul 4, 11:17 AM
Unknown Object (File)
Thu, Jul 2, 1:32 AM
Unknown Object (File)
Wed, Jul 1, 8:54 PM
Unknown Object (File)
Sun, Jun 14, 12:08 PM
Unknown Object (File)
May 18 2026, 4:00 AM
Unknown Object (File)
May 18 2026, 12:13 AM
Unknown Object (File)
May 17 2026, 5:59 PM
Unknown Object (File)
May 16 2026, 1:49 AM
Subscribers

Details

Summary

Includes the following four commits:


linuxkpi: Add sg_init_one

Needed for the virtio-gpu driver.


linuxkpi: add PAGE_ALIGNED macro

Needed for the virtio-gpu driver.


linuxkpi: Allow BUILD_BUG_ON in if statements without braces

I got a compilation failure in virtio-gpu without this change.


linuxkpi: implement ida_alloc()

Needed for the virtio-gpu driver.


Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42022
Build 38910: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 8 2021, 8:50 AM