Re: [PATCH] bootlinux: add modular kernel configuration fragment support
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 16, 2025 at 10:25:29PM +0200, Daniel Gomez wrote: > From: Daniel Gomez <[email protected]> > > Add comprehensive kernel configuration fragment system that enables > building kernels using merge_config.sh with focused configuration > fragments instead of monolithic config files. > > Key features: > - Modular Kconfig organization split into logical categories > - Support for both x86_64 and ARM64 architectures > - Architecture-specific fragment visibility (ARM64 page sizes) > - Module dependency management for advanced features > - New fragments for extended modversions, kmemleak, and module testing > > Fragment categories: > - Essential: Core system requirements (64bit, systemd, distro, storage) > - Security: Hardening and security features > - Architecture: Platform-specific optimizations > - Development: Debugging and diagnostic tools > - Memory: NUMA and memory management features > - Modules: Kernel module system configuration > - Advanced: eBPF, XArray, and specialized features > - Container: Virtualization and container support > - Specialized: Minimal kernels, power management, Rust support > - Legacy: Compatibility and legacy feature support > > Fragments origin: > https://github.com/dkruces/linux-config-fragments > > Generated-by: Claude AI > Signed-off-by: Daniel Gomez <[email protected]> Looks good to me, I'll hold on merging as I figured Chuck may want to review. Reviewed-by: Luis Chamberlain <[email protected]> Luis