Skip to content

Commit

Permalink
[Mellanox]Update hw-mgmt to V7.0000.2308 (#3858)
Browse files Browse the repository at this point in the history
* [Mellanox]Update hw-mgmt to V7.0000.2308
sonic-linux-kernel should be updated accordingly with necessary patches uploaded.

* [sub-module]Advance submodule head for sonic-linux-kernel
  • Loading branch information
stephenxs authored and jleveque committed Dec 12, 2019
1 parent 3b0c51f commit ef26ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0000.2303
MLNX_HW_MANAGEMENT_VERSION = 7.0000.2308

export MLNX_HW_MANAGEMENT_VERSION

Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/hw-management/hw-mgmt
Submodule hw-mgmt updated 23 files
+ Documentation/Chassis_Management_for_Mellanox_Switch_Systems_with_Sysfs-for-update_rev.1.4.pdf
+ Documentation/Chassis_Management_for_Mellanox_Switch_Systems_with_Sysfs-for-update_rev.1.5.pdf
+63 −228 README.md
+46 −0 debian/Release.txt
+2 −2 debian/changelog
+60 −0 examples/src/iorw/README
+333 −0 examples/src/iorw/iorw.c
+61 −0 examples/src/iorw/iorw.h
+1 −1 recipes-kernel/linux/linux-4.19/0001-mlx-amendments-fixes-new-kernel-alignmnet.patch
+60 −0 recipes-kernel/linux/linux-4.19/0007-mlxsw-minimal-Fix-wrong-order-in-probe-error-flow.patch
+170 −0 recipes-kernel/linux/linux-4.19/0008-mellanox-platform-Amendments-for-performance-improve.patch
+133 −0 recipes-kernel/linux/linux-4.19/0009-thermal-Fix-use-after-free-when-unregistering-therma.patch
+35 −0 recipes-kernel/linux/linux-4.19/0010-platform-x86-mlx-platform-Add-more-detention-for-sys.patch
+101 −0 recipes-kernel/linux/linux-4.9/0036-mlxsw-core-Skip-thermal-zone-operations-initializati.patch
+138 −0 recipes-kernel/linux/linux-4.9/0037-thermal-Fix-use-after-free-when-unregistering-therma.patch
+73 −0 recipes-kernel/linux/linux-4.9/0038-mlxsw-core-Drop-creation-of-thermal-to-hwmon-sysfs-i.patch
+34 −0 recipes-kernel/linux/linux-4.9/0039-mlxsw-core-Skip-thermal-zones-threshold-setting-duri.patch
+35 −0 recipes-kernel/linux/linux-4.9/0040-platform-x86-mlx-platform-Add-more-detention-for-sys.patch
+21 −0 usr/usr/bin/hw-management-chassis-events.sh
+0 −6 usr/usr/bin/hw-management-thermal-control.sh
+13 −32 usr/usr/bin/hw-management-thermal-events.sh
+10 −4 usr/usr/bin/hw-management.sh
+ usr/usr/bin/iorw
2 changes: 1 addition & 1 deletion src/sonic-linux-kernel

0 comments on commit ef26ba0

Please sign in to comment.