Files
kata-containers/tools
Fabiano Fidêncio a6ebcc2d38 kernel: Add config fragment for module loading
Add a new conditional kernel config fragment in a subdirectory
(following the pattern of signing/ and confidential_containers/)
so it is not auto-included by the common/*.conf wildcard:

- common/modules/modules.conf: Enables CONFIG_MODULES and
  CONFIG_MODULE_UNLOAD for out-of-tree kernel module support.
  This is required for loading user-compiled modules delivered
  via separate modules volume images.

This fragment will be explicitly included by build-kernel.sh
for confidential builds.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-04-27 07:15:59 +02:00
..