Message ID | 20250213160626.34943-1-leon.hwang@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (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 CB01B1F866A for <bpf@vger.kernel.org>; Thu, 13 Feb 2025 16:10:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.181 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739463057; cv=none; b=bHg2wqMXPTV3/1EWvVDGeSqjh+qXFImNkrkJy6IdiasWzbZLRYuNTpnNWVt919X1IWOE3NhztH3yv9BPufUD2g5z6afY3F94agtwi79wJBY/aOLqRB9TxHqZ0hdMsFsA2oO6EmGf8mTtwrmGEdhRrNelfrdyrzUvSY49dcG1VMs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739463057; c=relaxed/simple; bh=0kqD/vkPX7Wr71h/9N4W+I3XlYaJNhB4AQoPv8NAy1Y=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=JMI4TP8CpHO2XrxZ1xZiwQlrTTxdIEab08NILQKZEDnEKaVE33UOXtbr3d3/IslV3EYykuBQX2ZduRqPyyn4EL2SUwQJPYdvtY3c9mIy45fYxcS/bSG6qGNt5GczjzUTUFP8THOyXsH7Snt3Xld7icFd7tUWgaXGyfl6Srn6tZ8= 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=LM0RBFn6; arc=none smtp.client-ip=91.218.175.181 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="LM0RBFn6" 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=1739463052; 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=HzxBf4EdPphdknrTLrSFA7l/wI+Wdl8+i6sT4IEUa4c=; b=LM0RBFn6grGjOhjC7zoN2fZUPRZl9Tp4x5P2AaekEOEcQGx5UhBC1Q8ZQ2rHtNHKAJZ+SP 9hPMUD0Ts90c7JlyY72ZtMgwpnD4kUdMXv0jFrgfoEt/WEjMOVo8vNQ2vCaB8aWmvQdYIA zO6/bNz/y3HVj3FZk10uzSahVrhFe9o= From: Leon Hwang <leon.hwang@linux.dev> To: bpf@vger.kernel.org Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, yonghong.song@linux.dev, song@kernel.org, eddyz87@gmail.com, qmo@kernel.org, dxu@dxuuu.xyz, leon.hwang@linux.dev, kernel-patches-bot@fb.com Subject: [PATCH bpf-next 0/4] bpf: Introduce global percpu data Date: Fri, 14 Feb 2025 00:06:22 +0800 Message-ID: <20250213160626.34943-1-leon.hwang@linux.dev> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Patchwork-Delegate: bpf@iogearbox.net |
Series | bpf: Introduce global percpu data | expand |