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)
Nov 6 2024, 2:21 AM
Unknown Object (File)
Nov 5 2024, 4:40 AM
Unknown Object (File)
Nov 2 2024, 5:43 PM
Unknown Object (File)
Oct 22 2024, 5:15 AM
Unknown Object (File)
Oct 20 2024, 12:09 PM
Unknown Object (File)
Sep 27 2024, 5:21 AM
Unknown Object (File)
Sep 21 2024, 6:59 AM
Unknown Object (File)
Sep 21 2024, 3:25 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