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 7F41F390219 for ; Fri, 24 Apr 2026 11:53:20 +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=1777031600; cv=none; b=bmt+a3Ms4i5LwFpPgPDaY0PUu76qc1s3RWrEk3A4wn9xSJJ1itkNkMV2x6jK6rheF+QEZeowmn2ku7UP6D8vmwu7zIWHpDsXSrPhDOSuzntN18xszgdPU56+SAhVDDoJ8w0AZLeDXhRzxuHVKiDGEzE5KcsT6ALZrtORT1CdwJ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777031600; c=relaxed/simple; bh=o5v3g5sFUvhS8sxlyqskLTuxJRnPC7eD4PLRPoFns1I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N7F94q/S7esWyXv3YNS1vQN7xq6bWmTRNIbN3XroyKqNwdKv3uKJxbG7k3FYHwMM3cXHA1RBsaOVQcuJlFh918/0pHcHfEFOAOf2z+kE4fTDKkGw3UgT+Ba18Bn2bl5JwQmVENeFpGj9wOX9/cONXOsy7AjChRqpdXHw8rvR7YY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=VNIoLRwG; 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="VNIoLRwG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D5E47C19425; Fri, 24 Apr 2026 11:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777031600; bh=o5v3g5sFUvhS8sxlyqskLTuxJRnPC7eD4PLRPoFns1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VNIoLRwGofXJd5V6AOTTtAmPjoOQ299QmbKI87yY0CANbDlLZUBzNweOTP6FUJd7V UyjNh8+pFwv5//Lab8iSmFtOBNGN/zeIaWDxPNzqJ4dMmzzbN2Ozc0wqKUefrpOuL/ krlyPW4in1YiNFComyHDRJbmexagox0sBs7fhTJk= Date: Fri, 24 Apr 2026 13:53:17 +0200 From: Greg Kroah-Hartman To: Hamza Mahfooz Cc: stable@vger.kernel.org, Sasha Levin , Jeff Barnes Subject: Re: [REQUEST] crypto backport for 6.6 Message-ID: <2026042410-corporate-voyage-34c3@gregkh> References: <2026042442-absinthe-reversing-8376@gregkh> 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: On Fri, Apr 24, 2026 at 04:45:44AM -0700, Hamza Mahfooz wrote: > On Fri, Apr 24, 2026 at 01:42:42PM +0200, Greg Kroah-Hartman wrote: > > On Fri, Apr 24, 2026 at 04:35:13AM -0700, Hamza Mahfooz wrote: > > > Hi, > > > > > > Please include commit 35e13e0eacf4 ("crypto: testmgr - Hide ENOENT > > > errors better") in kernel 6.6, as it resolves a kernel panic. > > > > I see no such commit in Linus's tree, are you sure that is correct? > > > > > (you will also need commit fc0f08317135 ("crypto: testmgr - Hide ENOENT > > > errors") to have it apply cleanly). > > > > I don't see that commit id either anywhere. > > > > What tree are you looking at? > > > > confused, > > Whoops, I was looking at my local tree, the correct commits are: > > 6318fbe26e67 ("crypto: testmgr - Hide ENOENT errors better") > 4eded6d14f5b ("crypto: testmgr - Hide ENOENT errors") That's better, now queued up :) greg k-h