Received: by 10.213.65.68 with SMTP id h4csp556618imn; Thu, 22 Mar 2018 03:35:07 -0700 (PDT) X-Google-Smtp-Source: AG47ELtdQtnCMVkHH3DbvVIhtrR/9QzXW1iRS/cYGiGkTau0KOh9MtdAaCOu9UdBJuLhXchj1L6c X-Received: by 2002:a17:902:8d87:: with SMTP id v7-v6mr24408300plo.146.1521714906985; Thu, 22 Mar 2018 03:35:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521714906; cv=none; d=google.com; s=arc-20160816; b=pNNFQ5olzgESXFfX1JuCZdt6N+OpC9Q98TIPm9rs8SJmtqZ2unjcpdGfFnYeBSpHPT Kvg+NjsVe1qVh9kwwOiuD0hEENeGn2bgQ4OKKjvfLryrO/ZzRRQZKE5Hqe8ApA2r8a1E 34OJ2lvDtSnZvrmKslCxAXFpTjQ1x1EEfJGi29fCAAiix5JN6GCjVl9Yn24LbVV1nLZy kBgJpxxNXWpHS4i9CQhZFh3b7SiAEVBkZMbJo2P7kaKCEC2Tp8l+EtDXmujU5USyQx8E Wd0EodXh84RnBStd9XR+DBzZkM0FTGniuQk71yImLGxXf9q6Zs/afdThQ10F7SUxdJEb J+Mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=0jNDLfocqwTFemnWMja8VtZo6Fd4E6e8/SLJNhmb2ZE=; b=eWA6QdE2/G8wtBzfHMQJPvQkKsODiGtMpJuESp6QYGie4ThtD1J8XFgXNv+5amiP9I EPfloCoM/YiUZP0zhro2KXgDSy6ddVdk3FfMUVCu/T/dCDAuzN7QOQ3BXi5ZNwGrC/Ev PBv3xX50+qwCd7FEHGlje+dnFx1drMBLijvYwy2jV0z0CrwfPxO8MbWTCP1nJyJy5Gnv c/O/uYKsU3CtZZVkh2uB4cAwdtzKzd1yTdGdjHIbUDhPdLf7uhhSIFEbxrHcBhemqbho Bswh/kVhhmw2mtgYCjd417VIneDS0WlWSDoAAm8iCkLJvWGPBBcJWg9XngbFqBC5QHGf aoBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 75si4222594pga.647.2018.03.22.03.34.52; Thu, 22 Mar 2018 03:35:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753690AbeCVKcr (ORCPT + 99 others); Thu, 22 Mar 2018 06:32:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52010 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbeCVKcn (ORCPT ); Thu, 22 Mar 2018 06:32:43 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F013210E1; Thu, 22 Mar 2018 10:32:42 +0000 (UTC) Date: Thu, 22 Mar 2018 11:32:33 +0100 From: Greg Kroah-Hartman To: "Srivatsa S. Bhat" Cc: Steve French , Thomas Backlund , =?iso-8859-1?Q?Aur=E9lien?= Aptel , LKML , Stable , Ronnie Sahlberg , Pavel Shilovskiy , CIFS Subject: Re: [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed Message-ID: <20180322103233.GA10695@kroah.com> References: <6bca5a97-f581-86b8-12ad-77147619d519@csail.mit.edu> <309db6c4-7e21-bfbe-44d4-eb41f5516d5e@csail.mit.edu> <20180313092133.GA13325@kroah.com> <20180316133241.GC11397@kroah.com> <6745f869-e249-a891-8d76-79f2830dd57f@csail.mit.edu> <46a98623-2125-1f16-c456-db06f015f95a@csail.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46a98623-2125-1f16-c456-db06f015f95a@csail.mit.edu> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 21, 2018 at 10:15:51PM -0700, Srivatsa S. Bhat wrote: > On 3/21/18 10:12 PM, Srivatsa S. Bhat wrote: > > On 3/21/18 7:02 PM, Steve French wrote: > >> Found a patch which solves the dependency issue. In my testing (on > >> 4.9, with Windows 2016, and also to Samba) as Pavel suggested this > >> appears to fix the problem, but I will let Srivatsa confirm that it > >> also fixes it for him. The two attached patches for 4.9 should work. > >> > > > > Indeed, those two patches fix the problem for me on 4.9. Thanks a lot > > Steve, Pavel and Aurelien for all your efforts in fixing this! > > > > I was also interested in getting this fixed on 4.4, so I modified the > > patches to apply on 4.4.88 and verified that they fix the mount > > I meant to say 4.4.122 there (the latest stable 4.4 version at the moment). Thanks for these, all now queued up. greg k-h