Message ID | 20250228055106.58071-1-jiayuan.chen@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from out-172.mta1.migadu.com (out-172.mta1.migadu.com [95.215.58.172]) (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 361651AF0CB for <linux-kselftest@vger.kernel.org>; Fri, 28 Feb 2025 05:51:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740721911; cv=none; b=T8RG2VRyHsTB5v0qqm8JrQbhTV8CMu1LyDOGWIf5gtlNrqusEJ7r1btCFQ5UjAJlJAWdDtzT+WMn9Aa2myJGIMsAiCURt5wd5wdP0WXDcYH4/9dI0e8YQ47KBMylVdnYNrp1uYr5Hk30coQ6aRaQ8xmMojKecp8uZ55+beOrnF0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740721911; c=relaxed/simple; bh=isxaFmrKmYHCGlZExmVjSHepJqDAVdMlLja10DSOAzw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sa2nWaxQnCl3EPjVz3iS/gSKKBg0LdhSL0rdCrubwECF/B/UMAI6vLOaoqHndiFQkG31B2TZHvR7VbNeEIIdMMrWFcw7C+hGU/m7gnFSoGDoE896v7J4SdeuiWXKnzUPAoFy82+y4+LaL8pCk120WnqxC24EW8azb2wum7OwhLM= 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=Zbrxhdao; arc=none smtp.client-ip=95.215.58.172 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="Zbrxhdao" 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=1740721897; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=CbQAEZBPDpzuaEAifTRhgBJW4d3VzEfkVjBc5JVCR9I=; b=Zbrxhdao6U19J7aiaKMearYycQu6cNwFk7/dtOQXDc8wp258BSz1HXe5ZGbzNRgnS9ykXM i2FuJL8Hi9iAEnQH3Lh7xgGC6HOgi9cqq4UsX9hk0iVdPxX9yownFf5IH+y/v0K4qFPhpb rhM6VrApxObbSkEVv5jfc8U50J+76SU= From: Jiayuan Chen <jiayuan.chen@linux.dev> To: xiyou.wangcong@gmail.com, john.fastabend@gmail.com, jakub@cloudflare.com, martin.lau@linux.dev Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, andrii@kernel.org, eddyz87@gmail.com, mykolal@fb.com, ast@kernel.org, daniel@iogearbox.net, song@kernel.org, yonghong.song@linux.dev, kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com, jolsa@kernel.org, shuah@kernel.org, mhal@rbox.co, jiayuan.chen@linux.dev, sgarzare@redhat.com, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, mrpre@163.com, cong.wang@bytedance.com Subject: [PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap Date: Fri, 28 Feb 2025 13:51:03 +0800 Message-ID: <20250228055106.58071-1-jiayuan.chen@linux.dev> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: <linux-kselftest.vger.kernel.org> List-Subscribe: <mailto:linux-kselftest+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-kselftest+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT |
Series |
bpf: Fix use-after-free of sockmap
|
expand
|