[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024071535-scouting-sleet-08ee@gregkh>
Date: Mon, 15 Jul 2024 13:48:44 +0200
From: Greg KH <greg@...ah.com>
To: Andrew Paniakin <apanyaki@...zon.com>
Cc: stable@...r.kernel.org, Benjamin Herrenschmidt <benh@...zon.com>,
Hazem Mohamed Abuelfotoh <abuehaze@...zon.com>,
Paulo Alcantara <pc@...guebit.com>, Paulo Alcantara <pc@....nz>,
Steve French <stfrench@...rosoft.com>,
Steve French <sfrench@...ba.org>,
Ronnie Sahlberg <lsahlber@...hat.com>,
Shyam Prasad N <sprasad@...rosoft.com>, Tom Talpey <tom@...pey.com>,
"open list:COMMON INTERNET FILE SYSTEM CLIENT (CIFS and SMB3)" <linux-cifs@...r.kernel.org>,
"moderated list:COMMON INTERNET FILE SYSTEM CLIENT (CIFS and SMB3)" <samba-technical@...ts.samba.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 6.1] cifs: use origin fullpath for automounts
On Sat, Jul 13, 2024 at 03:11:47AM +0000, Andrew Paniakin wrote:
> From: Paulo Alcantara <pc@....nz>
>
> commit 7ad54b98fc1f141cfb70cfe2a3d6def5a85169ff upstream.
>
> Use TCP_Server_Info::origin_fullpath instead of cifs_tcon::tree_name
> when building source paths for automounts as it will be useful for
> domain-based DFS referrals where the connections and referrals would
> get either re-used from the cache or re-created when chasing the dfs
> link.
>
> Signed-off-by: Paulo Alcantara (SUSE) <pc@....nz>
> Signed-off-by: Steve French <stfrench@...rosoft.com>
> [apanyaki: backport to v6.1-stable]
> Signed-off-by: Andrew Paniakin <apanyaki@...zon.com>
> ---
> This patch fixes issue reported in
> https://lore.kernel.org/regressions/ZnMkNzmitQdP9OIC@3c06303d853a.ant.amazon.com
>
> 1. The set_dest_addr function gets ip address differntly. In kernel 6.1
> the dns_resolve_server_name_to_ip function returns string instead of
> struct sockaddr, this string needs to be converted with
> cifs_convert_address then.
>
> 2. There's no tmp.leaf_fullpath field in kernel 6.1, it was introduced
> later in a1c0d00572fc ("cifs: share dfs connections and supers")
>
> 3. __build_path_from_dentry_optional_prefix and
> dfs_get_automount_devname were added to fs/smb/client/cifsproto.h
> instead of fs/cifs/dfs.h which doesn't exist in 6.1
Now queued up, thanks.
greg k-h
Powered by blists - more mailing lists