summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2026-04-09 08:00:53 +0300
committerTakashi Iwai <tiwai@suse.de>2026-04-09 08:00:53 +0300
commit00afb1811fa638dacf125dd1c343b7a181624dfd (patch)
tree68abc175005f32fb44faf215091af0a0e7a41985 /include/net
parent082c192c0dd03f685514c9ce2eb0a80fd28e2175 (diff)
parent6b6f7263d626886a96fce6352f94dfab7a24c339 (diff)
downloadlinux-00afb1811fa638dacf125dd1c343b7a181624dfd.tar.xz
Merge tag 'asoc-fix-v7.0-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v7.0 A somewhat larger set of fixes than I'd like unfortunatey, not from any one place but rather spread out over different drivers. We've got a bunch more fixes for the SDCA interrupt support, several relatively minor SOF fixes, a few more driver specific fixes and a couple more AMD quirks.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netns/mpls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/mpls.h b/include/net/netns/mpls.h
index 6682e51513ef..2073cbac2afb 100644
--- a/include/net/netns/mpls.h
+++ b/include/net/netns/mpls.h
@@ -17,6 +17,7 @@ struct netns_mpls {
size_t platform_labels;
struct mpls_route __rcu * __rcu *platform_label;
struct mutex platform_mutex;
+ seqcount_mutex_t platform_label_seq;
struct ctl_table_header *ctl;
};