From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta0.migadu.com (out-70.mta0.migadu.com [91.218.175.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AF123DDAE3 for ; Tue, 25 Aug 2026 08:24:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.70 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787646284; cv=none; b=PTpEW/ywBNO4Uf+fxuoivcH4P08yUbZ5Y8NehMDJ0UEO2Puni9ubKjefhyI1bCxlJaR191i7Ggj5Qe+An/6Mw224U7MMy85SQr6UVhPZN2id861ROfQzA9NTxTT02vCala0aJgq/16k1GPk573Fl87/KsyA6NfnH+U093hnUpVQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787646284; c=relaxed/simple; bh=fMVBFOBVKoGOkj1z1iZ/OESzFrC4Hs4XMDXPGd9Ou0c=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Znxtke4JBBUToh/6mRN1A2faGBpjfJlCsoXzlS5Z89tFZnphcngXx2sK/rarQfzZsNjmqbuWk7JRz/F4B/XAUUYbt9ZSbaXNeiDATpX6JddEXzJHQoD3vVLGNXI8Ix4n5iFijvFxt9stEz5/oQq7JZ/DuaInMxjPgIGNxRVGhq4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=QMwc5NzE; arc=none smtp.client-ip=91.218.175.70 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="QMwc5NzE" X-Envelope-To: linux-kernel@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=fMVBFOBVKoGOkj1z1iZ/OESzFrC4Hs4XMDXPGd9Ou0c=; c=simple/simple; d=linux.dev; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1787646280; v=1; x=1788251080; b=QMwc5NzEsUPK3xVhcxJXJcRcJyFldjsglMJgYtGZGwDfKdxErxTPIdQ8Nb/GvpT4Inx+mUTZ Sgfc+wjabWZpKmo83SONUuG3zQOEO9YhZT1eaP08QWVwgwwOmPbCay00jozwonUssb6NVgDu7YE x0FGEbqXzvBuyW3D3jyDwT6o= X-Envelope-To: linux-kernel@vger.kernel.org Received: from [10.54.25.56] (210.22.144.162) by smtp.migadu.com with ESMTPS id a3d3e90f79ae5f84; Tue, 25 Aug 2026 08:24:40 +0000 X-Mizu-Trace-ID: a3d3e90f79ae5f84 X-Migadu-Flow: FLOW_OUT Message-ID: Date: Tue, 25 Aug 2026 16:24:30 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net v1] tls: device: fix out-of-bounds write in tls_append_frag() To: Paolo Abeni , Jiayuan Chen , netdev@vger.kernel.org Cc: stable@vger.kernel.org, John Fastabend , Jakub Kicinski , Sabrina Dubroca , "David S. Miller" , Eric Dumazet , Simon Horman , Ilya Lesokhin , Aviad Yehezkel , Boris Pismenny , linux-kernel@vger.kernel.org References: <20260823084758.20936-1-jiayuan.chen@linux.dev> From: Jiayuan Chen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 8/25/26 4:03 PM, Paolo Abeni wrote: > On 8/23/26 10:47 AM, Jiayuan Chen wrote: [...] >> Fixes: e8f69799810c ("net/tls: Add generic NIC offload infrastructure") >> Cc: stable@vger.kernel.org >> Signed-off-by: Jiayuan Chen >> >> --- >> Hope to get capture attention >> >> netdevsim + tls (revised a lot locally): >> https://lore.kernel.org/netdev/20260728125658.390500-1-jiayuan.chen@linux.dev/ > I must admit that RFC series have low chances of getting full attention > these days, due to constant flood situation. > > Could you please re-submit that series formally? > > Thanks, > > Paolo Thanks Paolo. Will do it after merge window.