Update linux kernel for hw-mgmt V.7.0020.4104#305
Merged
saiarcot895 merged 5 commits intosonic-net:masterfrom Feb 9, 2023
Merged
Update linux kernel for hw-mgmt V.7.0020.4104#305saiarcot895 merged 5 commits intosonic-net:masterfrom
saiarcot895 merged 5 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Stephen Sun <stephens@nvidia.com>
Signed-off-by: Stephen Sun <stephens@nvidia.com>
8 tasks
paulmenzel
reviewed
Jan 19, 2023
Contributor
paulmenzel
left a comment
There was a problem hiding this comment.
Please amend the commit message of Update linux kernel for hw-mgmt V.7.0020.4104, and also mention the upstream hashes there as in the merge/pull request description.
Please also note, why patch 0163 is dropped, and how the others were regenerated.
A hint, how the Linux image size changes with the configuration change would also be nice.
Collaborator
|
@saiarcot895 could you please help to review/merge and add a tag for 202211? |
saiarcot895
reviewed
Feb 7, 2023
… to the dependencies Signed-off-by: Stephen Sun <stephens@nvidia.com>
saiarcot895
approved these changes
Feb 9, 2023
StormLiangMS
pushed a commit
that referenced
this pull request
Feb 10, 2023
* Update linux kernel for hw-mgmt V.7.0020.4104 * Update kernel configuration Signed-off-by: Stephen Sun <stephens@nvidia.com> * Update kconfig Signed-off-by: Stephen Sun <stephens@nvidia.com> * Remove ACPI and ARCH_SUPPORTS_ACPI because they will be 'y' according to the dependencies Signed-off-by: Stephen Sun <stephens@nvidia.com> --------- Signed-off-by: Stephen Sun <stephens@nvidia.com>
liat-grozovik
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Feb 12, 2023
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Feb 17, 2023
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
mssonicbld
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Feb 20, 2023
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
Contributor
Author
|
Hi @saiarcot895 |
yxieca
pushed a commit
that referenced
this pull request
Feb 21, 2023
* Update linux kernel for hw-mgmt V.7.0020.4104 * Update kernel configuration Signed-off-by: Stephen Sun <stephens@nvidia.com> * Update kconfig Signed-off-by: Stephen Sun <stephens@nvidia.com> * Remove ACPI and ARCH_SUPPORTS_ACPI because they will be 'y' according to the dependencies Signed-off-by: Stephen Sun <stephens@nvidia.com> --------- Signed-off-by: Stephen Sun <stephens@nvidia.com>
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Feb 28, 2023
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
mssonicbld
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Mar 1, 2023
- Why I did it Advance hw-mgmt service to V.7.0020.4100 Add missing thermal sensors that are supported by hw-mgmt package Delay system health service before hw-mgmt has started on Mellanox platform in order to avoid reading some sensors before ready. Depends on sonic-net/sonic-linux-kernel#305 - How I did it 1. Update hw mgmt version 2. Add missing sensors 3. Delay service - How to verify it Regression test. Signed-off-by: Stephen Sun <stephens@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch list:
Kernel configuration flags
mto avoid auto-probing (I2C_DESIGNWARE_BAYTRAIL is set toydue to dependency)Signed-off-by: Stephen Sun stephens@nvidia.com