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 5F8A82D1913 for ; Wed, 18 Mar 2026 21:27:06 +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=1773869226; cv=none; b=Vtf+sZSTeRE/GH4ufhL0O7ukyC9kimGvNnSp5Pn15AUkvXYiuWeAWk+qiEHxGbvYYVfpo70ws95NTJfWmJ3We3oFVtVFUmetLSGuytXe3Qd8Pxn99WvWFPhzmUu0A+ug92FX9PkWLqELh2n4By50fnNb/B7AKZJaD3GoLKBd/OA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773869226; c=relaxed/simple; bh=Xr+C74xxua0GI8VvFXF3clyb2cK8vhcWqio1qy4kzfk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZLC/Wf5SWnH1+ph/1SpsP5mIEG2tTcItDbD829pe038zBvBAdeJAmqMVYCG9U8ZBhsJq+VTel7r9JITOjULPZOeqBrxpBuB6T9kOsdUd1mUwzp2ilRRL490MY6tQM5YBBMC0LBqNCd57SBkOJC8AOpVhmqvWUaBivrX2uXgyrQo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sj5labwN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Sj5labwN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1136C19421; Wed, 18 Mar 2026 21:27:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773869226; bh=Xr+C74xxua0GI8VvFXF3clyb2cK8vhcWqio1qy4kzfk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Sj5labwNzHpY3gR5enHCLwOZ2cIqO3L70tVYToqe64Uw0lNLeKQH8sR15waD1F8tI UtOje9IWNentZcLv6zpp9x7ku2OLLHiE1LHC6fTrW0ODxtjE8nOy6pFKnLKYUV3haR DGAFlk3OKHf8+9tOH+4IU1WcytlJHa1v/4OY6IuQETOc2E5NE8CxqpKO08VIMZwIUs ulftyVouu5nzKuamiLmOKyzYx1XC9bhY7gw2gR425hDpYSijddH/Zc8IZ1XaNPIF/1 Us8c50iEigkSvNKxHVpk0xA+02mzJgIh2XvO1TwlYeziTue/Rd/iB/DZrJGNZT5cEV ua9/6TH8PWz0w== Date: Wed, 18 Mar 2026 21:27:03 +0000 From: Eric Biggers To: gregkh@linuxfoundation.org Cc: kuba@kernel.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] net/tcp-md5: Fix MAC comparison to be constant-time" failed to apply to 6.18-stable tree Message-ID: <20260318212703.GA2013993@google.com> References: <2026031756-likewise-lumpiness-6c88@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: <2026031756-likewise-lumpiness-6c88@gregkh> On Tue, Mar 17, 2026 at 01:01:56PM +0100, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 6.18-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . I already did this a week earlier. - Eric