--- /dev/null
+From 65de262a209da0951eb9bc60b3b7faf3bbffa38a Mon Sep 17 00:00:00 2001
+From: Paulo Alcantara <pc@cjr.nz>
+Date: Thu, 2 Dec 2021 15:29:35 -0300
+Subject: cifs: fix missed refcounting of ipc tcon
+
+From: Paulo Alcantara <pc@cjr.nz>
+
+commit 65de262a209da0951eb9bc60b3b7faf3bbffa38a upstream.
+
+Fix missed refcounting of IPC tcon used for getting domain-based DFS
+root referrals. We want to keep it alive as long as mount is active
+and can be refreshed. For standalone DFS root referrals it wouldn't
+be a problem as the client ends up having an IPC tcon for both mount
+and cache.
+
+Fixes: c88f7dcd6d64 ("cifs: support nested dfs links over reconnect")
+Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
+Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de>
+Signed-off-by: Steve French <stfrench@microsoft.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ fs/cifs/connect.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/fs/cifs/connect.c
++++ b/fs/cifs/connect.c
+@@ -3390,6 +3390,7 @@ static int connect_dfs_root(struct mount
+ */
+ mount_put_conns(mnt_ctx);
+ mount_get_dfs_conns(mnt_ctx);
++ set_root_ses(mnt_ctx);
+
+ full_path = build_unc_path_to_root(ctx, cifs_sb, true);
+ if (IS_ERR(full_path))
drm-amdgpu-enable-aldebaran-devices-to-report-cu-occupancy.patch
drm-amdgpu-always-register-an-mmu-notifier-for-userptr.patch
drm-i915-fix-tlb-invalidation-for-gen12-video-and-compute-engines.patch
+cifs-fix-missed-refcounting-of-ipc-tcon.patch