-
Notifications
You must be signed in to change notification settings - Fork 587
kernel-hci: Backports from kernel 5.18 to core net devlink, intel iidc, devlink, gtp, avf, and ice driver to enable baseline switchdev functionality for 5.15.x ice driver #5165
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
base: main
Are you sure you want to change the base?
Conversation
…ality for ice driver with switchdev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an entry to the changelorg for these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vinceaperri
Sure, would it be best to amend our original commit message to capture this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need, but consider updating the PR title since it will become the message of the squash commit when PR completes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the PR title, feel free to let us know if any additional changes are needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please also add a space-separated entry to the changelog after %changelog at the bottom of kernel-hci.spec:
* Thu Mar 30 2023 YourName <YourEmail> - 5.15.102.1-2
- Add net/ice patches
- Set CONFIG_ICE=m
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vinceaperri
We've updated the changelog as well in kernel-hci.spec. Feel free to let us know if anything additional is needed here.
SPECS/kernel-hci/kernel-hci.spec
Outdated
@@ -9,7 +9,7 @@ | |||
Summary: Linux Kernel for HCI | |||
Name: kernel-hci | |||
Version: 5.15.102.1 | |||
Release: 1%{?dist} | |||
Release: 2%{?dist} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also bump the release number in ./SPECS-SIGNED/kernel-hci-signed/kernel-hci-signed.spec
@vinceaperri |
Just what @rlmenge recommended in the other PR -- prefix the PR title with "kernel-hci:" or equivalent to make it obvious this is for the kernel-hci package. |
} | ||
"Signatures": { | ||
"cbl-mariner-ca-20211013.pem": "5ef124b0924cb1047c111a0ecff1ae11e6ad7cac8d1d9b40f98f99334121f0b0", | ||
"config": "924d8cc7b0cab74c7e0cf650813ae6d7092f4cac112f92da4b4683f2b1da55f9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config signature needs to be updated to reflect the merged changes: cf02f71760969df1b47af49e2d4e1d1f46184ce385ee36526ad5074304c67b8f
Correcting config signature to match merged changes
@vinceaperri |
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./SPECS/LICENSES-AND-NOTICES/data/licenses.json
,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md
,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
What does the PR accomplish, why was it needed?
Backports from kernel 5.18 rebased on kernel 5.15.102.1 to enable baseline functionality of ice driver with switchdev
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology