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 0ACD729AAF3 for ; Mon, 25 Aug 2025 15:20:15 +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=1756135216; cv=none; b=HnHN5t+lsDzpJ/6pPi9ddGm8RziTI2msz4Qg89yVyqBJXdNS7ISXANo7MjVTsbiPu26BZe7Jtr6xmFSwrqjlMnPDxziAdg6GoMdyucFonPYnZffzbOdCDyBCnTmnHVlEL2rYs1PWh3HwjfhcgPdJNyipAKvffUTxQrQi9QwUGX4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756135216; c=relaxed/simple; bh=AdWF9cHM9kNYLxrI3+vuaaPoaobJ/mXizODikIYtlSk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=PmELv5QHLoRLnG0zM9Y1yavbakpBc333DnELdfVOLCLbe6EnlTpU1wdwBGqg+2um+L9hmOHc16PqFssVPRl7V/zrNzXQGZLVdCXd2Ooenw6QxZWCZYMxDOeJD7Nhw89CHqmTVr/56gDfqvk2G9jRs1oS3r1MXQ+2xNSY8GmcHlg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rYwqcOCa; 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="rYwqcOCa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5AC76C4CEED; Mon, 25 Aug 2025 15:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756135215; bh=AdWF9cHM9kNYLxrI3+vuaaPoaobJ/mXizODikIYtlSk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rYwqcOCa6wVYjOSsKb4eM5VvYcVobiZIbK7L7ecae5LcpCn8YLdQvfEfGD92CiNZ5 TgMsX5JFsQXP1vixajS/5bxhOzz5dvkAwMRwuKN9jUcK62Lhyk8FqmkiwmMGjEmkUd 07NXrrGgrMg/PEl2MbPJpdD8L683baieR03j26+KmfKtoa9CFMLy/iAqI3h2i6oUlg zlUCTLb1KCwU++d7aYwQhBmcHz3Hw54Wv+msd+OYtx+KJvYgSElEfOlnh0OIs6gurI fSuBx5GLARq1UknZGKU8XjCa8rVMmTR+8qoOgTV8M6b8cB96OeJMzs3W6aobc7Ut64 ozp8rH1smsQUQ== Date: Mon, 25 Aug 2025 08:20:14 -0700 From: Jakub Kicinski To: Cc: billy@starlabs.sg, ramdhan@starlabs.sg, sd@queasysnail.net, Subject: Re: FAILED: patch "[PATCH] tls: fix handling of zero-length records on the rx_list" failed to apply to 5.15-stable tree Message-ID: <20250825082014.0a713fee@kernel.org> In-Reply-To: <2025082443-caliber-swung-4d8f@gregkh> References: <2025082443-caliber-swung-4d8f@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-Transfer-Encoding: 7bit On Sun, 24 Aug 2025 11:07:43 +0200 gregkh@linuxfoundation.org wrote: > The patch below does not apply to the 5.15-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 . This is not needed prior to 5.19. Sorry for not including the kernel version in the stable tag. I suppose Fixes is not taken into account when identifying where to backport the patch?