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

kernel(-64k): add patch to revert new UART change #12883

Merged
merged 2 commits into from
Mar 11, 2025

Conversation

christopherco
Copy link
Contributor

@christopherco christopherco commented Mar 11, 2025

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • The toolchain has been rebuilt successfully (or no changes were made to it)
  • The toolchain/worker package manifests are up-to-date
  • Any updated packages successfully build (or no packages were changed)
  • Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • All package sources are available
  • cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • LICENSE-MAP files are up-to-date (./LICENSES-AND-NOTICES/SPECS/data/licenses.json, ./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md, ./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)
  • All source files have up-to-date hashes in the *.signatures.json files
  • sudo make go-tidy-all and sudo make go-test-coverage pass
  • Documentation has been updated to match any changes to the build system
  • Ready to merge

Summary

Starting in kernel v6.6.76, our automated testing encountered failures
on specific bare-metal systems where, after a kernel panic, sometimes
the kernel's panic message was not seen in the system's IPMI SEL.

After bisecting the changes between v6.6.75 to v6.6.76, we isolated the
offending commit to:

serial: 8250: Adjust the timeout for FIFO mode

To restore functionality, revert the offending commit. We will continue
investigating the issue separately.

Apply to both kernel and kernel-64k.

Signed-off-by: Chris Co [email protected]

Does this affect the toolchain?

YES

Associated issues
Test Methodology

@christopherco christopherco changed the title Chrco/revert serial kernel(-64k): add patch to revert new UART change #12869 Mar 11, 2025
@christopherco christopherco changed the title kernel(-64k): add patch to revert new UART change #12869 kernel(-64k): add patch to revert new UART change Mar 11, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added Packaging 3.0-dev PRs Destined for AzureLinux 3.0 labels Mar 11, 2025
Starting in kernel v6.6.76, our automated testing encountered failures
on specific bare-metal systems where, after a kernel panic, sometimes
the kernel's panic message was not seen in the system's IPMI SEL.

After bisecting the changes between v6.6.75 to v6.6.76, we isolated the
offending commit to:

	serial: 8250: Adjust the timeout for FIFO mode

To restore functionality, revert the offending commit. We will continue
investigating the issue separately.

Apply to both kernel and kernel-64k.

Signed-off-by: Chris Co <[email protected]>
@christopherco christopherco marked this pull request as ready for review March 11, 2025 04:45
@christopherco christopherco requested a review from a team as a code owner March 11, 2025 04:45
@christopherco
Copy link
Contributor Author

This PR is a port of #12869 and rebased to tip of 3.0-dev

Spec License Map Check CI is failing for a separate reason unrelated to this change. I have made a fix for that as well here - #12886

@christopherco christopherco merged commit 05cf740 into 3.0-dev Mar 11, 2025
13 of 14 checks passed
@christopherco christopherco deleted the chrco/revert-serial branch March 11, 2025 14:47
jslobodzian pushed a commit that referenced this pull request Mar 11, 2025
Starting in kernel v6.6.76, our automated testing encountered failures
on specific bare-metal systems where, after a kernel panic, sometimes
the kernel's panic message was not seen in the system's IPMI SEL.

After bisecting the changes between v6.6.75 to v6.6.76, we isolated the
offending commit to:

     serial: 8250: Adjust the timeout for FIFO mode

To restore functionality, revert the offending commit. We will continue
investigating the issue separately.

Apply to both kernel and kernel-64k.

Signed-off-by: Chris Co <[email protected]>
binujp pushed a commit that referenced this pull request Mar 12, 2025
Starting in kernel v6.6.76, our automated testing encountered failures
on specific bare-metal systems where, after a kernel panic, sometimes
the kernel's panic message was not seen in the system's IPMI SEL.

After bisecting the changes between v6.6.75 to v6.6.76, we isolated the
offending commit to:

     serial: 8250: Adjust the timeout for FIFO mode

To restore functionality, revert the offending commit. We will continue
investigating the issue separately.

Apply to both kernel and kernel-64k.

Signed-off-by: Chris Co <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0-dev PRs Destined for AzureLinux 3.0 Packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants