HomeFreeBSD

allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)
rS246282Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)

Only during very early boot, before malloc(9) is functional (SI_SUB_KMEM),
the static ktr_buf_init is used. Size of the static buffer is determined
by a new kernel option KTR_BOOT_ENTRIES. Its default value is 1024.

This commit builds on top of r243046.

Reviewed by: alc
MFC after: 17 days

Details

Provenance
avgAuthored on
Parents
rS246281: MFC r245491:
Branches
Unknown
Tags
Unknown

Event Timeline