Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multiline param for panic patterns and add more info in panic msg #3548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lubaihua33
Copy link
Collaborator

As users need to refer to the console log when LISA detects the panic, there is no need to match multiline for panic patterns which would bring redundant information in error messages. For example "provision found panic in serial log: ['[ 3.526039] Kernel panic - not syncing: Fatal exception in interrupt\r', '[ 3.526039] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---\r', '[ 3.526039] RIP: 0010:0x44\r', '[ 3.526039] RIP: 0010:kernfs_link_sibling+0x33/0xc0\r', '[ 3.526039] RIP: 0010:0x44\r']", the redundant information doesn't make the issue clearer. So I think if we could remove the multiline parameter for panic patterns.

squirrelsc
squirrelsc previously approved these changes Dec 10, 2024
@squirrelsc
Copy link
Member

@LiliDeng LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants