From patchwork Thu Jun 18 12:17:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudip Mukherjee X-Patchwork-Id: 6636541 Return-Path: X-Original-To: patchwork-linux-mediatek@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CA8B99F399 for ; Thu, 18 Jun 2015 12:22:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EA7D820827 for ; Thu, 18 Jun 2015 12:22:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3846B2081F for ; Thu, 18 Jun 2015 12:22:01 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z5YpU-0003QK-Iq; Thu, 18 Jun 2015 12:22:00 +0000 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Z5Ymb-00008h-Su; Thu, 18 Jun 2015 12:19:02 +0000 Received: by pabvl15 with SMTP id vl15so14278134pab.1; Thu, 18 Jun 2015 05:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yzYTH2QlvvKW/Qsj1mKD0vRNd6p7FqfSiOchIdTUIz4=; b=ysWxHXMsEPXcNUDe2NmQZDtXI87vTXr/u3d4bqGdARR38gtVhr2Q2SKhZocqFzAwON vFbU8UvBWgsUSJjSPwXTv2lwVAI1eN7trWI5gsjj91fscDM0P7o56u9WVYTtUEa7sQQ0 5fMXB1/XUHk0Wrw4m+HHabKc/1ts8wG/FLhYVOQdrkEVEruKACnCkGICSY6RPAmzvZAp jbtCgMjAUq1Kzi+YBvsuu3dZZ4hZ71XV/SkFoNS/NbVqzwKYAIm1udrHkvHUYLI2dv7D mPx/8erdIBMuljjDqOW8cTdjd15N0amBZTzlEH6H9SpjXN9ekldgdSrYD314XqugTeaI Ab0Q== X-Received: by 10.66.159.68 with SMTP id xa4mr10141683pab.105.1434629921037; Thu, 18 Jun 2015 05:18:41 -0700 (PDT) Received: from localhost.localdomain ([122.169.128.34]) by mx.google.com with ESMTPSA id qw13sm7986650pab.14.2015.06.18.05.18.36 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Jun 2015 05:18:40 -0700 (PDT) From: Sudip Mukherjee To: David Howells , Ulf Hansson , Matthias Brugger , Johan Hovold , Greg Kroah-Hartman Subject: [PATCH v2 5/7] samples: kdbus: disable for mn10300 Date: Thu, 18 Jun 2015 17:47:51 +0530 Message-Id: <1434629873-11668-6-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1434629873-11668-1-git-send-email-sudipm.mukherjee@gmail.com> References: <1434629873-11668-1-git-send-email-sudipm.mukherjee@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150618_051902_027867_A7BCB4CD X-CRM114-Status: UNSURE ( 8.09 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-am33-list@redhat.com, linux-usb@vger.kernel.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Sudip Mukherjee , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+patchwork-linux-mediatek=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP While building it failed with: In function 'prime_new': error: '__NR_memfd_create' undeclared (first use in this function) memfd_create syscall has not yet been implemented for mn10300. so disable compilation of samples/kdbus for now with mn10300. Signed-off-by: Sudip Mukherjee --- samples/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Kconfig b/samples/Kconfig index a4c6b2f..20c55af 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -57,7 +57,7 @@ config SAMPLE_KDB config SAMPLE_KDBUS bool "Build kdbus API example" - depends on KDBUS + depends on KDBUS && !MN10300 help Build an example of how the kdbus API can be used from userspace.