From patchwork Wed Aug 10 20:07:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Daniel_M=C3=BCller?= X-Patchwork-Id: 12940962 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 549E3C00140 for ; Wed, 10 Aug 2022 20:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233265AbiHJUHR (ORCPT ); Wed, 10 Aug 2022 16:07:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33620 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230209AbiHJUHQ (ORCPT ); Wed, 10 Aug 2022 16:07:16 -0400 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDA4672865 for ; Wed, 10 Aug 2022 13:07:14 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id EF813240027 for ; Wed, 10 Aug 2022 22:07:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1660162033; bh=BOKS3+kSbDe2UcwRdsUrIsT0FjlcOAwra2IfQM6oVrY=; h=From:To:Subject:Date:From; b=HmMUfTPYL9YBtPz6ot+ud6U43gP6Hi/w4JU6hk3VJptgHCjRYLtoe0tBxMXGaW/sD r2UswTrtvDfrYF5USWOr7JQPFJ9pm1JAkCGSziDtRA1SiwhCgvnfwCamJe/teD1anc 67aDkqcpxDGdffcSSGrPw3vQQog4KCVLkzJDPibXc2cLAJHyCa5v0Nuu4JefU3JKh4 kQ/R2a5MPvH9CmK5PShYaYg0ihv0f8UMXyxkUjiwdf5sqnZpuiVn7HlKNg4R9Uh35y bIwatBKAjHDhjJXz/0aZlOvg4BLxGfmTjtx3dDknMWETJTuS5Jly6qBEQGSIRVHU+6 uFI96Z+ZZc0Nw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M31Dw1fknz9rxV; Wed, 10 Aug 2022 22:07:12 +0200 (CEST) From: =?utf-8?q?Daniel_M=C3=BCller?= To: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org, daniel@iogearbox.net, kernel-team@fb.com Subject: [PATCH bpf] selftests/bpf: Add lru_bug to s390x deny list Date: Wed, 10 Aug 2022 20:07:10 +0000 Message-Id: <20220810200710.1300299-1-deso@posteo.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net The lru_bug BPF selftest is failing execution on s390x machines. The failure is due to program attachment failing in turn, similar to a bunch of other tests. Those other tests have already been deny-listed and with this change we do the same for the lru_bug test, adding it to the corresponding file. Fixes: de7b9927105b ("selftests/bpf: Add test for prealloc_lru_pop bug") Signed-off-by: Daniel Müller Acked-by: Mykola Lysenko --- tools/testing/selftests/bpf/DENYLIST.s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/bpf/DENYLIST.s390x b/tools/testing/selftests/bpf/DENYLIST.s390x index e33cab..db9810 100644 --- a/tools/testing/selftests/bpf/DENYLIST.s390x +++ b/tools/testing/selftests/bpf/DENYLIST.s390x @@ -65,3 +65,4 @@ send_signal # intermittently fails to receive signa select_reuseport # intermittently fails on new s390x setup xdp_synproxy # JIT does not support calling kernel function (kfunc) unpriv_bpf_disabled # fentry +lru_bug # prog 'printk': failed to auto-attach: -524