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 44A6B37F742 for ; Thu, 23 Apr 2026 11:38:17 +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=1776944297; cv=none; b=hpPw8dFHVQURFNo2ftRQ18Muf4vGSXQuJlkR4Xx8X4AkENPkfY4oIlNsXrs2z8EI49jwaG3qs9AMVbk6S4HHtBBFMITjoEIr9TiYxDIs1unRF8hi0f0hwh4maFsQYK/sV4XybcR+lvOMofUlvywpWUq3magFLJvsLbgLYapMzXQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776944297; c=relaxed/simple; bh=JyXsF9DkdksbA3Spny9jUArO2LigwGZV/98MXweKegU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QQWaE7cwCo7KJ6541sU1RdKdip5Gkmc89Aei1bEZbWWg76s6LqJ1lugscNWtFRsnqa225ZJbuilZl+6hzDpgixFiUn/No/jq5XOd/KEELqgDXOn7rYmHXNEsJTL/H8FJLt4EKmIcUlD9e+UVIG56uiD71J4G6nJSN9K2TSZLd8k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=CUMu0To9; 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="CUMu0To9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA9DBC2BCB3; Thu, 23 Apr 2026 11:38:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776944297; bh=JyXsF9DkdksbA3Spny9jUArO2LigwGZV/98MXweKegU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CUMu0To9O5OErZ+nU30CK9D2+qnjqLC9P3Q3RVBF+Q3B2L8Bz2JahiO31/4e00KyV Y1H5VbWba1xIKPDz3R8P5qnEV1tfeYNTEyrrisDKpOisbXAiD4x8jX5wrGjScz2I0+ BHnazEmUps2/hQyvw8TK4kXHlcZnZ3Ve8QJLYjp8= Date: Thu, 23 Apr 2026 13:38:14 +0200 From: Greg KH To: Ghadi Elie Rahme Cc: stable@vger.kernel.org, Steve French , Paulo Alcantara , Aurelien Aptel , samba-technical@lists.samba.org Subject: Re: [PATCH v2 5.15.y] cifs/dfs_cache: Fix NULL pointer dereference on session connection failure Message-ID: <2026042305-various-upstart-3780@gregkh> References: <20260319144325.438788-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: <20260319144325.438788-1-ghadi.rahme@canonical.com> On Thu, Mar 19, 2026 at 04:43:25PM +0200, Ghadi Elie Rahme wrote: > [ Upstream commit 6916881f443f67f6893b504fa2171468c8aed915 ] Still not the right id or patch :(