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)
Feb 9 2024, 2:48 AM
Unknown Object (File)
Jan 18 2024, 5:09 AM
Unknown Object (File)
Dec 23 2023, 1:09 AM
Unknown Object (File)
Dec 22 2023, 2:46 AM
Unknown Object (File)
Dec 17 2023, 4:39 PM
Unknown Object (File)
Nov 25 2023, 7:46 PM
Unknown Object (File)
Nov 13 2023, 3:48 PM
Unknown Object (File)
Nov 12 2023, 7:29 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