From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 69-171-232-180.mail-mxout.facebook.com (69-171-232-180.mail-mxout.facebook.com [69.171.232.180]) (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 A2DC33594E for ; Fri, 25 Jul 2025 04:34:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=69.171.232.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753418082; cv=none; b=VZKJ5YVVB6eLSrABdYOMuurUt/WbD4708O6KNzCPSAzDH/z7YMq2PHsWXTFXGMaMRZnlOzQHKW7l4CMtIlW2KJ+2FViIvpUFSkw/QslRcUbScarwI2xuw7noVkTzj0AFTrLlD36eU3c+yK9sEY7iAeFjSQsHE+Gc8ZxIJWuUHpk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753418082; c=relaxed/simple; bh=Fc7IlW1rFQ40A5rMGVZww28zxatOe/ZpSFHGEtTRd/8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=sPYh0CpbiZy4hF2GfEIu/hwGA00mAYD0wWVJMcyDQRhDA7JWxvsX6uc3s+wrKfLALdY63h30D5x9RiHH6nCdiLz+7Xb/Xl2vqS8aSSq8CBHyqC38ZXQ7mysLwtwcQ7wIa2ba9UFHq6coSN9+rdu92fIRByVe+zlwrvyDYR38O48= 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=69.171.232.180 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 devvm16039.vll0.facebook.com (Postfix, from userid 128203) id 5A99CC48A4DE; Thu, 24 Jul 2025 21:34:25 -0700 (PDT) From: Yonghong Song To: bpf@vger.kernel.org Cc: Alexei Starovoitov , Andrii Nakryiko , Daniel Borkmann , kernel-team@fb.com, Martin KaFai Lau Subject: [PATCH bpf-next 0/3] selftests/bpf: Fix a few dynptr test failures with 64K page size Date: Thu, 24 Jul 2025 21:34:25 -0700 Message-ID: <20250725043425.208128-1-yonghong.song@linux.dev> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable There are a few dynptr test failures with arm64 64K page size. They are fixed in this patch set and please see individual patches for details. Yonghong Song (3): selftests/bpf: Increase xdp data size for arm64 64K page size selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failure selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failure .../testing/selftests/bpf/prog_tests/dynptr.c | 10 ++++++++-- .../selftests/bpf/progs/dynptr_success.c | 18 +++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) --=20 2.47.3