[PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem.
Andrey Ryabinin
ryabinin.a.a at gmail.com
Thu Sep 11 10:00:12 PDT 2025
On 9/10/25 2:33 AM, Randy Dunlap wrote:
>
>
> On 9/9/25 1:14 PM, Andrey Ryabinin wrote:
>> diff --git a/kernel/liveupdate/Kconfig b/kernel/liveupdate/Kconfig
>> index b6ea861006bf..af9a25bdcd6e 100644
>> --- a/kernel/liveupdate/Kconfig
>> +++ b/kernel/liveupdate/Kconfig
>> @@ -69,6 +69,14 @@ config KSTATE
>> state, save it into the memory and restore the state after kexec
>> in new kernel.
>>
>> +config KSTATE_TEST
>> + bool "KSTATE test code"
>> + help
>> + Build a simple test/playground code that is useful for kstate
>
> Build simple
>
>> + subsystem development. It contains some structure with different
>
> structures
> ?
>
>> + kind of data which migrated across kexec to the new kernel
>
> kinds which are migrated
>
>> + using KSTATE.
>> +
>
Thanks, Randy. I'll fix this up, and the documentation as well.
More information about the kexec
mailing list