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 9905C212FAD for ; Mon, 4 May 2026 12:12:42 +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=1777896762; cv=none; b=SidM7EVyWtsTYy5Zk6HrTHZI1Vq3kzgrR9IEn9iz+UzJtwZJ1xd+Hgxpne9WfljBuSd2P1YbZADvxpelkoAxh8BprzZaBukhr5aE22Aq+rLV+uwt7g689avvlIHs7XfGh/FK52A+kqPJghISzm1CdVc+RozTKhm1Mp28z5KGstQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777896762; c=relaxed/simple; bh=VqaVeOHzRy0JPP1gUNaGaX6szLAgHENMvLEgSoAO6b0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K8NtiFtZ+2HdP2dW8sHUs2auwKwRQD1FsfWXdNDv6tLm3gqsb22eKnEKdo/2EHTyPxJT9VJvsPDZrbwmZZQ0L/BCwcgZvbwTdM1Jt+MbiZj9w4MDoZwx1fwU6hNz/or3UUEkQd5lbyFlZ277evnJQ1aGhbam5Gwz9lBduVH9upc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jZF95QcW; 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="jZF95QcW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF1CBC2BCB8; Mon, 4 May 2026 12:12:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1777896762; bh=VqaVeOHzRy0JPP1gUNaGaX6szLAgHENMvLEgSoAO6b0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jZF95QcWN98PCowr1j4eBJDhde6mJy2RiSZswfEtcUT7SP/QOxN1kOlmuFB1p6Vl0 xFp/w7HzH7c02jp2Tx3zJE6JxqUcFM6LiFnNfAax+GcBMMFD6zUpqRGcbQ6DMZHp5o ladA7gJrkZ4FTCahGufDCAoubCwcaH7cEDd9TclI= Date: Mon, 4 May 2026 14:12:39 +0200 From: Greg KH To: Eric Biggers Cc: stable@vger.kernel.org Subject: Re: Apply "crypto: authencesn - reject short ahash digests during instance creation" Message-ID: <2026050428-service-doctrine-e340@gregkh> References: <20260503174152.GA1036833@google.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: <20260503174152.GA1036833@google.com> On Sun, May 03, 2026 at 05:41:52PM +0000, Eric Biggers wrote: > Please cherry-pick 5db6ef9847717 ("crypto: authencesn - reject short > ahash digests during instance creation") to all stable and LTS kernels. > > This one does have 'Cc: stable@kernel.org' already. But I thought I'd > call it out specifically, given that it's in the same problematic file. Now queued up, thanks. Our backlog is huge... greg k-h