diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-08-22 16:23:38 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-08-22 16:23:38 +0000 |
commit | 0d9ef08e099f6837de5a40fd582d9ffb01fd31a4 (patch) | |
tree | 47c61b7d56d581a0d237c6f8e137000107c2bc01 /sys/contrib/device-tree/include/dt-bindings/net/(public-mirror) | |
parent | 554907bac3b264863a051f75eedc35d180d3e18c (diff) |
Another flaw in the KPI between Netlink and Linuxulator is that we pass
the on-stack writer structure. This structure belongs to someone, that we
can't even identify inside nl_send() and we shall not tamper it. The
Linux translation layer needs a writer, because it actually composes a new
message. Instead of reusing someone's writer and trying to repair it in
all possible cases where translation process tampers the writer, just let
Linuxulator use its own writer. See also b977dd1ea5fb.
PR: 288892
Reviewed by: melifaro
Differential Revision: https://reviews.freebsd.org/D51928
Diffstat (limited to 'sys/contrib/device-tree/include/dt-bindings/net/(public-mirror)')
0 files changed, 0 insertions, 0 deletions