Skip to content

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#137

Merged
mssonicbld merged 8 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge
Oct 14, 2023
Merged

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#137
mssonicbld merged 8 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge

Conversation

@mssonicbld
Copy link
Collaborator

* b380d9922 - (head/202205) Update cisco-8000.ini (#16883) (2023-10-13) [James An]
* cd64b60ec - [202205] [TACACS] Improve per-command authorization performance by read passwd entry with getpwent (#16659) (2023-10-13) [Hua Liu]
* 1e3c23d23 - [submodule] Update submodule sonic-sairedis to the latest HEAD automatically (#16882) (2023-10-13) [mssonicbld]
* aea2e19ad - [snmp] Check intfmgrd running before start (#16588) (#16881) (2023-10-13) [mssonicbld]
* 956e970a1 - [submodule] Update submodule sonic-snmpagent to the latest HEAD automatically (#16877) (2023-10-13) [mssonicbld]
* 990072da4 - [submodule] Update submodule sonic-telemetry to the latest HEAD automatically (#16870) (2023-10-13) [mssonicbld]
* 1f36540c5 - [submodule] Update submodule sonic-platform-daemons to the latest HEAD automatically (#16869) (2023-10-13) [mssonicbld]<br>```

mssonicbld and others added 8 commits October 13, 2023 10:11
…D automatically (#16869)

src/sonic-platform-daemons

* 6064369 - (HEAD -> 202205, origin/202205) Use vendor customizable fan speed threshold checks (Azure#378) (3 hours ago) [spilkey-cisco]
…atically (#16870)

src/sonic-telemetry

*   a399feb - (HEAD -> 202205, origin/202205) Merge pull request Azure#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 Azure#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 Azure#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 (Azure#138) (2 weeks ago) [Zain Budhwani]
…atically (#16877)

src/sonic-snmpagent

* 17a8bb2 - (HEAD -> 202205, origin/202205) Add ifhighspeed UT (Azure#296) (5 minutes ago) [Hua Liu]
* b5a52ff - Fix key missing exception when invalied transiver info in STATE_DB (Azure#289) (5 minutes ago) [Hua Liu]
* 09bb0c2 - Fix FdbUpdater crash when SAI_FDB_ENTRY_ATTR_BRIDGE_PORT_ID attribute missing. (Azure#286) (5 minutes ago) [Hua Liu]
* 792e403 - Support interface speed for PortChannels (Azure#262) (5 minutes ago) [Lukas Stockner]
Add pre start check to ensure intfmgrd is running.
The check will run for 20 seconds at most.

Signed-off-by: Longxiang Lyu <[email protected]>
Co-authored-by: Longxiang Lyu <[email protected]>
…tically (#16882)

src/sonic-sairedis

* 439b926 - (HEAD -> 202205, origin/202205) [syncd] Change sai discovery log priority to info (Azure#1296) (3 minutes ago) [Kam
…ad passwd entry with getpwent (#16659)

Improve per-command authorization performance by read passwd entry with getpwent.
This is manually cherry-pick PR for #16460

Why I did it
Currently per-command authorization will check if user is remote user with getpwnam API, which will trigger tacplus-nss for authentication with TACACS server.
But this is not necessary because when user login the user information already add to local passwd file.
Use getpwent API can directly read from passwd file, this will improve per-command authorization performance.
Release Notes for Cisco 8102-32FH-O:

Fixed platform_test failures in test_component.py
IOFPGA_SJTAG label under ‘fwutil show status’ changed to IOFPGA’
Validated auto FPD upgrade
@mssonicbld mssonicbld requested review from a team and lguohan as code owners October 14, 2023 03:02
@mssonicbld mssonicbld merged commit bee69b1 into Azure:202205 Oct 14, 2023
liushilongbuaa pushed a commit that referenced this pull request Nov 17, 2023
…lly (#16799)

#### Why I did it
src/sonic-gnmi
```
* df4d49f - (HEAD -> 202305, origin/202305) Install necessary debs instead of entire artifact in azp (#137) (12 hours ago) [Zain Budhwani]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld pushed a commit to mssonicbld/sonic-buildimage-msft that referenced this pull request Nov 24, 2023
79edf66 Longxiang Lyu Wed Aug 17 08:12:37 2022 +0800 Fix azure pipeline (Azure#118)
8e0f2c6 Longxiang Lyu Wed Aug 17 08:36:07 2022 +0800 Update linkmgr health after getting default route update (Azure#117)
b14ffb8 Jing Zhang Wed Aug 17 15:44:37 2022 -0700 [active-active] post mux metrics events (Azure#123)
a30dbb3 Jing Zhang Thu Aug 18 18:16:04 2022 -0700 Update handleMuxConfigNotification logic (Azure#125)
e14aaba Jing Zhang Tue Aug 23 10:02:17 2022 -0700 [active-active] Remove unnecessary mux wait timeout logs (Azure#122)
cc83717 Longxiang Lyu Fri Sep 2 02:17:53 2022 +0800 Fix mux config (Azure#128)
5429281 Mai Bui Thu Sep 1 17:44:04 2022 -0400 [linkmgrd] Replace memset function in link_prober (Azure#126)
b5aaec1 Jing Zhang Fri Sep 9 14:01:03 2022 -0700 [active-active] shutdown link prober when starting as isolated (Azure#130)
75f02cf Jing Zhang Tue Sep 13 10:34:32 2022 -0700 [active-standby] update warmboot reconciliation logic (Azure#129)
a5a9f90 Hua Liu Fri Sep 16 09:54:32 2022 +0800 Install libyang to azure pipeline (Azure#132)
6fe4f0f Jing Zhang Tue Sep 20 10:10:16 2022 -0700 [Active-Active] flaky LinkmgrdBootupSequence unit tests (Azure#134)
ea68e8c Jing Zhang Wed Sep 21 10:52:18 2022 -0700 Post switchover reasons to STATE DB (Azure#131)
60c35b5 Jing Zhang Thu Sep 22 13:00:41 2022 -0700 [Active-Active] server side admin forwarding state sync up (Azure#133)
08e1be5 Jing Zhang Mon Sep 26 10:59:27 2022 -0700 [Active-Active] avoid being stuck in unknown after process init (Azure#136)
2579988 Jing Zhang Mon Oct 3 09:40:55 2022 -0700 [Active-Standby] fix syslog flood caused by unkown -> standby switchovers (Azure#137)
7e9f670 Jing Zhang Wed Oct 5 10:03:45 2022 -0700 [Active-Active] Retry config mux mode standby (Azure#139)
23feb3b Jing Zhang Wed Oct 5 15:22:58 2022 -0700 [Active-Active] Post link prober stats to state db (Azure#140)
e650098 Jing Zhang Fri Oct 7 15:27:17 2022 -0700 [Active-Active] Update default route shutdown heartbeat logic (Azure#141)
d0653e7 Jing Zhang Tue Oct 11 10:22:02 2022 -0700 [Active-Standby] avoid posting mux metrics event when receiving unsolicited mux state notification (Azure#142)

dcf6460 Longxiang Lyu Fri Oct 21 12:15:42 2022 +0800 [active-active] Add support to send/handle mux probe request (Azure#147)
fdf42ed Longxiang Lyu Fri Oct 21 10:34:47 2022 +0800 Fix link prober state event report twice issue (Azure#149)
5fd19a3 Longxiang Lyu Mon Oct 17 09:20:27 2022 +0800 [active-active] Fix config reload (Azure#145)

sign-off: Jing Zhang [email protected]
jon-nokia pushed a commit to jon-nokia/sonic-buildimage-msft that referenced this pull request May 3, 2024
…lly (#15921)

#### Why I did it
src/sonic-gnmi
```
* 610509b - (HEAD -> master, origin/master, origin/HEAD) Install necessary debs instead of entire artifact in azp (Azure#137) (2 hours ago) [Zain Budhwani]
```
#### How I did it
#### How to verify it
#### Description for the changelog
liushilongbuaa pushed a commit that referenced this pull request Dec 26, 2024
…utomatically (#19551)

#### Why I did it
src/sonic-host-services
```
* aea0bef - (HEAD -> 202405, origin/202405) Ignore sonic_platform package fileNotFoundError on non-chassis vs platforms (#133) (#140) (4 minutes ago) [mssonicbld]
* 0e7e4d5 - Added support to render template format of `delayed` flag on Feature Table. (#135) (#137) (11 days ago) [mssonicbld]
* 235c2a4 - Fixed determine/process reboot-cause service dependency (#17406) (#132) (13 days ago) [anamehra]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Mar 1, 2025
…atically (#744)

#### Why I did it
src/sonic-utilities
```
* 5ea99cea - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-utilities:202411 to 202412 (#137) (4 seconds ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
prabhataravind pushed a commit that referenced this pull request Aug 21, 2025
…tomatically (#1539)

#### Why I did it
src/sonic-swss
```
* 25d24ef4 - (HEAD -> 202506, origin/202506) [Dash] Only set relevant attributes for Floating NIC (#137) (75 minutes ago) [mssonicbld]
* 46359386 - [orchagent] CoPP neighbor miss trap and enhancements (#138) (75 minutes ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Oct 21, 2025
…tomatically (#1741)

#### Why I did it
src/sonic-gnmi
```
* 8ea8d03 - (HEAD -> 202412, origin/202412) Add hidden global option "redact" and add them to reboot-cause paths (#137) (2 hours ago) [Zain Budhwani]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit to mssonicbld/sonic-buildimage-msft that referenced this pull request Mar 2, 2026
…ically (#25742)

#### Why I did it
src/sonic-dash-ha
```
* 8f9893d - (HEAD -> 202511, origin/master, origin/HEAD, origin/202511, master) Create bfd sessions only to NPU participating ha-set (Azure#143) (9 days ago) [yue-fred-gao]
* a6cf697 - update dash-api submodule (10 days ago) [Jing Zhang]
* 64022eb - Change convert_pb_to_json to parse proto encoded value from binary input (Azure#142) (10 days ago) [yue-fred-gao]
* 53fb250 - [ci] fix build error and save binaries (Azure#144) (11 days ago) [Jing Zhang]
* d01ed94 - Add .github/copilot-instructions.md for AI-assisted development (Azure#140) (2 weeks ago) [rustiqly]
* 2b6b37c - Write DASH_DPU_RESET_INFO_TABLE when dpu midplane or control plane down (Azure#137) (4 weeks ago) [yue-fred-gao]
* 9b3c0bf - Add bfd rewrite on pmon change. (Azure#136) (4 weeks ago) [dypet]
* af44396 - [build] Disable debian helper auto install for cargo project. (Azure#135) (5 weeks ago) [Liu Shilong]
* 17e2e0b - Implement bfd pinned state (Azure#134) (5 weeks ago) [yue-fred-gao]
* c04969e - switch to using libboost1.83 (Azure#133) (6 weeks ago) [yijingyan2]
* b38d8fb - Change to DBConnector::clone_timeout_async (Azure#132) (3 months ago) [yue-fred-gao]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld pushed a commit to mssonicbld/sonic-buildimage-msft that referenced this pull request Mar 5, 2026
8f9893d (HEAD -> master, origin/master, origin/HEAD) Create bfd sessions only to NPU participating ha-set (Azure#143)
a6cf697 update dash-api submodule
64022eb Change convert_pb_to_json to parse proto encoded value from binary input (Azure#142)
53fb250 [ci] fix build error and save binaries  (Azure#144)
d01ed94 Add .github/copilot-instructions.md for AI-assisted development (Azure#140)
2b6b37c Write DASH_DPU_RESET_INFO_TABLE when dpu midplane or control plane down (Azure#137)
9b3c0bf Add bfd rewrite on pmon change. (Azure#136)
af44396 [build] Disable debian helper auto install for cargo project. (Azure#135)
17e2e0b Implement bfd pinned state (Azure#134)
c04969e switch to using libboost1.83 (Azure#133)
b38d8fb Change to DBConnector::clone_timeout_async (Azure#132)

sign-off: Jing Zhang [email protected]
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.

3 participants