Skip to content

Upgrade Linux kernel to 6.12.56 (LTS)#1212

Merged
mattiaswal merged 3 commits intomainfrom
kernel-upgrade
Oct 29, 2025
Merged

Upgrade Linux kernel to 6.12.56 (LTS)#1212
mattiaswal merged 3 commits intomainfrom
kernel-upgrade

Conversation

@mattiaswal
Copy link
Contributor

@mattiaswal mattiaswal commented Oct 29, 2025

This also contains the ground work for #1106

Description

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe):

@mattiaswal mattiaswal requested a review from troglobit October 29, 2025 14:23
@mattiaswal mattiaswal added the ci:main Build default defconfig, not minimal label Oct 29, 2025
This will fix #1106, in time, but only allows manual trigger for now,
needs more test and verification

utils/kernel-upgrade.sh at least automate all the manual manual processes
for upgrading the kernel.
@mattiaswal mattiaswal marked this pull request as ready for review October 29, 2025 14:25
Copy link
Contributor

@troglobit troglobit left a comment

Choose a reason for hiding this comment

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

Nice work! 🎉

Would it make sense to add a crontab to the workflow, like we have for weekly.yml:

on:
  schedule:
    - cron: '5 0 * * 6'  # Saturday at 00:05 UTC, same as Coverity
  workflow_dispatch:

@mattiaswal
Copy link
Contributor Author

Nice work! 🎉

Would it make sense to add a crontab to the workflow, like we have for weekly.yml:

on:
  schedule:
    - cron: '5 0 * * 6'  # Saturday at 00:05 UTC, same as Coverity
  workflow_dispatch:

My idea is even more aggressive, every 2 hour or something. But as as I said, first make it stable so we can trust it.

@troglobit
Copy link
Contributor

Nice work! 🎉
Would it make sense to add a crontab to the workflow, like we have for weekly.yml:

on:
  schedule:
    - cron: '5 0 * * 6'  # Saturday at 00:05 UTC, same as Coverity
  workflow_dispatch:

My idea is even more aggressive, every 2 hour or something. But as as I said, first make it stable so we can trust it.

Sure, makes sense! 💅

@mattiaswal mattiaswal merged commit aad3f83 into main Oct 29, 2025
7 checks passed
@mattiaswal mattiaswal deleted the kernel-upgrade branch October 29, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:main Build default defconfig, not minimal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants