diff options
author | 2024-07-11 10:42:33 +0200 | |
---|---|---|
committer | 2024-07-11 10:42:33 +0200 | |
commit | 011b1134b82c2750d83a299a1369c678845de45a (patch) | |
tree | a6a2ba6bfa62b02cb7b00a67c6f449d965140e5a /net/tipc | |
parent | sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks (diff) | |
parent | sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath (diff) | |
download | wireguard-linux-011b1134b82c2750d83a299a1369c678845de45a.tar.xz wireguard-linux-011b1134b82c2750d83a299a1369c678845de45a.zip |
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/tipc')
-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; |