Commit 6299806
[kdump]: Collect everything under /sys/kernel/fadump dir
Kernel commit 9dc140785961e ("powerpc/fadump: update documentation about
bootargs_append") added /sys/kernel/fadump/bootargs_append to set up
additional arguments for the fadump kernel.
To debug fadump-related issues, having this new sysfs entry is critical,
so collect it.
Since sos is already collecting most of the files currently present
under /sys/kernel/fadump by listing them individually, let's instead
collect everything inside /sys/kernel/fadump by listing the entire
directory.
This change will not only ensure the collection of
/sys/kernel/fadump/bootargs_append, but will also help capture any new
fadump-related sysfs entries introduced in the future.
Note: the total size of all sysfs files under /sys/kernel/fadump is
in KBs.
Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>1 parent d2b74d5 commit 6299806
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
0 commit comments