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

fix hw_reset low polarity (reverse values) #9

Closed
wants to merge 19 commits into from

Commits on Dec 19, 2023

  1. [submodule] Update submodule sonic-swss to the latest HEAD automatica…

    …lly (sonic-net#17561)
    
    #### Why I did it
    src/sonic-swss
    ```
    * 5f367ebb - (HEAD -> master, origin/master, origin/HEAD) [dash] reduce the memory used by DASH ACL rules (sonic-net#2984) (8 hours ago) [Yakiv Huryk]
    ```
    #### How I did it
    #### How to verify it
    #### Description for the changelog
    mssonicbld committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ec92a6d View commit details
    Browse the repository at this point in the history
  2. [submodule] Update submodule sonic-sairedis to the latest HEAD automa…

    …tically (sonic-net#17560)
    
    #### Why I did it
    src/sonic-sairedis
    ```
    * e849160 - (HEAD -> master, origin/master, origin/HEAD) [vslib] add support for ACL table available entry/counter attributes (sonic-net#1333) (9 hours ago) [Yakiv Huryk]
    ```
    #### How I did it
    #### How to verify it
    #### Description for the changelog
    mssonicbld committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f804a6e View commit details
    Browse the repository at this point in the history
  3. [submodule] Update submodule sonic-platform-common to the latest HEAD…

    … automatically (sonic-net#17559)
    
    #### Why I did it
    src/sonic-platform-common
    ```
    * c82ae54 - (HEAD -> master, origin/master, origin/HEAD) Implementing set_optoe_write_timeout API (sonic-net#422) (8 hours ago) [mihirpat1]
    ```
    #### How I did it
    #### How to verify it
    #### Description for the changelog
    mssonicbld committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    050420f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix the fsck script that does filesystem repair (sonic-net#17424)

    Fix the fsck check which is not working. Potentially fixes sonic-net#16938
    Modified fsck script to run on the ext4.fsck on the appropriate disk where SONiC resides
    
    Microsoft ADO: 26098631
    prgeor committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    30ff773 View commit details
    Browse the repository at this point in the history
  2. [yang][smartswitch] Add YANG model for MID_PLANE_BRIDGE and DPU table…

    …s. (sonic-net#17311)
    
    - Why I did it
    Add the YANG model according to Smart Switch IP address assignment HDL.
    
    - How I did it
    Implement new YANG model containers.
    
    - How to verify it
    Run YANG model unit tests. The changes add new unit tests to cover new functionality.
    oleksandrivantsiv committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    885f162 View commit details
    Browse the repository at this point in the history
  3. Optimize syslog rate limit feature for fast and warm boot (sonic-net#…

    …17458)
    
    - Why I did it
    Optimize syslog rate limit feature for fast and warm boot
    
    - How I did it
    Optimize redis start time
    Don't render rsyslog.conf in container startup script
    Disable containercfgd by default. There is a new CLI to enable it (in another PR)
    
    - How to verify it
    Manual test
    Regression test
    Junchao-Mellanox committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f3f2972 View commit details
    Browse the repository at this point in the history
  4. [Arista] Use port_config.ini for Arista-7050QX-32S-S4Q31 (sonic-net#1…

    …7253)
    
    This change of removing hwsku.json is to correct the port index for
    sfp ports (Ethernet0, Ethernet1, Ethernet2, Ethernet3) by using
    port_config.ini, which should be '1, 2, 3, 4'. We could not do it
    with hwsku.json, as it is defined as '5, 5, 5, 5' by platform.json
    for the breakout_mode 1x40G[10G].
    byu343 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2559d7e View commit details
    Browse the repository at this point in the history
  5. [submodule] Update submodule dhcprelay to the latest HEAD automatical…

    …ly (sonic-net#17572)
    
    #### Why I did it
    src/dhcprelay
    ```
    * 5ae186f - (HEAD -> master, origin/master, origin/HEAD) [counter] Clear counter table when init (sonic-net#45) (10 hours ago) [Yaqiang Zhu]
    ```
    #### How I did it
    #### How to verify it
    #### Description for the changelog
    mssonicbld committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    86fb9ea View commit details
    Browse the repository at this point in the history
  6. [dhcp_server] add show dhcp server info (sonic-net#17468)

    * add show dhcp server info
    Xichen96 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1e92ba2 View commit details
    Browse the repository at this point in the history
  7. [dhcp_server] add config dhcp_server add (sonic-net#17489)

    * dhcp_server add
    * add test dup gw nm
    Xichen96 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    13a16cf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    d7a422e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d892626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a7866 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. [dhcp_server] add config dhcp server del (sonic-net#17603)

    * add config dhcp server del
    Xichen96 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0866610 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. [Arista] Remove aggregate port config files for multi-asic devices (s…

    …onic-net#16923)
    
    An aggregate port_config.ini file for Arista multi-asic devices was first introduced by mistake. This PR cleans up these unnecessary files.
    bktsim-arista committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c0bc1d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Fix kdump-tools to not overwrite MODULES conf to dep (sonic-net#17490)

    - Why I did it
    Fix kdump-tools to not overwrite MODULES conf to dep. Problem is seen if the build is failed and the build is retriggered immediately as part of retry mechanism
    This command is failing during the second run
    
    + for kernel_release in $(ls $FILESYSTEM_ROOT/lib/modules/)
    + sudo LANG=C chroot ./fsroot-mellanox /etc/kernel/postinst.d/kdump-tools 6.1.0-11-2-amd64
    + clean_sys
    https://github.com/sonic-net/sonic-buildimage/blob/master/files/build_templates/sonic_debian_extension.j2#L311
    
    Community Issue: https://www.mail-archive.com/kernel-packages@lists.launchpad.net/msg515013.html
    
    - How I did it
    Add a patch to revert the override
    
    - How to verify it
    vkarri@482a053c44f4:/sonic$ sudo unsquashfs -d ./fsroot-mellanox target/sonic-mellanox.bin__mellanox__rfs.squashfs
    
    Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
    vivekrnv committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    18dd948 View commit details
    Browse the repository at this point in the history
  2. password-hardening: Add support to disable expiration date like in Li…

    …nux (PAM) (sonic-net#17426)
    
    - Why I did it
    Enhance the feature to support disabling password hardening as Linux support.
    -1: expiration will never occur
    0: expiration will expired immediately
    
    Opened bug:
    sonic-net#17427
    
    - How I did it
    Added the -1 value to be supported in hostcfgd and this value will propagate to the relevant Linux files
    
    - How to verify it
    Pls see the details in the bug description that link attached above
    davidpil2002 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    80f2f6b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    6e02273 View commit details
    Browse the repository at this point in the history
  2. move seek to beginnig of sysfs fd before reading to resolve power_good

    sysfs returns empty upon plug out cable
    dbarashinvd committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6b25da9 View commit details
    Browse the repository at this point in the history