Skip to content

Commit dad78e6

Browse files
authored
Blacklist amd_sfh for shearwater and redstart in aboot (#23511)
Why I did it amd_sfh is a SOC that handles human interface devices using PCIe (ex: gyroscopic sensor, etc.). This is not used on the switch and can be blacklisted. This module is throwing error messages at boot time due to the lack of devices to manage, where modprobe is failing to probe this device. This is failing mgmt tests (SRv6 tests). Blacklisting this device will resolve this issue.
1 parent f1a54d6 commit dad78e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/Aboot/boot0.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ write_platform_specific_cmdline() {
702702
read_system_eeprom
703703
fi
704704
if in_array "$platform" "shearwater" "redstart"; then
705-
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio
705+
cmdline_add modprobe.blacklist=snd_hda_intel,hdaudio,amd_sfh
706706
if [ -f /tmp/.switch-prefdl ]; then
707707
read_switch_eeprom
708708
else

0 commit comments

Comments
 (0)