From patchwork Tue Mar 12 17:44:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 1055619 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=uclibc-ng.org (client-ip=2a00:1828:2000:679::23; helo=helium.openadk.org; envelope-from=devel-bounces@uclibc-ng.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="Tx/rNGa0"; dkim-atps=neutral Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44Jj6c3Y9fz9s71 for ; Wed, 13 Mar 2019 04:45:09 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 29F3510115; Tue, 12 Mar 2019 18:45:01 +0100 (CET) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: from smtprelay.synopsys.com (smtprelay2.synopsys.com [198.182.60.111]) by helium.openadk.org (Postfix) with ESMTPS id 0DEEE100E6 for ; Tue, 12 Mar 2019 18:44:55 +0100 (CET) Received: from mailhost.synopsys.com (dc8-mailhost1.synopsys.com [10.13.135.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtprelay.synopsys.com (Postfix) with ESMTPS id A97E210C1DDB; Tue, 12 Mar 2019 10:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1552412693; bh=q4KLKMZqm6kIff8QyNUm/t2mwsMnhGb9c65W6YHE04E=; h=From:To:CC:Subject:Date:From; b=Tx/rNGa0k1NGjQAq6QW0AWEY0ZsblTP9VmsDB5pBMn4WeQmGJQK04eqhmdaa7VQx9 DOFVFzhkLummn4wEMzAe2dpxJ6s6LYe2oLa4EZVhwP4Jk66dBuTwooCb+8Zp5KKatI ga4esOeZzNZAAk/cYc5fF+b77yipesAg9TAd4PTkO5CJrccbT7etguavOGuWUUCRlN XjkpDEZdhR5C5M+fe6x9UVDbivppxmbpGlBLJ1n7xYM6x+yCclogJ7KM0ZF2sWK7ex QY/NmkDoTtixXi5KJurDeuEmUnlqtxnGHwLQ/RH+HmRZ3ODTrrQhh8c2+rxXbQo+MI gHRm0ig+97wwA== Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2.internal.synopsys.com [10.12.239.237]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (No client certificate requested) by mailhost.synopsys.com (Postfix) with ESMTPS id 7DF5AA0075; Tue, 12 Mar 2019 17:44:52 +0000 (UTC) Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.104) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Mar 2019 10:44:52 -0700 Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.105) by IN01WEHTCA.internal.synopsys.com (10.144.199.103) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Mar 2019 23:14:56 +0530 Received: from vineetg-Latitude-E7450.internal.synopsys.com (10.10.161.89) by IN01WEHTCB.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 12 Mar 2019 23:14:55 +0530 From: Vineet Gupta To: Date: Tue, 12 Mar 2019 10:44:39 -0700 Message-ID: <1552412679-28694-1-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.10.161.89] Cc: devel@uclibc-ng.org, Vineet Gupta , linux-snps-arc@lists.infradead.org Subject: [uclibc-ng-devel] [PATCH] cpuset: disable for UCLIBC X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" libcpuset.c relies on FTS which is not enabled by default on uClibc. Instead of needing to reconfigure, rebuild uClibc lets disable this test for uClibc Signed-off-by: Vineet Gupta --- testcases/kernel/controllers/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testcases/kernel/controllers/Makefile b/testcases/kernel/controllers/Makefile index 404073947904..9f4abe28bfcf 100644 --- a/testcases/kernel/controllers/Makefile +++ b/testcases/kernel/controllers/Makefile @@ -29,6 +29,11 @@ LIBDIR := libcontrollers LIB := $(LIBDIR)/libcontrollers.a FILTER_OUT_DIRS := $(LIBDIR) +# controllers/cpuset/cpuset_lib/libcpuset.c uses fts +ifeq ($(UCLIBC),1) +FILTER_OUT_DIRS += cpuset +endif + $(LIBDIR): mkdir -p "$@"