Received: by 10.213.65.68 with SMTP id h4csp230680imn; Tue, 13 Mar 2018 02:22:43 -0700 (PDT) X-Google-Smtp-Source: AG47ELukE6E6aMJH81/f91JVhgPDoXvPbTHSoWnP65hxx7m2enmTxhisJ6m3urNffMGpGLsfkxuK X-Received: by 2002:a17:902:2e:: with SMTP id 43-v6mr3379869pla.282.1520932963554; Tue, 13 Mar 2018 02:22:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520932963; cv=none; d=google.com; s=arc-20160816; b=bbf/bLUVrmuiEyvEwLw5o3Ax03P1nj35IBVu6Ix3dTDH5Jnm0O8xUXWC5r/d1siXeh ogtDq6sIf2L7/eUMSpQ+3vnvyy8x8RIexrS2UBY3kRRnAuWvjBwWyJxowTV3w2/OEYrS kxYHja/+yxUrdLodAuOfCL9KSr0lG/7KY0n+QvfJ08sXj+/rbIoUyhvFxU6zZAjHA1Qg dS/to/5D5cFjyCNgW7zLyihNRlS8T9ds2Ur5ca7KIt4HG/wHlDBtnuIS3m+GTTmoObCi G5Ek+ev2xbTsffXb9GfNOyOJu4Ve34IaiBbQtpuvXdvQSCxYBM/zCwLiRI3972oay4G6 K+AA== 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=6lR/eobS7Hu13CS6yWCOggGb6sy/RKyYa/Im1Sczbt0=; b=OuL8evI4VcA0f99RLXBPo6veh1geshossAuD/xrB4yvwOjsSKD6TP0LqsF+a144WfF av0Lh7NbaK7HICueZYQC+5wWpKxyGPMA0B/CAdtLaEjBuYP7XXErnJWC1zrXBPVCnc40 sxKQZYhv7BvkWuEJ5FwAnnHd+RNDdwTO/T/M92cJd+4z30Hok0aCXY/JuiSW+Jc8Z6EG zdZso7PzXsjOFzwxUgcSoyJjpytWLn1Z6KigwjKH/qjuhXQ6ED3Yh6pWHPzXgCPTQLc6 KCCa58wE/IFx6v0qeGEPjd5HWvSZDcTeRNgqrICbctjYQHahp5JrcCb6arB8NKHiq24e 6eUg== 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 j9si7269480pfk.292.2018.03.13.02.22.28; Tue, 13 Mar 2018 02:22:43 -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 S1752232AbeCMJVf (ORCPT + 99 others); Tue, 13 Mar 2018 05:21:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37588 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751957AbeCMJVc (ORCPT ); Tue, 13 Mar 2018 05:21:32 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 13A6CEF3; Tue, 13 Mar 2018 09:21:31 +0000 (UTC) Date: Tue, 13 Mar 2018 10:21:33 +0100 From: Greg Kroah-Hartman To: Steve French Cc: "Srivatsa S. Bhat" , 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: <20180313092133.GA13325@kroah.com> References: <20171101151803.GB31285@kroah.com> <4ba67095-4075-688f-d3fb-157847aee4d9@csail.mit.edu> <28ffc363-5140-5685-d288-6e3dc07c6369@csail.mit.edu> <20180227085428.GA16879@kroah.com> <20180227124050.GB31888@kroah.com> <6bca5a97-f581-86b8-12ad-77147619d519@csail.mit.edu> <309db6c4-7e21-bfbe-44d4-eb41f5516d5e@csail.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Sun, Mar 11, 2018 at 07:37:55PM -0700, Steve French wrote: > Just got a wireshark trace - this is a fairly trivial issue (missing > the validate negotiate must be signed patch) - I had some trouble > getting this version of the kernel running (unrelated issue) and on > systems with access to Windows 2016... Ok, I have no idea what this means, or what I should do here because of it :( Any hints for what to do with the stable tree? totally confused, greg k-h