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. > + -- ~Randy