Message ID | 20250116055123.603790-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 66-220-155-178.mail-mxout.facebook.com (66-220-155-178.mail-mxout.facebook.com [66.220.155.178]) (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 457E629A1 for <bpf@vger.kernel.org>; Thu, 16 Jan 2025 05:51:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=66.220.155.178 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737006701; cv=none; b=RN2y+wDPSQrV8fWH4cTlpVSRr9mXYrm+LwKmwNUs/RrljXEkfZX7e4jTqNC5rlfTFyoR3KgHogXpO33rX3YM+xEa+QeRdPVAyLeAUKQ5mZTGtcU9hcFNfu3VltPnqADpJUySegDBOJndF5NLrP5DHswPSsmK0dEeaMQR/M3rM+8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737006701; c=relaxed/simple; bh=6f//Jd0B/1dhzHrhochm+DlN+51m5p6dKMAXl6g/o1E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=a5wZPC7XIRFoCBZ/Vjmg6WQEe4BniWKrRNVaPvzFOVDoOXHjONWV/iKypPF78Hom0xo6+a9R7f6E+etJVCzjNhGoRUWLbhdKocD3RW32zif/HogxYfCZe/yIcBItkQU/ugpoaNGzsBNtg7hjCrJcDlNHKPbcM2lDxYFpIZTUxjo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev; spf=fail smtp.mailfrom=linux.dev; arc=none smtp.client-ip=66.220.155.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=linux.dev Received: by devbig309.ftw3.facebook.com (Postfix, from userid 128203) id 0200ED032429; Wed, 15 Jan 2025 21:51:23 -0800 (PST) From: Yonghong Song <yonghong.song@linux.dev> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, kernel-team@fb.com, Martin KaFai Lau <martin.lau@kernel.org> Subject: [PATCH bpf-next 0/3] bpf: Allow 'may_goto 0' instruction Date: Wed, 15 Jan 2025 21:51:23 -0800 Message-ID: <20250116055123.603790-1-yonghong.song@linux.dev> X-Mailer: git-send-email 2.43.5 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: quoted-printable X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: Allow 'may_goto 0' instruction
|
expand
|