From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E50BB376BD3 for ; Thu, 23 Apr 2026 11:32:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776943940; cv=none; b=AsPTRSSZl6rHAqH5cZjoFPcuS+HtbBLbM2mCUyutFC5Br59Cv26YfscqXnSYEqwpL1Te5aAeVJxh5XtwxniIB+SZOf/DbGfClJA6OuQ73PGm/kyJaykxDpNbpH6/uOEOLM5fG81ZbBKGh5vX5X7xu7quMlFndU5mFrD+8ST9lpA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776943940; c=relaxed/simple; bh=u1cFUigbHynrW7j3ngIYNDco2wDUGRMpuNGp8m0gPWI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ec140Dto1WbS/CowiHeIPEj7b7klb5MWUDz4S63N5v5fAwlMdlw9Fn2wFmY3Ukj85YcnPcN1752CTbSLovq09axILSEa8SoQsnWsKvQ6ALP+Hoqv0Guwx46WetBRDH+Njdgno+1+g+jWFTywXhlLfLoaIgzwXLAWQqrogyPypN0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=JC+jvmZI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="JC+jvmZI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 765BCC2BCAF; Thu, 23 Apr 2026 11:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776943939; bh=u1cFUigbHynrW7j3ngIYNDco2wDUGRMpuNGp8m0gPWI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JC+jvmZIEBw/2ZzUzoofL1NGaUOKV2TfD/AcS8VBpLLEV35bogR33A+WJ5WizkZHv sxvXUJsCk133PPvRHGU74cn8Q0xNpiXeuqWAqlfkao9fZ7JqcUgVgZ9ESY4e4f0gHL 99FYS/KuNgAbvql2ZSUxlXTxanmPCkrWG/SqSjXg= Date: Thu, 23 Apr 2026 13:32:17 +0200 From: Greg KH To: Ghadi Elie Rahme Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.15.y] cifs/dfs_cache: Fix NULL pointer dereference on session connection failure Message-ID: <2026042346-mouse-robe-dfb5@gregkh> References: <20260303173108.515913-1-ghadi.rahme@canonical.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260303173108.515913-1-ghadi.rahme@canonical.com> On Tue, Mar 03, 2026 at 07:31:08PM +0200, Ghadi Elie Rahme wrote: > [ Upstream commit 6916881f443f67f6893b504fa2171468c8aed915 ] No it is not :( And this commit is not in 6.1.y, which is required before taking this in 5.15.y, so you do not have regressions when you upgrade. thanks, greg k-h