Re: [PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec

2023-07-07 Thread Eric DeVolder
On 7/7/23 00:58, Christophe Leroy wrote: Le 07/07/2023 à 00:20, Eric DeVolder a écrit : The kexec and crash kernel options are provided in the common kernel/Kconfig.kexec. Utilize the common options and provide the ARCH_SUPPORTS_ and ARCH_SELECTS_ entries to recreate the equivalent set of K

Re: [PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec

2023-07-07 Thread Christophe Leroy
Le 07/07/2023 à 00:20, Eric DeVolder a écrit : > The kexec and crash kernel options are provided in the common > kernel/Kconfig.kexec. Utilize the common options and provide > the ARCH_SUPPORTS_ and ARCH_SELECTS_ entries to recreate the > equivalent set of KEXEC and CRASH options. Why do you ne

[PATCH v5 02/13] x86/kexec: refactor for kernel/Kconfig.kexec

2023-07-06 Thread Eric DeVolder
The kexec and crash kernel options are provided in the common kernel/Kconfig.kexec. Utilize the common options and provide the ARCH_SUPPORTS_ and ARCH_SELECTS_ entries to recreate the equivalent set of KEXEC and CRASH options. Signed-off-by: Eric DeVolder --- arch/x86/Kconfig | 92 ++