From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2921AC433ED for ; Fri, 23 Apr 2021 07:42:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0313D6105A for ; Fri, 23 Apr 2021 07:42:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241122AbhDWHnQ (ORCPT ); Fri, 23 Apr 2021 03:43:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:47826 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbhDWHnO (ORCPT ); Fri, 23 Apr 2021 03:43:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8B10B613B2; Fri, 23 Apr 2021 07:42:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619163758; bh=0tsV4fv8ZUNymt76995znxxe3Nf6cIyK9zknlMKIt1A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FeayGH0zmITlT6vbtMDR9PKMElGo4x+uldqkfwub9XrUy1w2cntDOuUhZM0Y2twOP s8weDHYjs0wlzM3YP3d7Rkuis5uYvQ8y/rgYQ2ERZL9F1KOCZBJfZbukXBwtEy9pbo rZ3sA2t9ft061I/s/x3eLYrmbRrGeUdpQI2HNPXg= Date: Fri, 23 Apr 2021 09:42:35 +0200 From: Greg Kroah-Hartman To: Shyam Prasad Cc: Salvatore Bonaccorso , pc , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Aurelien Aptel , Steven French , Sasha Levin Subject: Re: [EXTERNAL] Re: [PATCH 4.19 013/247] cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 22, 2021 at 03:36:07PM +0000, Shyam Prasad wrote: > Hi Salvatore and Santiago, > > Thanks for testing this out. > > @Greg Kroah-Hartman: The reverted patch used in combination with Paulo's fix seems to fix both use cases. > Can we have both these taken in on stable kernels? Paulo's patch is needed only for kernels 5.10 and older. I do not know what "both" is here at all. Please resubmit all of the needed commits in a format that I can apply them in, and I will be glad to review them and queue them up. Note, patches that are not in Linus's tree better be documented really really really really well for why that is not so... thanks, greg k-h