diff options
author | 2022-10-19 13:00:09 -0700 | |
---|---|---|
committer | 2022-10-19 13:00:10 -0700 | |
commit | 5c624a1d77d3eb2e314b59282b1213fa760d192c (patch) | |
tree | a063036b4c78b6cde4e1819b602d5137767c0728 /kernel/bpf/core.c | |
parent | net: ethernet: adi: adin1110: Fix SPI transfers (diff) | |
parent | sfc: remove 'log-tc-errors' ethtool private flag (diff) | |
download | linux-rng-5c624a1d77d3eb2e314b59282b1213fa760d192c.tar.xz linux-rng-5c624a1d77d3eb2e314b59282b1213fa760d192c.zip |
Merge branch 'netlink-formatted-extacks'
Edward Cree says:
====================
netlink: formatted extacks
Currently, netlink extacks can only carry fixed string messages, which
is limiting when reporting failures in complex systems. This series
adds the ability to return printf-formatted messages, and uses it in
the sfc driver's TC offload code.
Formatted extack messages are limited in length to a fixed buffer size,
currently 80 characters. If the message exceeds this, the full message
will be logged (ratelimited) to the console and a truncated version
returned over netlink.
There is no change to the netlink uAPI; only internal kernel changes
are needed.
====================
Link: https://lore.kernel.org/r/cover.1666102698.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'kernel/bpf/core.c')
0 files changed, 0 insertions, 0 deletions