From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta1.migadu.com (out-177.mta1.migadu.com [95.215.58.177]) (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 4BEC54343F7 for ; Fri, 10 Jul 2026 22:24:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783722260; cv=none; b=BomlEdJOXdXK4lcYmz8cWdrk8cZmAXlrlQGgw1UrFj23/9LzHjznqrFsfQOKCWRvKybw3JdAP+lO0lr0U8LfXP6vWlsemuM/z0VxQ+Aq1JoQvwsHfgwulTD06yoyA83miBYiBT1E8O4JtRqJkWsZq5YtpgTpz0Bm+gVv/IteejI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783722260; c=relaxed/simple; bh=w6uCRYESUORP4ZQ4nJ++DOOO6Tx+JrvDiNeomd06alM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GuFyIpUhocipBXKb3B3mpCRAPjeLiXYb0CyPMZpiojeQtklsro2jr650v4ciGv7jfLcxADbFfL93x7gBlJCR0ywHPXDSaCh01A9Fe9YuAYqTMbpuPhCw6b4AJX5shK4eNn+AW9X7k5eCDzt8EdzDCUjiIZTC6DP5Rl1oRs7m6Ps= 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=tph/Xx1D; arc=none smtp.client-ip=95.215.58.177 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="tph/Xx1D" Date: Fri, 10 Jul 2026 22:24:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783722256; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=w6uCRYESUORP4ZQ4nJ++DOOO6Tx+JrvDiNeomd06alM=; b=tph/Xx1DJCi5Sy1ovO7bsHrswcaeFFflt0prOOhHOdA72hOjMeqWAWTbAf/7ThEqTnyFFo /P4DVoSPEx+gIgwCPH0cjHLQvY+DM5xZDYzTjFQsrFJ3k6P5++tF4pGh8t4H4J1kDxy1VB De4c30LaxTU9UTMddeByamLJiTCc7EQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Jose Fernandez (Anthropic)" To: Daniel Borkmann Cc: Eric Dumazet , Neal Cardwell , Kuniyuki Iwashima , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Simon Horman , Andrii Nakryiko , Yonghong Song , Martin KaFai Lau , Jiayuan Chen , Emil Tsalapatis , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, Ben Cressey Subject: Re: [PATCH bpf] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch() Message-ID: References: <19e8e6f9-0d4c-4ae4-b519-603420619363@iogearbox.net> Precedence: bulk X-Mailing-List: netdev@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: <19e8e6f9-0d4c-4ae4-b519-603420619363@iogearbox.net> X-Migadu-Flow: FLOW_OUT On Fri, Jul 10, 2026 at 04:32:39PM +0200, Daniel Borkmann wrote: > Given TCP, it would be good to still get an Ack from Kuniyuki or Eric and > then we can ship it. Are you planning to also follow-up with the other pre- > existing issue finding? Yes, I'll send a separate patch for the realloc_batch() double-put next week. Thanks, Jose