Skip to content

fix: add "SMBus is busy, can't use it" to DMESG_WHITELIST#3

Open
lkleinax wants to merge 1 commit into
intel:mainfrom
lkleinax:fix_add_SMBus_is_busy,_can_t_use_it_to_DMESG_WHITELIST
Open

fix: add "SMBus is busy, can't use it" to DMESG_WHITELIST#3
lkleinax wants to merge 1 commit into
intel:mainfrom
lkleinax:fix_add_SMBus_is_busy,_can_t_use_it_to_DMESG_WHITELIST

Conversation

@lkleinax
Copy link
Copy Markdown

@lkleinax lkleinax commented Aug 29, 2025

This pull request introduces a minor update to the OSPackageInfo class in mfd_dmesg/constants.py, adding a new regular expression pattern to the list of deprecated messages. This change helps improve detection of deprecated hardware messages.

  • Added the pattern r"SMBus is busy, can't use it" to the list of deprecated messages in OSPackageInfo to enhance identification of disk-related hardware issues.

Fixes intel#2
Signed-off-by: Łukasz Kleina <lukaszx.kleina@intel.com>
Copilot AI review requested due to automatic review settings August 29, 2025 12:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new entry to the DMESG_WHITELIST to suppress a specific SMBus-related error message that was causing unnecessary alerts.

  • Adds "SMBus is busy, can't use it" to the whitelist of acceptable dmesg messages
  • Includes a comment indicating this message is disk-related

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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