Page MenuHomeFreeBSD

A few linuxkpi additions for virtio-gpu
ClosedPublic

Authored by arichardson on Oct 8 2021, 8:37 AM.
Tags
None
Referenced Files
F171558260: D32366.id96662.diff
Fri, Sep 11, 6:20 PM
Unknown Object (File)
Thu, Sep 10, 9:12 PM
Unknown Object (File)
Thu, Sep 10, 10:26 AM
Unknown Object (File)
Tue, Sep 8, 7:36 PM
Unknown Object (File)
Tue, Sep 8, 3:59 PM
Unknown Object (File)
Mon, Sep 7, 8:26 PM
Unknown Object (File)
Mon, Sep 7, 12:45 PM
Unknown Object (File)
Sat, Sep 5, 5:43 PM
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