0df155b014
- Why I did it Currently, non upstream patches are applied only after upstream patches. Depends on sonic-net/sonic-linux-kernel#313. Can be merged in any order, preferably together - What I did it Non upstream Patches that reside in the sonic repo will not be saved in a tar file bur rather in a folder pointed out by EXTERNAL_KERNEL_PATCH_LOC. This is to make changes to the non upstream patches easily traceable. The build variable name is also updated to INCLUDE_EXTERNAL_PATCHES Files/folders expected under EXTERNAL_KERNEL_PATCH_LOC EXTERNAL_KERNEL_PATCH_LOC/ ├──── patches/ ├── 0001-xxxxx.patch ├── 0001-yyyyyyyy.patch ├── ............. ├──── series.patch series.patch should contain a diff that is applied on the sonic-linux-kernel/patch/series file. The diff should include all the non-upstream patches. How to verify it Build the Kernel and verified if all the patches are applied properly Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
39 lines
1.8 KiB
Diff
39 lines
1.8 KiB
Diff
From 85ac7ddf15f380460b9e17f0e2c99aa8e476ef3f Mon Sep 17 00:00:00 2001
|
|
From: Michael Shych <michaelsh@nvidia.com>
|
|
Date: Sun, 4 Sep 2022 10:46:01 +0300
|
|
Subject: [PATCH] Documentation/ABI: fix description of fix
|
|
reset_pwr_converter_fail attribute.
|
|
|
|
Change description of incorrect reset_voltmon_upgrade_fail atitribute
|
|
name to reset_pwr_converter_fail.
|
|
|
|
Signed-off-by: Michael Shych <michaelsh@nvidia.com>
|
|
Reviewed-by: Vadim Pasternak <vadimp@nvidia.com>
|
|
---
|
|
Documentation/ABI/stable/sysfs-driver-mlxreg-io | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Documentation/ABI/stable/sysfs-driver-mlxreg-io b/Documentation/ABI/stable/sysfs-driver-mlxreg-io
|
|
index 0913a8daf..ac503e84e 100644
|
|
--- a/Documentation/ABI/stable/sysfs-driver-mlxreg-io
|
|
+++ b/Documentation/ABI/stable/sysfs-driver-mlxreg-io
|
|
@@ -103,13 +103,13 @@ Description: These files show the system reset cause, as following: power
|
|
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_pwr_fail
|
|
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_from_comex
|
|
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_system
|
|
-What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_voltmon_upgrade_fail
|
|
+What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_pwr_converter_fail
|
|
Date: November 2018
|
|
KernelVersion: 5.0
|
|
Contact: Vadim Pasternak <vadimpmellanox.com>
|
|
Description: These files show the system reset cause, as following: ComEx
|
|
power fail, reset from ComEx, system platform reset, reset
|
|
- due to voltage monitor devices upgrade failure,
|
|
+ due to power converter devices failure,
|
|
Value 1 in file means this is reset cause, 0 - otherwise.
|
|
Only one bit could be 1 at the same time, representing only
|
|
the last reset cause.
|
|
--
|
|
2.30.2
|
|
|