diff options
author | 2024-09-20 01:24:24 -0700 | |
---|---|---|
committer | 2024-09-20 01:24:24 -0700 | |
commit | 36ec807b627b4c0a0a382f0ae48eac7187d14b2b (patch) | |
tree | df9d682d66492722dbd186bd01af2d7334ea408a /net/tipc/node.c | |
parent | Input: adp5588-keys - fix check on return code (diff) | |
parent | Input: Convert comma to semicolon (diff) | |
download | wireguard-linux-36ec807b627b4c0a0a382f0ae48eac7187d14b2b.tar.xz wireguard-linux-36ec807b627b4c0a0a382f0ae48eac7187d14b2b.zip |
Merge branch 'next' into for-linus
Prepare input updates for 6.12 merge window.
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index c1e890a82434..500320e5ca47 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -2105,6 +2105,7 @@ void tipc_rcv(struct net *net, struct sk_buff *skb, struct tipc_bearer *b) } else { n = tipc_node_find_by_id(net, ehdr->id); } + skb_dst_force(skb); tipc_crypto_rcv(net, (n) ? n->crypto_rx : NULL, &skb, b); if (!skb) return; |