]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-ibmveth-make-ibmveth-use-new-reset-function-and-new-kunit-testsg'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 6 May 2025 08:24:40 +0000 (10:24 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 6 May 2025 08:24:41 +0000 (10:24 +0200)
Dave Marquardt says:

====================
net: ibmveth: Make ibmveth use new reset function and new KUnit testsg

- Fixed struct ibmveth_adapter indentation
- Made ibmveth driver use WARN_ON with recovery rather than BUG_ON. Some
  recovery code schedules a reset through new function ibmveth_reset. Also
  removed a conflicting and unneeded forward declaration.
- Added KUnit tests for some areas changed by the WARN_ON changes.
====================

Link: https://patch.msgid.link/20250501194944.283729-1-davemarq@linux.ibm.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge