Merge branch 'convert-drivers-to-return-xfrm-configuration-errors-through-extack'
authorJakub Kicinski <kuba@kernel.org>
Fri, 27 Jan 2023 00:28:50 +0000 (16:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Jan 2023 00:28:51 +0000 (16:28 -0800)
Leon Romanovsky says:

====================
Convert drivers to return XFRM configuration errors through extack

This series continues effort started by Sabrina to return XFRM configuration
errors through extack. It allows for user space software stack easily present
driver failure reasons to users.

As a note, Intel drivers have a path where extack is equal to NULL, and error
prints won't be available in current patchset. If it is needed, it can be
changed by adding special to Intel macro to print to dmesg in case of
extack == NULL.
====================

Link: https://lore.kernel.org/r/cover.1674560845.git.leon@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge