diff mbox series

powerpc/fadump: update documentation about bootargs_append

Message ID 20240510082114.561163-1-hbathini@linux.ibm.com (mailing list archive)
State Accepted
Commit 9dc140785961e53b1d45d186961a3b0d374bfc6a
Headers show
Series powerpc/fadump: update documentation about bootargs_append | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 6 jobs.
snowpatch_ozlabs/github-powerpc_kernel_qemu success Successfully ran 23 jobs.

Commit Message

Hari Bathini May 10, 2024, 8:21 a.m. UTC
Update ABI documentation about the introduction of the new sysfs
entry bootargs_append. This sysfs entry will be used to setup the
additional parameters to be passed to dump capture kernel.

Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
---

* This patch is a follow-up of below patch series, to update corresponding
  ABI documentation:

    https://lore.kernel.org/all/20240509115755.519982-1-hbathini@linux.ibm.com/

 Documentation/ABI/testing/sysfs-kernel-fadump | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Michael Ellerman May 13, 2024, 1:22 p.m. UTC | #1
On Fri, 10 May 2024 13:51:14 +0530, Hari Bathini wrote:
> Update ABI documentation about the introduction of the new sysfs
> entry bootargs_append. This sysfs entry will be used to setup the
> additional parameters to be passed to dump capture kernel.
> 
> 

Applied to powerpc/next.

[1/1] powerpc/fadump: update documentation about bootargs_append
      https://git.kernel.org/powerpc/c/9dc140785961e53b1d45d186961a3b0d374bfc6a

cheers
diff mbox series

Patch

diff --git a/Documentation/ABI/testing/sysfs-kernel-fadump b/Documentation/ABI/testing/sysfs-kernel-fadump
index c586054657d6..2f9daa7ca55b 100644
--- a/Documentation/ABI/testing/sysfs-kernel-fadump
+++ b/Documentation/ABI/testing/sysfs-kernel-fadump
@@ -49,3 +49,10 @@  Description:	read only
 		memory add/remove events because elfcorehdr is now prepared in
 		the second/fadump kernel.
 User:		kexec-tools
+
+What:		/sys/kernel/fadump/bootargs_append
+Date:		May 2024
+Contact:	linuxppc-dev@lists.ozlabs.org
+Description:	read/write
+		This is a special sysfs file available to setup additional
+		parameters to be passed to capture kernel.