Skip to content

Conversation

@roxanan1996
Copy link
Contributor

During "rebase", the ciq commits are cherry picked one by one from the branch that contains the previous version of kernel. Since they are already signed off, there's no need to add another signoff. Moreover, this ends up appending signoffs every time a new rolling release update is done, polutting the commit message.

During "rebase", the ciq commits are cherry picked one by one from the
branch that contains the previous version of kernel.
Since they are already signed off, there's no need to add another signoff.
Moreover, this ends up appending signoffs every time a new rolling release
update is done, polutting the commit message.

Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
Copilot AI review requested due to automatic review settings December 15, 2025 13:53
Copy link

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 removes the -s (signoff) flag from the git cherry-pick command during rolling release updates. The commits being cherry-picked in this context are existing CIQ commits from a previous kernel version that already contain signoffs. Without this change, every rolling release update would append additional signoffs to these commits, unnecessarily polluting the commit history.

Key Changes:

  • Removed the -s flag from the cherry-pick command in the rolling release update process

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@bmastbergen bmastbergen left a comment

Choose a reason for hiding this comment

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

🥌

Copy link
Collaborator

@PlaidCat PlaidCat left a comment

Choose a reason for hiding this comment

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

:shipit:

@roxanan1996 roxanan1996 merged commit acde518 into mainline Dec 15, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants