Skip to content

Commit 2a2153a

Browse files
oberparhcahca
authored andcommitted
s390/debug: Update description of resize operation
With commit 1204777 ("s390/debug: keep debug data on resize") the behavior of a debug area resize operation was changed. Update the associated documentation to reflect this change. Fixes: 1204777 ("s390/debug: keep debug data on resize") Reported-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 0d79aff commit 2a2153a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Documentation/arch/s390/s390dbf.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,8 @@ Examples:
243243

244244
Changing the size of debug areas
245245
------------------------------------
246-
It is possible the change the size of debug areas through piping
247-
the number of pages to the debugfs file "pages". The resize request will
248-
also flush the debug areas.
246+
To resize a debug area, write the desired page count to the "pages" file.
247+
Existing data is preserved if it fits; otherwise, oldest entries are dropped.
249248

250249
Example:
251250

0 commit comments

Comments
 (0)