Re: [PATCH v5 16/16] Documentation: add documentation for KHO

2025-03-21 Thread Jonathan Corbet
Changyuan Lyu writes: > However, I think concepts.rst and fdt.rst are not not end-user oriented, > but for kernel developers of other subsystems to use KHO API (I also plan > to include the kernel-doc generated from kernel/kexec_handover.c and > include/linux/kexec_handover.h here in the next ver

Re: [PATCH v5 16/16] Documentation: add documentation for KHO

2025-03-20 Thread Changyuan Lyu
Hi Jonathan, On Thu, Mar 20, 2025 at 08:45:03 -0600, Jonathan Corbet wrote: > Changyuan Lyu writes: > > > From: Alexander Graf > > > > With KHO in place, let's add documentation that describes what it is and > > how to use it. > > > > Signed-off-by: Alexander Graf > > Co-developed-by: Mike Rap

[PATCH v5 16/16] Documentation: add documentation for KHO

2025-03-20 Thread Changyuan Lyu
From: Alexander Graf With KHO in place, let's add documentation that describes what it is and how to use it. Signed-off-by: Alexander Graf Co-developed-by: Mike Rapoport (Microsoft) Signed-off-by: Mike Rapoport (Microsoft) Co-developed-by: Changyuan Lyu Signed-off-by: Changyuan Lyu --- ...

Re: [PATCH v5 16/16] Documentation: add documentation for KHO

2025-03-20 Thread Jonathan Corbet
Changyuan Lyu writes: > From: Alexander Graf > > With KHO in place, let's add documentation that describes what it is and > how to use it. > > Signed-off-by: Alexander Graf > Co-developed-by: Mike Rapoport (Microsoft) > Signed-off-by: Mike Rapoport (Microsoft) > Co-developed-by: Changyuan Lyu