Skip to content

Commit

Permalink
[Mellanox] Update hw-management package to version 7.0010.2000
Browse files Browse the repository at this point in the history
 - Bug fixes
    HW Mgmt core:
       In rare cases when thermal algorithem is Re-activiated after FAN/PSU insertion, FAN remians at high rpm
       When stop hw-managment code received error in the log instead of exit code '0'.
       In SPC1 i2c sometimes collide with chip reset coming from SDK

       Remove raw eeprom data link, when working with PSU which don't have eeprom for "msn274x", "msn24xx" and "msn27xx" systems
        *Kernel 4.19 - platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
        *Kernel 4.19 - platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch

       Fix memory leak on mlxsw_core_bus_device module removal
        *Kernel 4.19 - mlxsw-core-Fix-memory-leak-on-module-removal.patch

Signed-off-by: Kebo Liu <[email protected]>
  • Loading branch information
keboliu committed Feb 5, 2021
1 parent 85a6314 commit fe7a16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/mellanox/hw-management.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mellanox HW Management

MLNX_HW_MANAGEMENT_VERSION = 7.0010.1300
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2000

export MLNX_HW_MANAGEMENT_VERSION

Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/hw-management/hw-mgmt
Submodule hw-mgmt updated 33 files
+85 −23 CI/ONL/daily/linux-4.19/@ONL_more-kernel-debug-options.patch
+88 −20 CI/ONL/daily/linux-4.9/@ONL_more-kernel-debug-options.patch
+17 −17 CI/ONL/verification/linux-4.19/0099-Add-Thermal-emulation-for-test-purpose.patch
+13 −0 CI/ONL/verification/linux-4.19/@ONL_thermal_sim_kernel_config.patch
+54 −0 CI/ONL/verification/linux-4.9/0099-Add-Thermal-emulation-for-test-purpose.patch
+2 −14 CI/ONL/verification/linux-4.9/@ONL_thermal_sim_kernel_config.patch
+ Documentation/Chassis_Management_for_Mellanox_Switch_Systems_with_Sysfs-for-update_rev.1.7.pdf
+ Documentation/Chassis_Management_for_Mellanox_Switch_Systems_with_Sysfs-for-update_rev.1.8.pdf
+1 −0 README.md
+94 −1 debian/Release.txt
+2 −2 debian/changelog
+2 −0 debian/rules
+36 −0 recipes-kernel/linux/Patch_Status_Table.txt
+53 −0 recipes-kernel/linux/linux-4.19/0029-mlxsw-core-Fix-memory-leak-on-module-removal.patch
+49 −0 recipes-kernel/linux/linux-4.19/0030-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
+48 −0 recipes-kernel/linux/linux-4.19/0031-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
+53 −0 recipes-kernel/linux/linux-4.9/0062-mlxsw-core-Fix-memory-leak-on-module-removal.patch
+49 −0 recipes-kernel/linux/linux-4.9/0063-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
+48 −0 recipes-kernel/linux/linux-4.9/0064-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch
+92 −0 usr/etc/hw-management-sensors/msn2010_sensors.conf
+95 −0 usr/etc/hw-management-sensors/msn2100_sensors.conf
+95 −0 usr/etc/hw-management-sensors/msn2410_sensors.conf
+95 −0 usr/etc/hw-management-sensors/msn2700_sensors.conf
+95 −0 usr/etc/hw-management-sensors/msn2740_sensors.conf
+113 −0 usr/etc/hw-management-sensors/msn3420_sensors.conf
+120 −0 usr/etc/hw-management-sensors/msn3700_sensors.conf
+133 −0 usr/etc/hw-management-sensors/msn3800_sensors.conf
+198 −0 usr/etc/hw-management-sensors/msn4700_sensors.conf
+9 −21 usr/usr/bin/hw-management-chassis-events.sh
+9 −7 usr/usr/bin/hw-management-generate-dump.sh
+58 −37 usr/usr/bin/hw-management-thermal-control.sh
+0 −35 usr/usr/bin/hw-management-thermal-events.sh
+69 −3 usr/usr/bin/hw-management.sh

0 comments on commit fe7a16e

Please sign in to comment.