i2c: core: fix NULL pointer dereference under race condition#32
Closed
yurypm wants to merge 1 commit intosonic-net:masterfrom
Closed
i2c: core: fix NULL pointer dereference under race condition#32yurypm wants to merge 1 commit intosonic-net:masterfrom
yurypm wants to merge 1 commit intosonic-net:masterfrom
Conversation
Patch from linux kernel 3.16.40 commit torvalds/linux@147b36d Signed-off-by: Yury Murashka <yurypm@arista.com>
74111f8 to
ad613de
Compare
Contributor
Contributor
Author
Contributor
|
@yurypm , thanks for your confirmation. closing this PR now. |
dgsudharsan
pushed a commit
to dgsudharsan/sonic-linux-kernel
that referenced
this pull request
May 12, 2025
…2412 (sonic-net#32) ```<br>* 8811888 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-linux-kernel into 202412 (2025-03-09) [Sonic Automation] * 8bd11c2 - (origin/202411) Revert "[optoe] Reset page select byte to 0 before upper memory access on page 0h" (sonic-net#468) (2025-02-26) [mssonicbld] * a5e9588 - [optoe] Reset page select byte to 0 before upper memory access on page 0h (sonic-net#464) (2025-02-15) [mssonicbld]<br>```
dal00
pushed a commit
to kamelnetworks/sonic-linux-kernel
that referenced
this pull request
Jul 20, 2025
HLD in sonic-net/SONiC#1075 - Why I did it Implemented ssh configurations - How I did it Added ssh config table in configDB, once changed - hostcfgd will change the relevant OS files (sshd_config) - How to verify it Tests in added in this PR. User can change relevant configs in configDB such as ports, and see sshd port was modified - Link to config_db schema for YANG module changes https://github.com/ycoheNvidia/SONiC/blob/ssh_config/doc/ssh_config/ssh_config.md
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 from linux kernel 3.16.40
commit torvalds/linux@147b36d