Page MenuHomeFreeBSD

linuxkpi: Support non-NULL zero-size pointers
ClosedPublic

Authored by dumbbell on Mar 13 2023, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2025, 6:55 AM
Unknown Object (File)
Jan 16 2025, 11:55 PM
Unknown Object (File)
Jan 15 2025, 4:10 PM
Unknown Object (File)
Dec 30 2024, 8:41 PM
Unknown Object (File)
Nov 20 2024, 8:34 PM
Unknown Object (File)
Nov 19 2024, 3:23 AM
Unknown Object (File)
Nov 19 2024, 3:23 AM
Unknown Object (File)
Nov 19 2024, 3:23 AM

Details

Summary

DRM drivers set some pointers to ZERO_SIZE_PTR directly (without allocating anything), to treat pointers which were "initialized" (set to ZERO_SIZE_PTR) with no memory allocation like really allocated pointers. NULL isn't used because it represents a third state.

This is part of the update of the DRM drivers to Linux 5.17.

Diff Detail

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