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)
Mon, Sep 29, 7:38 PM
Unknown Object (File)
Sat, Sep 27, 6:36 PM
Unknown Object (File)
Thu, Sep 25, 8:39 PM
Unknown Object (File)
Thu, Sep 25, 2:41 PM
Unknown Object (File)
Sat, Sep 20, 1:19 AM
Unknown Object (File)
Sat, Sep 13, 6:08 PM
Unknown Object (File)
Sat, Sep 13, 6:08 PM
Unknown Object (File)
Sep 11 2025, 10:31 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