Page MenuHomeFreeBSD

A few linuxkpi additions for virtio-gpu
ClosedPublic

Authored by arichardson on Oct 8 2021, 8:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 7:39 AM
Unknown Object (File)
Mon, Aug 10, 4:02 AM
Unknown Object (File)
Mon, Aug 3, 5:51 AM
Unknown Object (File)
Thu, Jul 30, 10:37 AM
Unknown Object (File)
Sun, Jul 26, 10:03 PM
Unknown Object (File)
Wed, Jul 22, 7:44 PM
Unknown Object (File)
Tue, Jul 21, 1:01 AM
Unknown Object (File)
Mon, Jul 20, 8:32 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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