Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932394AbbHXDsG (ORCPT ); Sun, 23 Aug 2015 23:48:06 -0400 Received: from ozlabs.org ([103.22.144.67]:42376 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932183AbbHXDsF (ORCPT ); Sun, 23 Aug 2015 23:48:05 -0400 Message-ID: <1440388083.9176.7.camel@ellerman.id.au> Subject: Re: [PATCH 5/7] selftests: disable seccomp for arm64 From: Michael Ellerman To: Bamvor Jian Zhang Cc: linux-kernel@vger.kernel.org, broonie@linaro.org, khilman@linaro.org, tyler.baker@linaro.org, shuahkh@osg.samsung.com Date: Mon, 24 Aug 2015 13:48:03 +1000 In-Reply-To: <1439559818-21666-6-git-send-email-bamvor.zhangjian@linaro.org> References: <1439559818-21666-1-git-send-email-bamvor.zhangjian@linaro.org> <1439559818-21666-6-git-send-email-bamvor.zhangjian@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 672 Lines: 19 On Fri, 2015-08-14 at 21:43 +0800, Bamvor Jian Zhang wrote: > Currently, seccomp need the __NR_poll which is not supported > by arm64(There is only __NR_ppoll). I am not sure we should > skip this test testcase or update the seccomp without __NR_poll. You should fix or skip the test that needs __NR_poll, not skip the entire test suite. You should also CC the author of the tests, they might be able to help you. cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/