Page MenuHomeFreeBSD

LinuxKPi: lkpi___kmalloc change a < into <= for proper boundry check
ClosedPublic

Authored by bz on Mar 29 2025, 6:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 28, 2:55 PM
Unknown Object (File)
Fri, Oct 24, 9:50 PM
Unknown Object (File)
Fri, Oct 24, 7:33 PM
Unknown Object (File)
Thu, Oct 23, 6:48 PM
Unknown Object (File)
Thu, Oct 23, 10:22 AM
Unknown Object (File)
Sep 29 2025, 7:38 PM
Unknown Object (File)
Sep 27 2025, 6:36 PM
Unknown Object (File)
Sep 25 2025, 8:39 PM
Subscribers

Details

Summary

lkpi___kmalloc() would use contigmalloc if the requested size is exactly
PAGE_SIZE. But we can still fullfill this request from malloc() without
losing the guarantee of physical contiguous memory.

Sponsored by: The FreeBSD Foundation
Reported by: emaste (in D46656)
Fixes: 19df0c5abcb9d
MFC after: 3 days

Diff Detail

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