Page MenuHomeFreeBSD

linuxkpi: Introduce module_param() of type `bint`
ClosedPublic

Authored by dumbbell on Nov 11 2022, 6:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 9:19 PM
Unknown Object (File)
Sun, Oct 20, 8:30 PM
Unknown Object (File)
Sun, Oct 20, 7:44 PM
Unknown Object (File)
Sun, Oct 20, 6:25 PM
Unknown Object (File)
Oct 13 2024, 10:55 AM
Unknown Object (File)
Oct 13 2024, 10:55 AM
Unknown Object (File)
Oct 13 2024, 10:55 AM
Unknown Object (File)
Oct 13 2024, 10:43 AM

Details

Summary

In Linux, this limits the accepted value to -1, 0 and 1. In FreeBSD, this remains a signed integer with no specific constraints.

This change is a requirement to update our DRM drivers to Linux 5.12.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable