From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (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 DAC3E30F924 for ; Sat, 17 Jan 2026 11:08:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768648138; cv=none; b=fe/DCSBNLtKw/+5DFOb87Z+MmuW44RPYkL4x6G/WczomfzuJMk1XETIBdGc/u2eSaasQ8gu7rzpgRgPqWCk4mpeo/3AnRdRyZcAdPQcvKtgg6KpipH5MJYo+X8dLA+NkyYNXVk1TjOqL9ZNB2hnWPwOerVpzHQ8MYFojwnCZ8Uk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768648138; c=relaxed/simple; bh=uo1UIQxLdc/NrblW6iOWeC3gVSUSveliTSrHuYDE53A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=dO8+j9zCTYRH4cq40Npnq+KvPebYacP7hfgJyJPnX6r2tnXpKAZN1cdIYmlBq9x0i5yEKOLNJnJpO6FmtbFGW97pg5fXiSUUUzoKQEuH/2Gay89oU7LgIaywBlwrr4MVbjmtksUQqnyHGuYytQe0+jCwP2XWnGfj+Wrq2K2y5y4= 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=SRR64DZL; arc=none smtp.client-ip=91.218.175.170 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="SRR64DZL" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1768648133; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uo1UIQxLdc/NrblW6iOWeC3gVSUSveliTSrHuYDE53A=; b=SRR64DZLRbdWBRaNmESfQCRQhoCg8QoKZC+w74e8LvAvrj19MEoxEYq0zofdghYDq3wSau bSw7Wwajdhu66cpuuAS18dMUFeDuvzUMmUSfEF+81iDcyakF8k9ZHNXYBQubqKYBUT/BIW cVskkIuaW2jU9TyCL7RxcqlvKyCaB9g= From: Menglong Dong To: Alexei Starovoitov Cc: Qiliang Yuan , Andrii Nakryiko , Alexei Starovoitov , bpf , Daniel Borkmann , Eduard , Hao Luo , John Fastabend , Jiri Olsa , KP Singh , LKML , Martin KaFai Lau , Kumar Kartikeya Dwivedi , wujing , Stanislav Fomichev , Song Liu , Yonghong Song , yuanql9@chinatelecom.cn Subject: Re: [PATCH v2] bpf/verifier: implement slab cache for verifier state list Date: Sat, 17 Jan 2026 19:08:35 +0800 Message-ID: <10870214.nUPlyArG6x@7950hx> In-Reply-To: References: <14011562.uLZWGnKmhe@7950hx> <20260117032612.10008-1-yuanql9@chinatelecom.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Migadu-Flow: FLOW_OUT On 2026/1/17 14:24, Alexei Starovoitov wrote: > On Fri, Jan 16, 2026 at 7:26=E2=80=AFPM Qiliang Yuan wrote: > > > > > > > > This patch is a little mess. First, don't send a new version by reply= ing to > > > your previous version. > > > > Hi Menglong, > > > > Congratulations on obtaining your @linux.dev email! It is great to see = your > > contribution to the community being recognized. >=20 > It is definitely recognized. Menglong is doing great work. Haha, glad to hear it, thanks ;) >=20