Skip to content
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
merged 1 commit into from
Dec 28, 2016

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Dec 28, 2016

No description provided.

@lguohan
Copy link
Collaborator Author

lguohan commented Dec 28, 2016

local build succeeds, there maybe some issues on the jenkins. Plan to merge and will fix later for the base image build pr.

@lguohan lguohan merged commit caf5333 into sonic-net:master Dec 28, 2016
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
…1220)

[py-swsssdk]: Adapt to py-swsssdk refactor of mod_entry and mod_config (#165)
[intfutil]: Fix python indentation (#166)

Change set_config to mod_config

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
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)
lguohan pushed a commit that referenced this pull request Nov 6, 2020
pick up follow commits:

  > hwmon-lm75: backport support for PCT2075 thermal sensor (#165)
  > [arista] Reassign prefetch memory per platform (#163)
  > Add .gitignore file (#157)
  > Enable PCA9541 I2C mux module (#160)
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>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant