From patchwork Mon Apr 30 16:40:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10372125 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6F2E160384 for ; Mon, 30 Apr 2018 16:40:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61043287B9 for ; Mon, 30 Apr 2018 16:40:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 556C825D99; Mon, 30 Apr 2018 16:40:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 82ACB287DA for ; Mon, 30 Apr 2018 16:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674AbeD3QkH (ORCPT ); Mon, 30 Apr 2018 12:40:07 -0400 Received: from mx1.profitbricks.com ([46.16.72.21]:46976 "EHLO mx1.profitbricks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752939AbeD3QkH (ORCPT ); Mon, 30 Apr 2018 12:40:07 -0400 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.profitbricks.com (Postfix) with ESMTP id D1FF05F50A for ; Mon, 30 Apr 2018 16:40:05 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id BBA053FCFF; Mon, 30 Apr 2018 18:40:05 +0200 (CEST) Received: (nullmailer pid 5127 invoked by uid 1000); Mon, 30 Apr 2018 16:40:05 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core] debian: Whitelist architectures that support valgrind Date: Mon, 30 Apr 2018 18:40:00 +0200 Message-Id: <20180430164000.5022-1-benjamin.drung@profitbricks.com> X-Mailer: git-send-email 2.17.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Instead of maintaining a blacklist of architectures that do not have valgrind available, use a whitelist instead (since valgrind uses also a whitelist for the supported architectures). Signed-off-by: Benjamin Drung --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fa897c2f..a7802563 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: cmake (>= 2.8.11), ninja-build, pkg-config, python, - valgrind [!alpha !armel !hppa !ia64 !m68k !powerpcspe !riscv64 !sh4 !sparc64 !x32] + valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x] Standards-Version: 4.1.3 Vcs-Git: https://github.com/linux-rdma/rdma-core.git Vcs-Browser: https://github.com/linux-rdma/rdma-core