Merged
Conversation
Deploying interrupt with
|
| Latest commit: |
ad41ae5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://288462f9.interrupt.pages.dev |
| Branch Preview URL: | https://blake-linux-coredumps.interrupt.pages.dev |
### Summary Add an article covering the cause, layout, and use of Linux coredumps in `memfaultd`.
502a76a to
cf79987
Compare
Co-authored-by: Gillian Minnehan <41022382+gminn@users.noreply.github.com>
franc0is
reviewed
Feb 12, 2025
franc0is
reviewed
Feb 12, 2025
gminn
reviewed
Feb 12, 2025
gminn
reviewed
Feb 12, 2025
Co-authored-by: François Baldassari <franc0is@users.noreply.github.com> Co-authored-by: Gillian Minnehan <41022382+gminn@users.noreply.github.com>
Co-authored-by: François Baldassari <franc0is@users.noreply.github.com>
sarfata
reviewed
Feb 13, 2025
| information about crashed processes, add metadata that helps gives us | ||
| information the device in question, and do all of this without making any source | ||
| modifications to anything running on the system. For this reason our first pass | ||
| at coredumps leave them largely untouched from what the kernel provides. The |
Member
There was a problem hiding this comment.
What was your question here? (maybe blake fixed it)
Contributor
There was a problem hiding this comment.
@gminn I thought the grammar was bad and I would have written "For this reason our first pass
at coredumps leaves them largely untouched from what the kernel provides." or "For this reason our first pass
at coredumps left them largely untouched from what the kernel provides."
Member
There was a problem hiding this comment.
You're completely right! Actually, our grammarly pass picked this up as well and I just didn't connect the dots with your comment. ty for keeping an eye out for grammar, and following up 😄
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Add an article covering the cause, layout, and use
of Linux coredumps in
memfaultd.