Received: by 10.223.185.116 with SMTP id b49csp3780209wrg; Tue, 13 Feb 2018 07:39:57 -0800 (PST) X-Google-Smtp-Source: AH8x225XXydf0revmePSTmkTdb/m+x94ihb6AjAJqTHrNONadlZLiEEVDyh+xKD9tfPvzwxbM0uN X-Received: by 2002:a17:902:2cc3:: with SMTP id n61-v6mr1480736plb.440.1518536396968; Tue, 13 Feb 2018 07:39:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518536396; cv=none; d=google.com; s=arc-20160816; b=sgQyLq0mwnlbQbIC5075Hlwox1ejLMCvuOnpNJ+Qgcp09zasRS0WnJrh5/elZCbCzZ PrCQ2TdMSMlQy5b6FKIqbuA6nejKiJve3Cm+aYvlckRVh2J+7slht8qFvTcgiGNvtTZc 7Bdk6USH4OFWXgKCzP7n+bKPHdQ0tFf5HsrBqYwXTuJNusvjYJieZCt94nSZakpZpmr6 zB6WE6Jiyq1NW9gmVIEQsIUG37ufjpOKm71mTHuedEJTcsRt+5hL2/WeUI7p4sN4FDIo maqI+vinYzznm4sgMn+/c5nAWP2t2Yk1n1WJhHNEjUoAqP+f+xJo+9gcie/2/gDAVRZj bEtg== 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=dSsG01jWmI3F5NGAj4d5g0GkKiHV7/NvyIlBayOjs6I=; b=xZWbUoWafkPgxkjit6qcT1VwrwHEJdkGB4pMGAG0A3UkZaQN9BvWxnpOA5oUgFeIKZ QGIhTWU9QnurjmH40mifuwWABWhdvQRmYx9tBBulwHuucTRuW02itZ+qDqBCXn81TEUg BKN7q4+uJY2pJalsONmezf4b6yBP4Loi6u7jAb3Mrrz+vb7W9c9ZnMtTdGLLPqbTWx4Y lKnNkYzktwrRH2xL8O0USwYSiZhcDXdCYhty5nimrb4G2nMRbNqoQxXQKU0vUnLTeaOH AVxYSLjajgbrZqFql00YvcaRuTEvXxc9VV3WNQeUpYcIHT2gn5vzwEyTy3RZd5huO78P 9eMw== 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 o23-v6si1741531pll.7.2018.02.13.07.39.42; Tue, 13 Feb 2018 07:39:56 -0800 (PST) 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 S934587AbeBMPiR (ORCPT + 99 others); Tue, 13 Feb 2018 10:38:17 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35942 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933827AbeBMPiM (ORCPT ); Tue, 13 Feb 2018 10:38:12 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id CFE10E7E; Tue, 13 Feb 2018 15:38:11 +0000 (UTC) Date: Tue, 13 Feb 2018 16:38:13 +0100 From: Greg KH To: Dan Aloni Cc: linux-kernel@vger.kernel.org, Steve French , stable@vger.kernel.org, linux-cifs@vger.kernel.org Subject: Re: [PATCH stable] cifs: empty TargetInfo leads to crash on recovery Message-ID: <20180213153813.GA5919@kroah.com> References: <20180127200741.57298-1-dan@kernelim.com> <20180128144348.GA19937@kroah.com> <20180128145220.GA47771@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180128145220.GA47771@gmail.com> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 28, 2018 at 04:52:20PM +0200, Dan Aloni wrote: > On Sun, Jan 28, 2018 at 03:43:48PM +0100, Greg KH wrote: > > On Sat, Jan 27, 2018 at 10:07:41PM +0200, Dan Aloni wrote: > > > commit cabfb3680f78 upstream. > > > > Are you sure? > > $ gsr cabfb3680f78 > > cabfb3680f78 ("CIFS: Enable encryption during session setup phase") > > > > Doesn't seem to match up at all here :( > > That's only because it fixed the issue unknownly, accordingly to > git-bisectings I've done. Should I have not added 'commit > upstream.' in that case? stable_kernel_rules.txt is not so clear > about it. I need the git commit id of the patch that is in Linus's tree in order to apply it to the stable tress. And the text and comments and change needs to match. To have a different subject would be really confusing. You can put a note in the changelog body that says [note this fixes issue x and y - myname] which is what some people do. Care to fix this up and resend? thanks, greg k-h