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

Update linux-kernel hash commit #163

Merged
merged 1 commit into from
Dec 27, 2016
Merged

Update linux-kernel hash commit #163

merged 1 commit into from
Dec 27, 2016

Conversation

NStetskovych-zz
Copy link
Contributor

Update linux-kernel hash commit

Signed-off-by: Nadiya.Stetskovych [email protected]

Signed-off-by: Nadiya.Stetskovych <[email protected]>
@lguohan lguohan merged commit fe5074f into sonic-net:master Dec 27, 2016
@NStetskovych-zz NStetskovych-zz deleted the updt_hash branch December 28, 2016 06:23
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
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 10, 2021
Submodule commits included:

* src/sonic-platform-common 6ad0004...bd4dc03 (1):
  > [sonic_sfp/qsfp_dd.py] Update DOM capability method name to align with other drivers (#163)

Also align all calling function names to match.
xumia pushed a commit to xumia/sonic-buildimage-1 that referenced this pull request Feb 16, 2021
daall pushed a commit that referenced this pull request Feb 16, 2021
Submodule commits included:

* src/sonic-platform-common 6ad0004...bd4dc03 (1):
  > [sonic_sfp/qsfp_dd.py] Update DOM capability method name to align with other drivers (#163)

Also align all calling function names to match.
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
…h other drivers (sonic-net#163)

Update method name to align with other drivers. Change from `parse_qsfp_dom_capability` to `parse_dom_capability`. Other drivers were aligned via sonic-net/sonic-mgmt#2937.

When this submodule is updated in sonic-buildimage, all callers will need to be updated to reflect the new nomenclature.
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Jan 25, 2023
linkmgrd:
* f877bd5 2023-01-24 | [active-active] update linkmgr health label definition (sonic-net#163) (HEAD -> 202205) [Jing Zhang]

Signed-off-by: Ying Xie <[email protected]>
yxieca added a commit that referenced this pull request Jan 25, 2023
linkmgrd:
* f877bd5 2023-01-24 | [active-active] update linkmgr health label definition (#163) (HEAD -> 202205) [Jing Zhang]

Signed-off-by: Ying Xie <[email protected]>

Signed-off-by: Ying Xie <[email protected]>
oleksandrivantsiv added a commit to oleksandrivantsiv/sonic-buildimage that referenced this pull request Apr 11, 2023
Merge remote-tracking branch 'upstream/master' into bluefield. Update submodules.
vivekrnv pushed a commit to vivekrnv/sonic-buildimage that referenced this pull request Apr 28, 2023
This patch releases prefecth memory resources assigned by the BIOS and
reassigns them based on Arista platform specific values.

The patch has no effect on non Arista devices. In order for it to take
effect, there needs to be reassigne_prefmem=1 and
platform=AN_ARISTA_PLATFORM in the kernel command line.
mssonicbld added a commit that referenced this pull request Jun 22, 2023
#15576)

#### Why I did it
src/linkmgrd
```
* fc6e299 - (HEAD -> 202211, origin/202211) [active-standby] Enforce switchover based on heartbeats when mux probe keeps failing (#184) (2 hours ago) [Jing Zhang]
* 5c6332d - Re-handle pre-init mux config notification after state machine init (#202) (2 hours ago) [Longxiang Lyu]
* c49a5ef - [active-standby][bsl] fix no mux probe issue (#201) (2 hours ago) [Jing Zhang]
* 2d62ef1 - Enable debug symbols (#199) (2 hours ago) [Longxiang Lyu]
* f952b64 - [active-active] Add mux server state correction mechanism (#191) (2 hours ago) [Longxiang Lyu]
* e6b1bfc - [ci] fix azure pipeline (#190) (2 hours ago) [Jing Zhang]
* 615ed21 - [active-standby] Enforce switchover based on heartbeats when mux probe keeps failing (#184) (2 hours ago) [Jing Zhang]
* 3adfc69 - [active-active] add state transition handler for (LinkProber: Unknown, MuxState: Active, LinkState: Down) (#179) (2 hours ago) [Jing Zhang]
* 6fb9a0b - loose link down swithcover condition (#178) (2 hours ago) [Jing Zhang]
* 8ffbd8a - [ci] Fix apt-get install unable locate package issue. (#177) (2 hours ago) [Liu Shilong]
* 3dfbdd7 - [active-active] link operational down didn't trigger toggle to standby if `MuxUnknown` event arrives first.  (#175) (2 hours ago) [Jing Zhang]
* 68c06d9 - [active-active] Toggle to standby if default route is missing (#171) (2 hours ago) [Longxiang Lyu]
* 1592cd3 - [active-active] fix issue that interfaces get stuck in `active` if service starts up with link state down (#169) (2 hours ago) [Jing Zhang]
* a96105f - Fix the warning of unused variables (#167) (2 hours ago) [Longxiang Lyu]
* 984ffe3 - Fix mux config when gRPC connection is lost (#166) (2 hours ago) [Longxiang Lyu]
* 4d0b457 - [active-active] force switch when config == active && target state == active (#164) (2 hours ago) [Jing Zhang]
* 32bd2bb - Use github code scanning instead of LGTM (#157) (2 hours ago) [Liu Shilong]
* 6f23fe2 - [active-active] update linkmgr health label definition (#163) (3 hours ago) [Jing Zhang]
```
#### How I did it
#### How to verify it
#### Description for the changelog
qiluo-msft pushed a commit that referenced this pull request Nov 29, 2023
…atically (#16930)

#### Why I did it
src/sonic-telemetry
```
* 67f5e31 - (HEAD -> 202012, origin/202012) Recover from potential panic when doing map to JSON serialization (#161) (#169) (4 weeks ago) [Zain Budhwani]
* 537898d - Add key to on change updates (#138) to 202012 (#163) (6 weeks ago) [Zain Budhwani]
```
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.

2 participants