initrd_size_decrease: remove mlxsw_spectrum/mlxsw_core kernel modules#1734
Merged
initrd_size_decrease: remove mlxsw_spectrum/mlxsw_core kernel modules#1734
Conversation
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/8252574217 |
pothos
approved these changes
Mar 6, 2024
2 tasks
jepio
approved these changes
Mar 12, 2024
Member
|
@ader1990 can you add a changelog entry? |
0ece7b1 to
381bac3
Compare
Contributor
Author
added. |
Member
|
Can you follow the example of other changelog entries and add a link to the PR? That way it's cross referenced and people can discover the motivation for a change (here: "reducing the size of the initrd"). |
Member
|
And then feel free to merge directly since Kai already gave his approval. |
pothos
reviewed
Mar 12, 2024
changelog/changes/2024-03-12-remove-mlnx-switch-asics-drivers.md
Outdated
Show resolved
Hide resolved
This commit is part of the effort to decrease the initrd size: Partially-Fixes: flatcar/Flatcar#1381 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
381bac3 to
3da9f85
Compare
pothos
approved these changes
Mar 12, 2024
Closed
30 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit is part of the effort to decrease the initrd size: Partially-Fixes: flatcar/Flatcar#1381
mlxsw_spectrum/mlxsw_core are kernel modules that enable Mellanox Technologies Switch ASICs support.
Removing the two modules frees ~5MB in the /boot partition and ~4MB in the vmlinuz.
/dev/vda1 129039 59962 69078 47% /bootwith the removal on AMD64.See discussion: #1731 (comment)