Page MenuHomeFreeBSD

linuxkpi: Move `release_pages()` to linux_page.c
AcceptedPublic

Authored by dumbbell on Sun, Apr 13, 11:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 10:54 PM
Unknown Object (File)
Sat, Apr 19, 3:20 PM
Unknown Object (File)
Thu, Apr 17, 7:10 PM
Unknown Object (File)
Thu, Apr 17, 11:16 AM
Unknown Object (File)
Thu, Apr 17, 10:32 AM
Unknown Object (File)
Thu, Apr 17, 8:41 AM
Unknown Object (File)
Thu, Apr 17, 7:07 AM
Unknown Object (File)
Thu, Apr 17, 2:45 AM
Subscribers

Details

Reviewers
markj
Group Reviewers
linuxkpi
Summary

We want to avoid putting code managing memory in inline functions in the future.

This is part of the update of DRM drivers to Linux 6.7. This is a follow-up to D48743.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dumbbell added a reviewer: markj.
wulf added inline comments.
sys/compat/linuxkpi/common/src/linux_page.c
180

Please add lkpi_ or linuxkpi_ prefix with corresponding #define to not pollute namespace

Rename release_pages() to linux_release_pages() to address @wulf concern.

This revision is now accepted and ready to land.Tue, Apr 15, 1:38 PM