Message ID | 20240302165017.1627295-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 66-220-155-179.mail-mxout.facebook.com (66-220-155-179.mail-mxout.facebook.com [66.220.155.179]) (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 A88315231 for <bpf@vger.kernel.org>; Sat, 2 Mar 2024 16:50:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=66.220.155.179 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709398231; cv=none; b=j3vr5WNDV7n9AdIMKHB7BZ5PBm2C4XVI1kfE4KMN1y2U+cdC1rRrp1UjULnuWe7hnexapRgP8EFFZK+zBpA5oxGTSp8eX/LZBd63PaxiRY2PZk3AXOvWKrj1HyKiwheC2NIkrsflL4s/8rs4yJZX4EcSYCG+YZEVYEawnB7Abyk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709398231; c=relaxed/simple; bh=lLfKQ6H1wKEjRcp/ZrfNvLY9l03rW2BWj73IqetVHcs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=m1emAOd6T7aIn8R5cbXIduFM69VprMHoh2T7q/fWO8NfKljE8V80vlCPgZZrZrSJnIXNusNCYMViOuSeKKJ6p4PmpyNey7EP7bRa3/koHBAnV0N5od/2S0DJcZ3apnw1Ubq7byMqIMasTWzVJR4ujqhVqZVqPRnIGoXu7FbXhk0= 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.179 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 90F2A11F11A0; Sat, 2 Mar 2024 08:50:17 -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/4] selftests/bpf: Fix a couple of test failures with LTO kernel Date: Sat, 2 Mar 2024 08:50:17 -0800 Message-ID: <20240302165017.1627295-1-yonghong.song@linux.dev> X-Mailer: git-send-email 2.43.0 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 |
selftests/bpf: Fix a couple of test failures with LTO kernel
|
expand
|