From patchwork Mon Dec 14 22:00:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1416201 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CvwM01tngz9s0b; Tue, 15 Dec 2020 09:00:58 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kovtj-0008DZ-FI; Mon, 14 Dec 2020 22:00:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kovtf-0008DM-CE for kernel-team@lists.ubuntu.com; Mon, 14 Dec 2020 22:00:47 +0000 Received: from [192.188.8.81] (helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kovte-0005Pu-UP for kernel-team@lists.ubuntu.com; Mon, 14 Dec 2020 22:00:47 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1kovtc-0002nv-Oo for kernel-team@lists.ubuntu.com; Mon, 14 Dec 2020 14:00:44 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][G,H][PATCH 0/3] disable building bpf selftests Date: Mon, 14 Dec 2020 14:00:37 -0800 Message-Id: <20201214220040.10644-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1908144 Building tools/testing/selftests/bpf/ requires dependencies which cannot be easily satisfied by our build process. The problem is well-described by the pending upstream patch: https://lore.kernel.org/bpf/20201210185233.28091-1-broonie@kernel.org/ From: Mark Brown Subject: [PATCH] selftests: Skip BPF seftests by default To effect the same for {groovy, hirsute} we must instead make a debian/rules change via "UBUNTU: disable building bpf selftests (no VMLINUX_BTF)". But lets also pick up the upstream change above, as well as my related "clarify" change, also pending upstream. These three patches should be applied to {groovy, hirsute}: UBUNTU: SAUCE: selftests/bpf: clarify build error if no vmlinux UBUNTU: SAUCE: selftests: Skip BPF seftests by default UBUNTU: disable building bpf selftests (no VMLINUX_BTF) -Kamal Acked-by: Andrea Righi Acked-by: Kleber Sacilotto de Souza --- Kamal Mostafa (2): UBUNTU: SAUCE: selftests/bpf: clarify build error if no vmlinux UBUNTU: disable building bpf selftests (no VMLINUX_BTF) Mark Brown (1): UBUNTU: SAUCE: selftests: Skip BPF seftests by default debian/rules.d/0-common-vars.mk | 2 +- tools/testing/selftests/Makefile | 6 ++++-- tools/testing/selftests/bpf/Makefile | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-)