You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As indicated in aristanetworks/sonic#109 during reboot tests (module api platform tests) a kernel panic can occur on the supervisor, this was introduced in the kernel upgrade to 6.1.94 (6.1.0-22-2) #19885
As indicated in aristanetworks/sonic#109 during reboot tests (module api platform tests) a kernel panic can occur on the supervisor, this was introduced in the kernel upgrade to 6.1.94 (6.1.0-22-2)
#19885
Upon further investigation it was this specific change that seems to have caused this kernel panic:
torvalds/linux@456d8aa
We can see this commit is present when comparing the previous version (6.1.38)
https://elixir.free-electrons.com/linux/v6.1.38/source/drivers/pci/pcie/aspm.c#L1003
And the newer version (6.1.94)
https://elixir.free-electrons.com/linux/v6.1.94/source/drivers/pci/pcie/aspm.c#L1018
The text was updated successfully, but these errors were encountered: