-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kernel]: update sonic-linux-kernel submodule to integrate with build #165
Merged
Conversation
This file contains 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
local build succeeds, there maybe some issues on the jenkins. Plan to merge and will fix later for the base image build pr. |
stcheng
pushed a commit
to stcheng/sonic-buildimage
that referenced
this pull request
Dec 8, 2017
[py-swsssdk]: Adapt to py-swsssdk refactor of mod_entry and mod_config (sonic-net#165) [intfutil]: Fix python indentation (sonic-net#166) Change set_config to mod_config Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
stcheng
pushed a commit
that referenced
this pull request
Dec 9, 2017
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
…on. (sonic-net#165) 0 is valid value for SAI_MIRROR_SESSION_ATTR_VLAN_ID attribute. Means that outer packet should be untagged. On attempt to create session with VLAN 0 error was returned.
dflynn-Nokia
added a commit
to dflynn-Nokia/sonic-buildimage
that referenced
this pull request
Nov 5, 2020
> hwmon-lm75: backport support for PCT2075 thermal sensor (sonic-net#165) > [arista] Reassign prefetch memory per platform (sonic-net#163) > Add .gitignore file (sonic-net#157) > Enable PCA9541 I2C mux module (sonic-net#160)
3 tasks
lguohan
pushed a commit
that referenced
this pull request
Nov 6, 2020
lguohan
pushed a commit
that referenced
this pull request
Feb 11, 2021
* src/sonic-platform-common bd4dc03...513920c (1): > [sffbase] Make convert_hex_to_string() compatible with both Python 2 and Python 3 (#165)
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
…ine file (sonic-net#165) * update one pipeline file(Jenkins/common/python-swssdk-build) * update path * Update Jenkinsfile Co-authored-by: Shilong Liu <shilongliu@microsoft.com>
daall
pushed a commit
that referenced
this pull request
Feb 16, 2021
* src/sonic-platform-common bd4dc03...513920c (1): > [sffbase] Make convert_hex_to_string() compatible with both Python 2 and Python 3 (#165)
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
pick up follow commits: > hwmon-lm75: backport support for PCT2075 thermal sensor (sonic-net#165) > [arista] Reassign prefetch memory per platform (sonic-net#163) > Add .gitignore file (sonic-net#157) > Enable PCA9541 I2C mux module (sonic-net#160)
vboykox
pushed a commit
to vboykox/sonic-buildimage
that referenced
this pull request
Mar 8, 2021
…and Python 3 (sonic-net#165) When called with Python 3, `str.strip(binascii.unhexlify(ret_str))` will raise an exception: ` descriptor 'strip' requires a 'str' object but received a 'bytes'`. This patch (`binascii.unhexlify(ret_str).decode("utf-8").strip()`) will work properly with both Python 2 and Python 3. Fixes sonic-net/sonic-platform-common#160
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Mar 23, 2021
this PR updates the following commits in sonic-platform-daemons 260cf2d [xcvrd] change firmware information fields name inside MUX_CABLE_INFO table for Y cable (sonic-net#165) cfa600f [thermalctld] Initialize fan led in thermalctld for the first run (sonic-net#167) 8509f43 [thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests (sonic-net#157) 70f4e7b [syseepromd] Update warning message to be more informative (sonic-net#160) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
4 tasks
vdahiya12
added a commit
that referenced
this pull request
Mar 30, 2021
this PR updates the following commits in sonic-platform-daemons 260cf2d [xcvrd] change firmware information fields name inside MUX_CABLE_INFO table for Y cable (#165) cfa600f [thermalctld] Initialize fan led in thermalctld for the first run (#167) 8509f43 [thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests (#157) 70f4e7b [syseepromd] Update warning message to be more informative (#160) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
daall
pushed a commit
that referenced
this pull request
Mar 31, 2021
this PR updates the following commits in sonic-platform-daemons 260cf2d [xcvrd] change firmware information fields name inside MUX_CABLE_INFO table for Y cable (#165) cfa600f [thermalctld] Initialize fan led in thermalctld for the first run (#167) 8509f43 [thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests (#157) 70f4e7b [syseepromd] Update warning message to be more informative (#160) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
this PR updates the following commits in sonic-platform-daemons 260cf2d [xcvrd] change firmware information fields name inside MUX_CABLE_INFO table for Y cable (sonic-net#165) cfa600f [thermalctld] Initialize fan led in thermalctld for the first run (sonic-net#167) 8509f43 [thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests (sonic-net#157) 70f4e7b [syseepromd] Update warning message to be more informative (sonic-net#160) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
this PR updates the following commits in sonic-platform-daemons 260cf2d [xcvrd] change firmware information fields name inside MUX_CABLE_INFO table for Y cable (sonic-net#165) cfa600f [thermalctld] Initialize fan led in thermalctld for the first run (sonic-net#167) 8509f43 [thermalctld] Refactor to allow for greater unit test coverage; Add more unit tests (sonic-net#157) 70f4e7b [syseepromd] Update warning message to be more informative (sonic-net#160) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
… table for Y cable (sonic-net#165) This PR fixes the naming convention for firmware related fields for Y cable. In particular all the fields are now named as tor_self and tor_peer in place of tor1 and tor 2 Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com Description This PR fixes the naming convention for firmware related fields for Y cable. In particular all the fields are now named as tor_self and tor_peer in place of tor1 and tor 2 Motivation and Context Required by telemetry team as part of their initial schema Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Added requirements HLD for YANG PATCH feature in RESTCONF server
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
New platform HW may use the NXP-PCT2075 thermal sensor which is compatible with the lm75 sensor. These patches backport support for that sensor from 5.x kernels. upstream kernel commit id: 557c7ffa2f28 hwmon: (lm75) add support for PCT2075 (5.4-rc1) 985e225142cf dt-bindings: hwmon: Add missing documentation for lm75 (5.1-rc1) be889be7785d dt-bindings: hwmon: Add tmp75b to lm75.txt (5.2-rc1) 5ac6badc5aa0 device-tree: bindinds: add NXP PCT2075 as compatible device to LM75 (5.4-rc1) all the commits can be remove once upgrade to 5.10
yxieca
pushed a commit
that referenced
this pull request
Oct 13, 2023
…atically (#16870) src/sonic-telemetry * a399feb - (HEAD -> 202205, origin/202205) Merge pull request #155 from zbud-msft/cherry-pick-on-change-mode-202205 (48 minutes ago) [Ying Xie] |\ | * d7ea9fe - Merge branch '202205' into cherry-pick-on-change-mode-202205 (2 hours ago) [Ying Xie] | |\ | |/ |/| * | 7623da9 - Merge pull request #165 from zbud-msft/cherry-pick-prepare-state-db-202205 (2 hours ago) [Ying Xie] |\ \ | * | a561194 - Cherry pick files from on change deletion commit (17 hours ago) [Zain Budhwani] |/ / | * 3a3f43c - Merge branch '202205' into cherry-pick-on-change-mode-202205 (19 hours ago) [Ying Xie] | |\ | |/ |/| * | 818b345 - Merge pull request #162 from zbud-msft/202205_remove_download_image (19 hours ago) [Ying Xie] * | 1b4d489 - Install necessary deb instead of entire image (19 hours ago) [Zain Budhwani] / * e494561 - Add key to on change updates (#138) (2 weeks ago) [Zain Budhwani]
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
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.
No description provided.