From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 900DDC4BA3B for ; Thu, 27 Feb 2020 12:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 71B232468E for ; Thu, 27 Feb 2020 12:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728985AbgB0MVu (ORCPT ); Thu, 27 Feb 2020 07:21:50 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:56483 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728940AbgB0MVt (ORCPT ); Thu, 27 Feb 2020 07:21:49 -0500 Received: from ip5f5bf7ec.dynamic.kabel-deutschland.de ([95.91.247.236] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j7IAm-0004Mu-6u; Thu, 27 Feb 2020 12:21:48 +0000 Date: Thu, 27 Feb 2020 13:21:47 +0100 From: Christian Brauner To: Stafford Horne Cc: LKML , Openrisc , Jonas Bonn , Stefan Kristiansson , Christian Brauner Subject: Re: [PATCH 2/3] openrisc: Enable the clone3 syscall Message-ID: <20200227122147.rnpzcy7rjexgy6yx@wittgenstein> References: <20200226225625.28935-1-shorne@gmail.com> <20200226225625.28935-3-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200226225625.28935-3-shorne@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 27, 2020 at 07:56:24AM +0900, Stafford Horne wrote: > Enable the clone3 syscall for OpenRISC. We use the generic version. > > This was tested with the clone3 test from selftests. Note, for all > tests to pass it required enabling CONFIG_NAMESPACES which is not > enabled in the default kernel config. For OpenRISC, I assume. Hm, maybe we should fix the tests to skip when CONFIG_NAMESPACES is not enabled. > > Signed-off-by: Stafford Horne Acked-by: Christian Brauner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Date: Thu, 27 Feb 2020 13:21:47 +0100 Subject: [OpenRISC] [PATCH 2/3] openrisc: Enable the clone3 syscall In-Reply-To: <20200226225625.28935-3-shorne@gmail.com> References: <20200226225625.28935-1-shorne@gmail.com> <20200226225625.28935-3-shorne@gmail.com> Message-ID: <20200227122147.rnpzcy7rjexgy6yx@wittgenstein> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: openrisc@lists.librecores.org On Thu, Feb 27, 2020 at 07:56:24AM +0900, Stafford Horne wrote: > Enable the clone3 syscall for OpenRISC. We use the generic version. > > This was tested with the clone3 test from selftests. Note, for all > tests to pass it required enabling CONFIG_NAMESPACES which is not > enabled in the default kernel config. For OpenRISC, I assume. Hm, maybe we should fix the tests to skip when CONFIG_NAMESPACES is not enabled. > > Signed-off-by: Stafford Horne Acked-by: Christian Brauner