#
c04e0e0a |
| 19-Jun-2023 |
Eddie James <eajames@linux.ibm.com> |
Add linux trace events
Add the output of the linux trace buffer to user dumps, with lowest priority since the file can be large (~10MB).
Change-Id: I186b123154098400245f24db438e2a79a8da8b10 Signed-
Add linux trace events
Add the output of the linux trace buffer to user dumps, with lowest priority since the file can be large (~10MB).
Change-Id: I186b123154098400245f24db438e2a79a8da8b10 Signed-off-by: Eddie James <eajames@linux.ibm.com>
show more ...
|
#
0cfe1a2e |
| 21-Jun-2023 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Fix markdownlint and shellcheck errors
This commit addresses issues with markdownlint complaining about unspecified languages for the fenced code blocks in the README.md files of the main repo and t
Fix markdownlint and shellcheck errors
This commit addresses issues with markdownlint complaining about unspecified languages for the fenced code blocks in the README.md files of the main repo and the dreport tool.
Resolved this by specifying 'bash' as the language for these code blocks in both README.md files.
Additionally added tools/dreport.d/ibm.d/plugins.d/badpel to .shellcheck-ignore to suppress SC1091 and SC2086 errors
Change-Id: I3432dc87999f518949a9459d2ab07e21a73595b1 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
#
78942d68 |
| 05-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
ramoops: avoid deleting root
Add checking that the optional_path is provided so that root cannot be deleted. Also, fix all the shellcheck errors and reformat with beautysh.
Fixes openbmc/phosphor-
ramoops: avoid deleting root
Add checking that the optional_path is provided so that root cannot be deleted. Also, fix all the shellcheck errors and reformat with beautysh.
Fixes openbmc/phosphor-debug-collector#24.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1fd4d0693443e54045b29efb3b92da770eb2933a
show more ...
|
#
4f5079b8 |
| 03-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
shellcheck: add ignore for files currently failing
I am going to enable shellcheck everywhere by default and instead enable repositories to specify a .shellcheck-ignore of files that can be ignored.
shellcheck: add ignore for files currently failing
I am going to enable shellcheck everywhere by default and instead enable repositories to specify a .shellcheck-ignore of files that can be ignored. I'm hoping going forward that the maintainers here will work at slowly reducing this file over time...
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03a147a6b0b418bf9b7875826ece44a3cc231769
show more ...
|