From: Greg Kroah-Hartman Date: Mon, 12 Apr 2021 08:01:56 +0000 (+0200) Subject: 5.4-stable patches X-Git-Tag: v4.19.187~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cf53ff60712a772879573b10cf70a2e72d0061f;p=thirdparty%2Fkernel%2Fstable-queue.git 5.4-stable patches added patches: revert-cifs-set-cifs_mount_use_prefix_path-flag-on-setting-cifs_sb-prepath.patch --- diff --git a/queue-5.4/revert-cifs-set-cifs_mount_use_prefix_path-flag-on-setting-cifs_sb-prepath.patch b/queue-5.4/revert-cifs-set-cifs_mount_use_prefix_path-flag-on-setting-cifs_sb-prepath.patch new file mode 100644 index 00000000000..9572ff342c9 --- /dev/null +++ b/queue-5.4/revert-cifs-set-cifs_mount_use_prefix_path-flag-on-setting-cifs_sb-prepath.patch @@ -0,0 +1,34 @@ +From a2acabd066e828dd815c0920f98ca657a014847d Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +Date: Mon, 12 Apr 2021 09:56:57 +0200 +Subject: Revert "cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath." + +From: Greg Kroah-Hartman + +This reverts commit a2c5e4a083a7e24b35b3eb808b760af6de15bac2 which is +commit a738c93fb1c17e386a09304b517b1c6b2a6a5a8b upstream. + +It is reported to cause problems in older kernels, so revert it for now +until we can figure it out... + +Reported-by: Salvatore Bonaccorso +Link: https://lore.kernel.org/r/YG7r0UaivWZL762N@eldamar.lan +Cc: Shyam Prasad N +Cc: Aurelien Aptel +Cc: Steve French +Cc: Sasha Levin +Signed-off-by: Greg Kroah-Hartman +--- + fs/cifs/connect.c | 1 - + 1 file changed, 1 deletion(-) + +--- a/fs/cifs/connect.c ++++ b/fs/cifs/connect.c +@@ -4198,7 +4198,6 @@ int cifs_setup_cifs_sb(struct smb_vol *p + cifs_sb->prepath = kstrdup(pvolume_info->prepath, GFP_KERNEL); + if (cifs_sb->prepath == NULL) + return -ENOMEM; +- cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_USE_PREFIX_PATH; + } + + return 0; diff --git a/queue-5.4/series b/queue-5.4/series index 1c287db0330..d18cac1aeaf 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -108,3 +108,4 @@ net-ieee802154-fix-nl802154-del-llsec-devkey.patch net-ieee802154-forbid-monitor-for-set-llsec-params.patch net-ieee802154-forbid-monitor-for-del-llsec-seclevel.patch net-ieee802154-stop-dump-llsec-params-for-monitors.patch +revert-cifs-set-cifs_mount_use_prefix_path-flag-on-setting-cifs_sb-prepath.patch