Skip to content

Review use of WARN_ON() / WARN_ON_ONCE() #107

@mjmartineau

Description

@mjmartineau

Some of the calls to WARN macros in MPTCP code may be for informational purposes, but some systems are deployed with panic_on_warn set. We should confirm that any use of these macros would justify a panic in systems configured that way.

pr_warn() / pr_warn_once() might fit better in some cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions