[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250321063356.381646-1-changyuanl@google.com>
Date: Thu, 20 Mar 2025 23:33:56 -0700
From: Changyuan Lyu <changyuanl@...gle.com>
To: corbet@....net
Cc: akpm@...ux-foundation.org, anthony.yznaga@...cle.com, arnd@...db.de,
ashish.kalra@....com, benh@...nel.crashing.org, bp@...en8.de,
catalin.marinas@....com, changyuanl@...gle.com, dave.hansen@...ux.intel.com,
devicetree@...r.kernel.org, dwmw2@...radead.org, ebiederm@...ssion.com,
graf@...zon.com, hpa@...or.com, jgowans@...zon.com, kexec@...ts.infradead.org,
krzk@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, linux-mm@...ck.org,
luto@...nel.org, mark.rutland@....com, mingo@...hat.com,
pasha.tatashin@...een.com, pbonzini@...hat.com, peterz@...radead.org,
ptyadav@...zon.de, robh+dt@...nel.org, robh@...nel.org, rostedt@...dmis.org,
rppt@...nel.org, saravanak@...gle.com, skinsburskii@...ux.microsoft.com,
tglx@...utronix.de, thomas.lendacky@....com, will@...nel.org, x86@...nel.org
Subject: Re: [PATCH v5 16/16] Documentation: add documentation for KHO
Hi Jonathan,
On Thu, Mar 20, 2025 at 08:45:03 -0600, Jonathan Corbet <corbet@....net> wrote:
> Changyuan Lyu <changyuanl@...gle.com> writes:
>
> > From: Alexander Graf <graf@...zon.com>
> >
> > With KHO in place, let's add documentation that describes what it is and
> > how to use it.
> >
> > Signed-off-by: Alexander Graf <graf@...zon.com>
> > Co-developed-by: Mike Rapoport (Microsoft) <rppt@...nel.org>
> > Signed-off-by: Mike Rapoport (Microsoft) <rppt@...nel.org>
> > Co-developed-by: Changyuan Lyu <changyuanl@...gle.com>
> > Signed-off-by: Changyuan Lyu <changyuanl@...gle.com>
> > ---
> > .../admin-guide/kernel-parameters.txt | 25 ++++
> > Documentation/kho/concepts.rst | 70 +++++++++++
> > Documentation/kho/fdt.rst | 62 +++++++++
> > Documentation/kho/index.rst | 14 +++
> > Documentation/kho/usage.rst | 118 ++++++++++++++++++
> > Documentation/subsystem-apis.rst | 1 +
> > MAINTAINERS | 1 +
> > 7 files changed, 291 insertions(+)
> > create mode 100644 Documentation/kho/concepts.rst
> > create mode 100644 Documentation/kho/fdt.rst
> > create mode 100644 Documentation/kho/index.rst
> > create mode 100644 Documentation/kho/usage.rst
>
> I will ask again: please let's not create another top-level docs
> directory for this...? It looks like it belongs in the admin guide to
> me.
Thanks for review the patch! Sure I will move usage.rst to
Documentation/admin-guide in the next version.
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 version).
Should Documentation/core-api be a better choice?
Best,
Changyuan
Powered by blists - more mailing lists