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
F157416126: D49570.id.diff
Thu, May 21, 4:35 AM
Unknown Object (File)
Tue, May 19, 9:37 AM
Unknown Object (File)
Sun, May 17, 5:57 PM
Unknown Object (File)
Sun, May 17, 4:49 PM
Unknown Object (File)
Sun, May 17, 4:49 PM
Unknown Object (File)
Sun, May 17, 4:49 PM
Unknown Object (File)
Fri, May 15, 1:54 PM
Unknown Object (File)
Mon, May 11, 5:25 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 63196
Build 60080: arc lint + arc unit