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

initrd_size_decrease: remove mlxsw_spectrum/mlxsw_core kernel modules #1734

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Removed Linux drivers for Mellanox Technologies Switch ASICs family and Spectrum/Spectrum-2/Spectrum-3/Spectrum-4 Ethernet Switch ASICs to reduce the initrd size on AMD64 by ~5MB ([flatcar/scripts#1734](https://github.com/flatcar/scripts/pull/1734)). This change is part of the effort to reduce the initrd size ([flatcar/flatcar/issues#1381](https://github.com/flatcar/Flatcar/issues/1381)).
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_MICROSOFT_MANA=m
CONFIG_MLXSW_CORE=m
CONFIG_MLXSW_SPECTRUM=m
CONFIG_MMC_SDHCI_ACPI=m
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
Expand Down
Loading