From patchwork Fri Dec 2 23:58:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kui-Feng Lee X-Patchwork-Id: 13063337 X-Patchwork-Delegate: bpf@iogearbox.net Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B791C4321E for ; Fri, 2 Dec 2022 23:58:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234457AbiLBX6q (ORCPT ); Fri, 2 Dec 2022 18:58:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234150AbiLBX6p (ORCPT ); Fri, 2 Dec 2022 18:58:45 -0500 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 230D69D2F8 for ; Fri, 2 Dec 2022 15:58:44 -0800 (PST) Received: from pps.filterd (m0148461.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2B2Nr9ui008327 for ; Fri, 2 Dec 2022 15:58:43 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=facebook; bh=/iWhi1S5TNINUO4tJ6UzVXl5bS+E5eKx7ywceHOYyOE=; b=FfNurG2R2H1KB53JQaJYX4yg8l0nvJa6KcdVHCpt10sogMXRJ84NHYrGP43XkM1pU5eW HWoCjxBL+7inQ6X70QuZAftodqazXtpL4JWw2ep+ZxcxgDZ0IK6SXbCp2T+LZw1uMXdK IACQSmLiARYUb+keqZeLGa0d2CC3CsYx8yg= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3m7tna0ew6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Fri, 02 Dec 2022 15:58:43 -0800 Received: from twshared24004.14.frc2.facebook.com (2620:10d:c085:208::11) by mail.thefacebook.com (2620:10d:c085:21d::6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Fri, 2 Dec 2022 15:58:42 -0800 Received: by devbig931.frc1.facebook.com (Postfix, from userid 460691) id 78D33C0290C6; Fri, 2 Dec 2022 15:58:37 -0800 (PST) From: Kui-Feng Lee To: , , , , , CC: Kui-Feng Lee Subject: [PATCH bpf-next] selftests/bpf: Fix DENYLIST for a name change. Date: Fri, 2 Dec 2022 15:58:32 -0800 Message-ID: <20221202235832.3020558-1-kuifeng@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe X-Proofpoint-ORIG-GUID: qCPVCn_eHSQzFhgWsqWoMzqxEAshqRFn X-Proofpoint-GUID: qCPVCn_eHSQzFhgWsqWoMzqxEAshqRFn X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-02_12,2022-12-01_01,2022-06-22_01 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net After making test_bench_attach serial [0], DENYLIST for aarch64 & s390x should be updated to filter out this test case. This test doesn't work for both platforms at the monent. [0] https://lore.kernel.org/bpf/20221116100228.2064612-2-jolsa@kernel.org/ Signed-off-by: Kui-Feng Lee --- tools/testing/selftests/bpf/DENYLIST.aarch64 | 1 + tools/testing/selftests/bpf/DENYLIST.s390x | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/testing/selftests/bpf/DENYLIST.aarch64 diff --git a/tools/testing/selftests/bpf/DENYLIST.aarch64 b/tools/testing/selftests/bpf/DENYLIST.aarch64 new file mode 100644 index 000000000000..c1169bfd4f0d --- /dev/null +++ b/tools/testing/selftests/bpf/DENYLIST.aarch64 @@ -0,0 +1 @@ +kprobe_multi_bench_attach # bpf_program__attach_kprobe_multi_opts unexpected error: -95 diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x index 17e074eb42b8..91bd6ef40c7a 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -20,6 +20,7 @@ get_func_ip_test # get_func_ip_test__attach unexpected e get_stack_raw_tp # user_stack corrupted user stack (no backchain userspace) kfree_skb # attach fentry unexpected error: -524 (trampoline) kfunc_call # 'bpf_prog_active': not found in kernel BTF (?) +kprobe_multi_bench_attach # bpf_program__attach_kprobe_multi_opts unexpected error: -95 ksyms_module # test_ksyms_module__open_and_load unexpected error: -9 (?) ksyms_module_libbpf # JIT does not support calling kernel function (kfunc) ksyms_module_lskel # test_ksyms_module_lskel__open_and_load unexpected error: -9 (?)