summaryrefslogtreecommitdiff
path: root/net/core/dst.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-26 12:04:04 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-26 12:04:04 +0100
commitdbd91d4f55ac4917b0b7f48b02eb8539805d0c85 (patch)
treee518b35ed82874fd4b2f8edfb7e6da6c0995fe40 /net/core/dst.c
parentec833566da57811d9fa3f11745e7153d9155ad66 (diff)
parent63804fed149a6750ffd28610c5c1c98cce6bd377 (diff)
downloadlinux-next-dbd91d4f55ac4917b0b7f48b02eb8539805d0c85.tar.gz
linux-next-dbd91d4f55ac4917b0b7f48b02eb8539805d0c85.zip
Merge 6.19-rc7 into char-misc-next
We need the char/misc/iio fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/core/dst.c')
-rw-r--r--net/core/dst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dst.c b/net/core/dst.c
index e9d35f49c9e7..1dae26c51ebe 100644
--- a/net/core/dst.c
+++ b/net/core/dst.c
@@ -68,6 +68,7 @@ void dst_init(struct dst_entry *dst, struct dst_ops *ops,
dst->lwtstate = NULL;
rcuref_init(&dst->__rcuref, 1);
INIT_LIST_HEAD(&dst->rt_uncached);
+ dst->rt_uncached_list = NULL;
dst->__use = 0;
dst->lastuse = jiffies;
dst->flags = flags;