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

[patch] mlxsw: i2c: Prevent transaction execution for special chip #279

Merged

Commits on Jun 21, 2022

  1. [patch] mlxsw: i2c: Prevent transaction execution for special chip

    states
    
    Do not run transaction in cases chip is in reset or in-filed update states.
    
    This patch fixes an issue encountered during SONiC warm-reboot: during
    ISSU start the kernel reports that CPU stall is detected:
    
    ```
    INFO: rcu_sched detected stalls on CPUs/tasks
    ```
    
    This patch won't be upstreamed due to the upstream driver not supporting
    ISSU.
    
    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b7f96e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. remove TMP tag

    Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
    stepanblyschak committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    8f31d6f View commit details
    Browse the repository at this point in the history