Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - K index
The Linux kernel configuration item CONFIG_KEXEC_FILE
has multiple definitions:
kernel/Kconfig.kexec
The configuration item CONFIG_KEXEC_FILE:
CONFIG_ARCH_SUPPORTS_KEXEC_FILE
This is new version of kexec system call. This system call is file based and takes file descriptors as system call argument for kernel and initramfs as opposed to list of segments as accepted by kexec system call.
arch/riscv/Kconfig
The configuration item CONFIG_KEXEC_FILE:
CONFIG_64BIT && CONFIG_MMU
This is new version of kexec system call. This system call is file based and takes file descriptors as system call argument for kernel and initramfs as opposed to list of segments as accepted by previous system call.
If you don't know what to do here, say Y.
arch/x86/Kconfig
The configuration item CONFIG_KEXEC_FILE:
( CONFIG_X86_64 ) && ( CONFIG_CRYPTO = CONFIG_y ) && ( CONFIG_CRYPTO_SHA256 = CONFIG_y )
This is new version of kexec system call. This system call is file based and takes file descriptors as system call argument for kernel and initramfs as opposed to list of segments as accepted by previous system call.
arch/s390/Kconfig
The configuration item CONFIG_KEXEC_FILE:
( CONFIG_CRYPTO ) && ( CONFIG_CRYPTO_SHA256 ) && ( CONFIG_CRYPTO_SHA256_S390 )
Enable the kexec file based system call. In contrast to the normal kexec system call this system call takes file descriptors for the kernel and initramfs as arguments.
arch/powerpc/Kconfig
The configuration item CONFIG_KEXEC_FILE:
( CONFIG_PPC64 ) && ( CONFIG_CRYPTO = CONFIG_y ) && ( CONFIG_CRYPTO_SHA256 = CONFIG_y )
This is a new version of the kexec system call. This call is file based and takes in file descriptors as system call arguments for kernel and initramfs as opposed to a list of segments as is the case for the older kexec call.
arch/parisc/Kconfig
The configuration item CONFIG_KEXEC_FILE:
(none)
This enables the kexec_file_load() System call. This is file based and takes file descriptors as system call argument for kernel and initramfs as opposed to list of segments as accepted by previous system call.
arch/arm64/Kconfig
The configuration item CONFIG_KEXEC_FILE:
(none)
This is new version of kexec system call. This system call is file based and takes file descriptors as system call argument for kernel and initramfs as opposed to list of segments as accepted by previous system call.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - K index
Automatically generated (in year 2024). See also LKDDb sources on GitLab