PR: 264433
This may not be fully complete (I have not investigated the kernel itself, only modules) but am posting for review of the knob/concept.
Differential D35437
Add SPLIT_KERNEL_DEBUG knob emaste on Jun 8 2022, 5:25 PM. Authored by Tags None Referenced Files
Details PR: 264433 This may not be fully complete (I have not investigated the kernel itself, only modules) but am posting for review of the knob/concept.
Diff Detail
Event TimelineComment Actions
kernel build never changed, so does not need to be touched here. CC @bdrewery as he added the setting of MK_KERNEL_SYMBOLS=no in ports 5968fb2d2ff5e. If this D35437 change is going to go in we'll want to set MK_SPLIT_KERNEL_DEBUG=no also.
Comment Actions I've applied the change to stable/13 manually fixing some rejection and tested it. Works like a charm, thank you. Please commit. Comment Actions To clarify: I ran make buildkernel && make installkernel having *no* MODULES_WITH_WORLD= in /etc/src.conf Works as expected matching 12.3 behaviour. |